COLOR #A6D6C9

HEX: #A6D6C9
RGB: (166,214,201)

Color info

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

RGB color model

#A6D6C9 color RGB value is (166,214,201).

  • red value is 166;
  • green value is 214;
  • blue value is 201.
RGB:
(166,214,201)
(65%,84%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 214 of 255 = 84%
B 201 of 255 = 79%

166
214
201

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

Portions of RGB colors in percentages

R + G + B =
166 + 214 + 201 = 581 (100%)
R 166 of 581 ~ 28.57%
G 214 of 581 ~ 36.83%
B 201 of 581 ~ 34.6%

%28.57
%36.83
%34.6

CMYK color model

#A6D6C9 color CMYK value is (22,0,6,16).

  • cyan value is 22.43%
  • magenta value is 0.00%
  • yellow value is 6.07%
  • key color value is 16.08%
CMYK:
(22,0,6,16)
C22M0Y6K16 
(22%,0%,6%,16%)
(0.22/0.00/0.06/0.16)	

CMYK percentages

%22.43
%0
%6.07
%16.08

Codes

Color #A6D6C9 in popluar color models

A6D6C9
RGB166214201
HSL164°36.92%74.51%
HSB/HSV164°22.43%83.92%
CMYK22.43%0.00%6.07%
16.08%

Color #A6D6C9 in popluar number systems.

HEXA6D6C9
Decimal166214201
Binary101001101101011011001001
Octal246326311

Shades and tints

Shades of #A6D6C9

#A6D6C9
(166,214,201)
#97C3B7
(151,195,183)
#88B0A5
(136,176,165)
#799D93
(121,157,147)
#6A8A81
(106,138,129)
#5B776F
(91,119,111)
#4C645D
(76,100,93)
#3D514B
(61,81,75)
#2E3E39
(46,62,57)
#1F2B27
(31,43,39)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6D6C9

#A6D6C9
(166,214,201)
#AED9CD
(174,217,205)
#B6DCD1
(182,220,209)
#BEDFD5
(190,223,213)
#C6E2D9
(198,226,217)
#CEE5DD
(206,229,221)
#D6E8E1
(214,232,225)
#DEEBE5
(222,235,229)
#E6EEE9
(230,238,233)
#EEF1ED
(238,241,237)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D6C9 color. Also use rgb(166,214,201) instead hex code.

Text Font Color

.myTextColor { color: #A6D6C9; }

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

This text font color is #A6D6C9.


Background Color

.myBgColor { background-color: #A6D6C9; }

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

This div background color is #A6D6C9.


Border color

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

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

This div border color is #A6D6C9.


Opacity

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

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

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

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

This text has shadow with #A6D6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D6C9 on black background.


Color preview on white background

This text has color #A6D6C9 on white background.



Black color preview on #A6D6C9 background

This text has black color on #A6D6C9 background.


White color preview on #A6D6C9 background

This text has white color on #A6D6C9 background.