COLOR #A6DFCF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

166
223
207

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

Portions of RGB colors in percentages

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

%27.85
%37.42
%34.73

CMYK color model

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

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

CMYK percentages

%25.56
%0
%7.17
%12.55

Codes

Color #A6DFCF in popluar color models

A6DFCF
RGB166223207
HSL163°47.11%76.27%
HSB/HSV163°25.56%87.45%
CMYK25.56%0.00%7.17%
12.55%

Color #A6DFCF in popluar number systems.

HEXA6DFCF
Decimal166223207
Binary101001101101111111001111
Octal246337317

Shades and tints

Shades of #A6DFCF

#A6DFCF
(166,223,207)
#97CBBD
(151,203,189)
#88B7AB
(136,183,171)
#79A399
(121,163,153)
#6A8F87
(106,143,135)
#5B7B75
(91,123,117)
#4C6763
(76,103,99)
#3D5351
(61,83,81)
#2E3F3F
(46,63,63)
#1F2B2D
(31,43,45)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #A6DFCF

#A6DFCF
(166,223,207)
#AEE1D3
(174,225,211)
#B6E3D7
(182,227,215)
#BEE5DB
(190,229,219)
#C6E7DF
(198,231,223)
#CEE9E3
(206,233,227)
#D6EBE7
(214,235,231)
#DEEDEB
(222,237,235)
#E6EFEF
(230,239,239)
#EEF1F3
(238,241,243)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DFCF; }

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

This text font color is #A6DFCF.


Background Color

.myBgColor { background-color: #A6DFCF; }

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

This div background color is #A6DFCF.


Border color

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

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

This div border color is #A6DFCF.


Opacity

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

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

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

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

This text has shadow with #A6DFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DFCF on black background.


Color preview on white background

This text has color #A6DFCF on white background.



Black color preview on #A6DFCF background

This text has black color on #A6DFCF background.


White color preview on #A6DFCF background

This text has white color on #A6DFCF background.