COLOR #6ABACF

HEX: #6ABACF
RGB: (106,186,207)

Color info

#6ABACF contains mainly green and blue colors. Web safe color of #6ABACF is #66CCCC (or #6CC).

RGB color model

#6ABACF color RGB value is (106,186,207).

  • red value is 106;
  • green value is 186;
  • blue value is 207.
RGB:
(106,186,207)
(42%,73%,81%)

RGB channels and saturation

R 106 of 255 = 42%
G 186 of 255 = 73%
B 207 of 255 = 81%

106
186
207

R + G + B ~ 65%. #6ABACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 186 + 207 = 499 (100%)
R 106 of 499 ~ 21.24%
G 186 of 499 ~ 37.27%
B 207 of 499 ~ 41.48%

%21.24
%37.27
%41.48

CMYK color model

#6ABACF color CMYK value is (49,10,0,19).

  • cyan value is 48.79%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(49,10,0,19)
C49M10Y0K19 
(49%,10%,0%,19%)
(0.49/0.10/0.00/0.19)	

CMYK percentages

%48.79
%10.14
%0
%18.82

Codes

Color #6ABACF in popluar color models

6ABACF
RGB106186207
HSL192°51.27%61.37%
HSB/HSV192°48.79%81.18%
CMYK48.79%10.14%0.00%
18.82%

Color #6ABACF in popluar number systems.

HEX6ABACF
Decimal106186207
Binary11010101011101011001111
Octal152272317

Shades and tints

Shades of #6ABACF

#6ABACF
(106,186,207)
#61AABD
(97,170,189)
#589AAB
(88,154,171)
#4F8A99
(79,138,153)
#467A87
(70,122,135)
#3D6A75
(61,106,117)
#345A63
(52,90,99)
#2B4A51
(43,74,81)
#223A3F
(34,58,63)
#192A2D
(25,42,45)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #6ABACF

#6ABACF
(106,186,207)
#77C0D3
(119,192,211)
#84C6D7
(132,198,215)
#91CCDB
(145,204,219)
#9ED2DF
(158,210,223)
#ABD8E3
(171,216,227)
#B8DEE7
(184,222,231)
#C5E4EB
(197,228,235)
#D2EAEF
(210,234,239)
#DFF0F3
(223,240,243)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABACF color. Also use rgb(106,186,207) instead hex code.

Text Font Color

.myTextColor { color: #6ABACF; }

<p style="color:#6ABACF">This sample text font color is #6ABACF.</p>

This text font color is #6ABACF.


Background Color

.myBgColor { background-color: #6ABACF; }

<div style="background-color:#6ABACF">Inner text</div>

This div background color is #6ABACF.


Border color

.myBorderColor { border: 1px solid #6ABACF; }

<div style="border:3px solid #6ABACF">Div</div>

This div border color is #6ABACF.


Opacity

.myOpacity80 { color: #6ABACF; opacity: 0.8; }

<p style="color:#6ABACF;opacity:0.8;">80%</p>

Text with #6ABACF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6ABACF;}

<p style="text-shadow: 3px 3px 1px #6ABACF">Text here.</p>

This text has shadow with #6ABACF color.

.textShadow {text-shadow: 3px 3px 1px #6ABACF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6ABACF, 5px 5px 20px red">Text here.</p>

This text has shadow with #6ABACF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABACF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6ABACF, Direction=45, Strength=4)">Text</p>

This text has shadow with #6ABACF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6ABACF;
  -webkit-box-shadow:	1px 1px 3px 2px #6ABACF;
  box-shadow:		1px 1px 3px 2px #6ABACF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABACF;
-webkit-box-shadow: 1px 1px 3px 2px #6ABACF;
box-shadow:1px 1px 3px 2px #6ABACF;">
Div content here</div>
This div box has shadow with color #6ABACF.

Preview

Color preview on black background

This text has color #6ABACF on black background.


Color preview on white background

This text has color #6ABACF on white background.



Black color preview on #6ABACF background

This text has black color on #6ABACF background.


White color preview on #6ABACF background

This text has white color on #6ABACF background.