COLOR #A9D0B5

HEX: #A9D0B5 RGB: (169,208,181)

Color info

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

RGB color model

#A9D0B5 color RGB value is (169,208,181).

RGB: (169,208,181) (66%, 82%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 181 of 255 = 71%

169
208
181

R + G + B ~ 73%. #A9D0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 208 + 181 = 558 (100%)
R 169 of 558 ~ 30.29%
G 208 of 558 ~ 37.28%
B 181 of 558 ~ 32.44'%

%30.29
%37.28
%32.44

CMYK color model

#A9D0B5 color CMYK value is (19,0,13,18).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 18.43%

CMYK: (19,0,13,18)
C19M0Y13K18 (19%, 0%, 13%, 18%)
(0.19 / 0.00 / 0.13 / 0.18)

CMYK percentages

%18.75
%0
%12.98
%18.43

Codes

Color #A9D0B5 in popluar color models

A9 D0 B5
RGB 169 208 181
HSL 138° 29.32% 73.92%
HSB/HSV 138° 18.75% 81.57%
CMYK 18.75% 0.00% 12.98%
18.43%

Color #A9D0B5 in popluar number systems.

HEX A9 D0 B5
Decimal 169 208 181
Binary 10101001 11010000 10110101
Octal 251 320 265

Shades and tints

Shades of #A9D0B5

#A9D0B5
(169,208,181)
#9ABEA5
(154,190,165)
#8BAC95
(139,172,149)
#7C9A85
(124,154,133)
#6D8875
(109,136,117)
#5E7665
(94,118,101)
#4F6455
(79,100,85)
#405245
(64,82,69)
#314035
(49,64,53)
#222E25
(34,46,37)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #A9D0B5

#A9D0B5
(169,208,181)
#B0D4BB
(176,212,187)
#B7D8C1
(183,216,193)
#BEDCC7
(190,220,199)
#C5E0CD
(197,224,205)
#CCE4D3
(204,228,211)
#D3E8D9
(211,232,217)
#DAECDF
(218,236,223)
#E1F0E5
(225,240,229)
#E8F4EB
(232,244,235)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D0B5 color. Also use rgb(169,208,181) instead hex code.

Text Font Color

.myTextColor { color: #A9D0B5; }

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

This text font color is #A9D0B5.

Background Color

.myBgColor { background-color: #A9D0B5; }

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

This div background color is #A9D0B5.

Border color

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

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

This div border color is #A9D0B5.

Opacity

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

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

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

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

This text has shadow with #A9D0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D0B5.

Preview

Color preview on black background

This text has color #A9D0B5 on black background.


Color preview on white background

This text has color #A9D0B5 on white background.


Black color preview on #A9D0B5 background

This text has black color on #A9D0B5 background.


White color preview on #A9D0B5 background

This text has white color on #A9D0B5 background.


Related colors

Complementary color

Complementary color for #hex is #562F4A.


I love getcolorcode.com

Triadic colors

1 #B5A9D0 and #D0B5A9 with #A9D0B5 are triadic colors.

2 #B5D0A9 and #D0A9B5 with #A9D0B5 are triadic colors.