COLOR #A9E9B4

HEX: #A9E9B4
RGB: (169,233,180)

Color info

#A9E9B4 contains mainly green and blue colors. Web safe color of #A9E9B4 is #99FFCC (or #9FC).

RGB color model

#A9E9B4 color RGB value is (169,233,180).

  • red value is 169;
  • green value is 233;
  • blue value is 180.
RGB:
(169,233,180)
(66%,91%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 233 of 255 = 91%
B 180 of 255 = 71%

169
233
180

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

Portions of RGB colors in percentages

R + G + B =
169 + 233 + 180 = 582 (100%)
R 169 of 582 ~ 29.04%
G 233 of 582 ~ 40.03%
B 180 of 582 ~ 30.93%

%29.04
%40.03
%30.93

CMYK color model

#A9E9B4 color CMYK value is (27,0,23,9).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 8.63%
CMYK:
(27,0,23,9)
C27M0Y23K9 
(27%,0%,23%,9%)
(0.27/0.00/0.23/0.09)	

CMYK percentages

%27.47
%0
%22.75
%8.63

Codes

Color #A9E9B4 in popluar color models

A9E9B4
RGB169233180
HSL130°59.26%78.82%
HSB/HSV130°27.47%91.37%
CMYK27.47%0.00%22.75%
8.63%

Color #A9E9B4 in popluar number systems.

HEXA9E9B4
Decimal169233180
Binary101010011110100110110100
Octal251351264

Shades and tints

Shades of #A9E9B4

#A9E9B4
(169,233,180)
#9AD4A4
(154,212,164)
#8BBF94
(139,191,148)
#7CAA84
(124,170,132)
#6D9574
(109,149,116)
#5E8064
(94,128,100)
#4F6B54
(79,107,84)
#405644
(64,86,68)
#314134
(49,65,52)
#222C24
(34,44,36)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #A9E9B4

#A9E9B4
(169,233,180)
#B0EBBA
(176,235,186)
#B7EDC0
(183,237,192)
#BEEFC6
(190,239,198)
#C5F1CC
(197,241,204)
#CCF3D2
(204,243,210)
#D3F5D8
(211,245,216)
#DAF7DE
(218,247,222)
#E1F9E4
(225,249,228)
#E8FBEA
(232,251,234)
#EFFDF0
(239,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E9B4 color. Also use rgb(169,233,180) instead hex code.

Text Font Color

.myTextColor { color: #A9E9B4; }

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

This text font color is #A9E9B4.


Background Color

.myBgColor { background-color: #A9E9B4; }

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

This div background color is #A9E9B4.


Border color

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

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

This div border color is #A9E9B4.


Opacity

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

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

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

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

This text has shadow with #A9E9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E9B4 on black background.


Color preview on white background

This text has color #A9E9B4 on white background.



Black color preview on #A9E9B4 background

This text has black color on #A9E9B4 background.


White color preview on #A9E9B4 background

This text has white color on #A9E9B4 background.