COLOR #A6D1CE

HEX: #A6D1CE RGB: (166,209,206)

Color info

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

RGB color model

#A6D1CE color RGB value is (166,209,206).

RGB: (166,209,206) (65%, 82%, 81%)

RGB channels and saturation

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

166
209
206

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

Portions of RGB colors in percentages

R + G + B = 166 + 209 + 206 = 581 (100%)
R 166 of 581 ~ 28.57%
G 209 of 581 ~ 35.97%
B 206 of 581 ~ 35.46'%

%28.57
%35.97
%35.46

CMYK color model

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

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • 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
%1.44
%18.04

Codes

Color #A6D1CE in popluar color models

A6 D1 CE
RGB 166 209 206
HSL 176° 31.85% 73.53%
HSB/HSV 176° 20.57% 81.96%
CMYK 20.57% 0.00% 1.44%
18.04%

Color #A6D1CE in popluar number systems.

HEX A6 D1 CE
Decimal 166 209 206
Binary 10100110 11010001 11001110
Octal 246 321 316

Shades and tints

Shades of #A6D1CE

#A6D1CE
(166,209,206)
#97BEBC
(151,190,188)
#88ABAA
(136,171,170)
#799898
(121,152,152)
#6A8586
(106,133,134)
#5B7274
(91,114,116)
#4C5F62
(76,95,98)
#3D4C50
(61,76,80)
#2E393E
(46,57,62)
#1F262C
(31,38,44)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #A6D1CE

#A6D1CE
(166,209,206)
#AED5D2
(174,213,210)
#B6D9D6
(182,217,214)
#BEDDDA
(190,221,218)
#C6E1DE
(198,225,222)
#CEE5E2
(206,229,226)
#D6E9E6
(214,233,230)
#DEEDEA
(222,237,234)
#E6F1EE
(230,241,238)
#EEF5F2
(238,245,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1CE; }

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

This text font color is #A6D1CE.

Background Color

.myBgColor { background-color: #A6D1CE; }

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

This div background color is #A6D1CE.

Border color

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

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

This div border color is #A6D1CE.

Opacity

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

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

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

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

This text has shadow with #A6D1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D1CE.

Preview

Color preview on black background

This text has color #A6D1CE on black background.


Color preview on white background

This text has color #A6D1CE on white background.


Black color preview on #A6D1CE background

This text has black color on #A6D1CE background.


White color preview on #A6D1CE background

This text has white color on #A6D1CE background.


Related colors

Complementary color

Complementary color for #hex is #592E31.


I love getcolorcode.com

Triadic colors

1 #CEA6D1 and #D1CEA6 with #A6D1CE are triadic colors.

2 #CED1A6 and #D1A6CE with #A6D1CE are triadic colors.