COLOR #A9E5BD

HEX: #A9E5BD
RGB: (169,229,189)

Color info

#A9E5BD contains mainly green and blue colors. Web safe color of #A9E5BD is #99CCCC (or #9CC).

RGB color model

#A9E5BD color RGB value is (169,229,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 229 of 255 = 90%
B 189 of 255 = 74%

169
229
189

R + G + B ~ 77%. #A9E5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 229 + 189 = 587 (100%)
R 169 of 587 ~ 28.79%
G 229 of 587 ~ 39.01%
B 189 of 587 ~ 32.2%

%28.79
%39.01
%32.2

CMYK color model

#A9E5BD color CMYK value is (26,0,17,10).

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(26,0,17,10)
C26M0Y17K10 
(26%,0%,17%,10%)
(0.26/0.00/0.17/0.10)	

CMYK percentages

%26.2
%0
%17.47
%10.2

Codes

Color #A9E5BD in popluar color models

A9E5BD
RGB169229189
HSL140°53.57%78.04%
HSB/HSV140°26.20%89.80%
CMYK26.20%0.00%17.47%
10.20%

Color #A9E5BD in popluar number systems.

HEXA9E5BD
Decimal169229189
Binary101010011110010110111101
Octal251345275

Shades and tints

Shades of #A9E5BD

#A9E5BD
(169,229,189)
#9AD1AC
(154,209,172)
#8BBD9B
(139,189,155)
#7CA98A
(124,169,138)
#6D9579
(109,149,121)
#5E8168
(94,129,104)
#4F6D57
(79,109,87)
#405946
(64,89,70)
#314535
(49,69,53)
#223124
(34,49,36)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #A9E5BD

#A9E5BD
(169,229,189)
#B0E7C3
(176,231,195)
#B7E9C9
(183,233,201)
#BEEBCF
(190,235,207)
#C5EDD5
(197,237,213)
#CCEFDB
(204,239,219)
#D3F1E1
(211,241,225)
#DAF3E7
(218,243,231)
#E1F5ED
(225,245,237)
#E8F7F3
(232,247,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E5BD; }

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

This text font color is #A9E5BD.


Background Color

.myBgColor { background-color: #A9E5BD; }

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

This div background color is #A9E5BD.


Border color

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

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

This div border color is #A9E5BD.


Opacity

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

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

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

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

This text has shadow with #A9E5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E5BD on black background.


Color preview on white background

This text has color #A9E5BD on white background.



Black color preview on #A9E5BD background

This text has black color on #A9E5BD background.


White color preview on #A9E5BD background

This text has white color on #A9E5BD background.