COLOR #A6CFDF

HEX: #A6CFDF
RGB: (166,207,223)

Color info

#A6CFDF contains red, green and blue colors in about the same proportion. Web safe color of #A6CFDF is #99CCCC (or #9CC).

RGB color model

#A6CFDF color RGB value is (166,207,223).

  • red value is 166;
  • green value is 207;
  • blue value is 223.
RGB:
(166,207,223)
(65%,81%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 223 of 255 = 87%

166
207
223

R + G + B ~ 78%. #A6CFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 223 = 596 (100%)
R 166 of 596 ~ 27.85%
G 207 of 596 ~ 34.73%
B 223 of 596 ~ 37.42%

%27.85
%34.73
%37.42

CMYK color model

#A6CFDF color CMYK value is (26,7,0,13).

  • cyan value is 25.56%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,7,0,13)
C26M7Y0K13 
(26%,7%,0%,13%)
(0.26/0.07/0.00/0.13)	

CMYK percentages

%25.56
%7.17
%0
%12.55

Codes

Color #A6CFDF in popluar color models

A6CFDF
RGB166207223
HSL197°47.11%76.27%
HSB/HSV197°25.56%87.45%
CMYK25.56%7.17%0.00%
12.55%

Color #A6CFDF in popluar number systems.

HEXA6CFDF
Decimal166207223
Binary101001101100111111011111
Octal246317337

Shades and tints

Shades of #A6CFDF

#A6CFDF
(166,207,223)
#97BDCB
(151,189,203)
#88ABB7
(136,171,183)
#7999A3
(121,153,163)
#6A878F
(106,135,143)
#5B757B
(91,117,123)
#4C6367
(76,99,103)
#3D5153
(61,81,83)
#2E3F3F
(46,63,63)
#1F2D2B
(31,45,43)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6CFDF

#A6CFDF
(166,207,223)
#AED3E1
(174,211,225)
#B6D7E3
(182,215,227)
#BEDBE5
(190,219,229)
#C6DFE7
(198,223,231)
#CEE3E9
(206,227,233)
#D6E7EB
(214,231,235)
#DEEBED
(222,235,237)
#E6EFEF
(230,239,239)
#EEF3F1
(238,243,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CFDF color. Also use rgb(166,207,223) instead hex code.

Text Font Color

.myTextColor { color: #A6CFDF; }

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

This text font color is #A6CFDF.


Background Color

.myBgColor { background-color: #A6CFDF; }

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

This div background color is #A6CFDF.


Border color

.myBorderColor { border: 1px solid #A6CFDF; }

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

This div border color is #A6CFDF.


Opacity

.myOpacity80 { color: #A6CFDF; opacity: 0.8; }

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

Text with #A6CFDF 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 #A6CFDF;}

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

This text has shadow with #A6CFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CFDF on black background.


Color preview on white background

This text has color #A6CFDF on white background.



Black color preview on #A6CFDF background

This text has black color on #A6CFDF background.


White color preview on #A6CFDF background

This text has white color on #A6CFDF background.