COLOR #A9E0BD

HEX: #A9E0BD
RGB: (169,224,189)

Color info

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

RGB color model

#A9E0BD color RGB value is (169,224,189).

  • red value is 169;
  • green value is 224;
  • blue value is 189.
RGB:
(169,224,189)
(66%,88%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 189 of 255 = 74%

169
224
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 224 + 189 = 582 (100%)
R 169 of 582 ~ 29.04%
G 224 of 582 ~ 38.49%
B 189 of 582 ~ 32.47%

%29.04
%38.49
%32.47

CMYK color model

#A9E0BD color CMYK value is (25,0,16,12).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(25,0,16,12)
C25M0Y16K12 
(25%,0%,16%,12%)
(0.25/0.00/0.16/0.12)	

CMYK percentages

%24.55
%0
%15.63
%12.16

Codes

Color #A9E0BD in popluar color models

A9E0BD
RGB169224189
HSL142°47.01%77.06%
HSB/HSV142°24.55%87.84%
CMYK24.55%0.00%15.63%
12.16%

Color #A9E0BD in popluar number systems.

HEXA9E0BD
Decimal169224189
Binary101010011110000010111101
Octal251340275

Shades and tints

Shades of #A9E0BD

#A9E0BD
(169,224,189)
#9ACCAC
(154,204,172)
#8BB89B
(139,184,155)
#7CA48A
(124,164,138)
#6D9079
(109,144,121)
#5E7C68
(94,124,104)
#4F6857
(79,104,87)
#405446
(64,84,70)
#314035
(49,64,53)
#222C24
(34,44,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9E0BD

#A9E0BD
(169,224,189)
#B0E2C3
(176,226,195)
#B7E4C9
(183,228,201)
#BEE6CF
(190,230,207)
#C5E8D5
(197,232,213)
#CCEADB
(204,234,219)
#D3ECE1
(211,236,225)
#DAEEE7
(218,238,231)
#E1F0ED
(225,240,237)
#E8F2F3
(232,242,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E0BD color. Also use rgb(169,224,189) instead hex code.

Text Font Color

.myTextColor { color: #A9E0BD; }

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

This text font color is #A9E0BD.


Background Color

.myBgColor { background-color: #A9E0BD; }

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

This div background color is #A9E0BD.


Border color

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

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

This div border color is #A9E0BD.


Opacity

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

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

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

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

This text has shadow with #A9E0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E0BD on black background.


Color preview on white background

This text has color #A9E0BD on white background.



Black color preview on #A9E0BD background

This text has black color on #A9E0BD background.


White color preview on #A9E0BD background

This text has white color on #A9E0BD background.