COLOR #A9DCB6

HEX: #A9DCB6 RGB: (169,220,182)

Color info

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

RGB color model

#A9DCB6 color RGB value is (169,220,182).

RGB: (169,220,182) (66%, 86%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 182 of 255 = 71%

169
220
182

R + G + B ~ 74%. #A9DCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 220 + 182 = 571 (100%)
R 169 of 571 ~ 29.6%
G 220 of 571 ~ 38.53%
B 182 of 571 ~ 31.87'%

%29.6
%38.53
%31.87

CMYK color model

#A9DCB6 color CMYK value is (23,0,17,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 13.73%

CMYK: (23,0,17,14)
C23M0Y17K14 (23%, 0%, 17%, 14%)
(0.23 / 0.00 / 0.17 / 0.14)

CMYK percentages

%23.18
%0
%17.27
%13.73

Codes

Color #A9DCB6 in popluar color models

A9 DC B6
RGB 169 220 182
HSL 135° 42.15% 76.27%
HSB/HSV 135° 23.18% 86.27%
CMYK 23.18% 0.00% 17.27%
13.73%

Color #A9DCB6 in popluar number systems.

HEX A9 DC B6
Decimal 169 220 182
Binary 10101001 11011100 10110110
Octal 251 334 266

Shades and tints

Shades of #A9DCB6

#A9DCB6
(169,220,182)
#9AC8A6
(154,200,166)
#8BB496
(139,180,150)
#7CA086
(124,160,134)
#6D8C76
(109,140,118)
#5E7866
(94,120,102)
#4F6456
(79,100,86)
#405046
(64,80,70)
#313C36
(49,60,54)
#222826
(34,40,38)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A9DCB6

#A9DCB6
(169,220,182)
#B0DFBC
(176,223,188)
#B7E2C2
(183,226,194)
#BEE5C8
(190,229,200)
#C5E8CE
(197,232,206)
#CCEBD4
(204,235,212)
#D3EEDA
(211,238,218)
#DAF1E0
(218,241,224)
#E1F4E6
(225,244,230)
#E8F7EC
(232,247,236)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DCB6 color. Also use rgb(169,220,182) instead hex code.

Text Font Color

.myTextColor { color: #A9DCB6; }

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

This text font color is #A9DCB6.

Background Color

.myBgColor { background-color: #A9DCB6; }

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

This div background color is #A9DCB6.

Border color

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

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

This div border color is #A9DCB6.

Opacity

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

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

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

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

This text has shadow with #A9DCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DCB6.

Preview

Color preview on black background

This text has color #A9DCB6 on black background.


Color preview on white background

This text has color #A9DCB6 on white background.


Black color preview on #A9DCB6 background

This text has black color on #A9DCB6 background.


White color preview on #A9DCB6 background

This text has white color on #A9DCB6 background.


Related colors

Complementary color

Complementary color for #hex is #562349.


I love getcolorcode.com

Triadic colors

1 #B6A9DC and #DCB6A9 with #A9DCB6 are triadic colors.

2 #B6DCA9 and #DCA9B6 with #A9DCB6 are triadic colors.