COLOR #A6D1CF

HEX: #A6D1CF
RGB: (166,209,207)

Color info

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

RGB color model

#A6D1CF color RGB value is (166,209,207).

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

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 207 of 255 = 81%

166
209
207

R + G + B ~ 76%. #A6D1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 209 + 207 = 582 (100%)
R 166 of 582 ~ 28.52%
G 209 of 582 ~ 35.91%
B 207 of 582 ~ 35.57%

%28.52
%35.91
%35.57

CMYK color model

#A6D1CF color CMYK value is (21,0,1,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 18.04%
CMYK:
(21,0,1,18)
C21M0Y1K18 
(21%,0%,1%,18%)
(0.21/0.00/0.01/0.18)	

CMYK percentages

%20.57
%0
%0.96
%18.04

Codes

Color #A6D1CF in popluar color models

A6D1CF
RGB166209207
HSL177°31.85%73.53%
HSB/HSV177°20.57%81.96%
CMYK20.57%0.00%0.96%
18.04%

Color #A6D1CF in popluar number systems.

HEXA6D1CF
Decimal166209207
Binary101001101101000111001111
Octal246321317

Shades and tints

Shades of #A6D1CF

#A6D1CF
(166,209,207)
#97BEBD
(151,190,189)
#88ABAB
(136,171,171)
#799899
(121,152,153)
#6A8587
(106,133,135)
#5B7275
(91,114,117)
#4C5F63
(76,95,99)
#3D4C51
(61,76,81)
#2E393F
(46,57,63)
#1F262D
(31,38,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #A6D1CF

#A6D1CF
(166,209,207)
#AED5D3
(174,213,211)
#B6D9D7
(182,217,215)
#BEDDDB
(190,221,219)
#C6E1DF
(198,225,223)
#CEE5E3
(206,229,227)
#D6E9E7
(214,233,231)
#DEEDEB
(222,237,235)
#E6F1EF
(230,241,239)
#EEF5F3
(238,245,243)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1CF; }

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

This text font color is #A6D1CF.


Background Color

.myBgColor { background-color: #A6D1CF; }

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

This div background color is #A6D1CF.


Border color

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

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

This div border color is #A6D1CF.


Opacity

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

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

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

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

This text has shadow with #A6D1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D1CF on black background.


Color preview on white background

This text has color #A6D1CF on white background.



Black color preview on #A6D1CF background

This text has black color on #A6D1CF background.


White color preview on #A6D1CF background

This text has white color on #A6D1CF background.