COLOR #A9E7BB

HEX: #A9E7BB RGB: (169,231,187)

Color info

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

RGB color model

#A9E7BB color RGB value is (169,231,187).

RGB: (169,231,187) (66%, 91%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 231 of 255 = 91%
B 187 of 255 = 73%

169
231
187

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

Portions of RGB colors in percentages

R + G + B = 169 + 231 + 187 = 587 (100%)
R 169 of 587 ~ 28.79%
G 231 of 587 ~ 39.35%
B 187 of 587 ~ 31.86'%

%28.79
%39.35
%31.86

CMYK color model

#A9E7BB color CMYK value is (27,0,19,9).

  • cyan value is 26.84%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK: (27,0,19,9) C27M0Y19K9 (27%,0%,19%,9%) (0.27/0.00/0.19/0.09) 

CMYK percentages

%26.84
%0
%19.05
%9.41

Codes

Color #A9E7BB in popluar color models

A9 E7 BB
RGB 169 231 187
HSL 137° 56.36% 78.43%
HSB/HSV 137° 26.84% 90.59%
CMYK 26.84% 0.00% 19.05%
9.41%

Color #A9E7BB in popluar number systems.

HEX A9 E7 BB
Decimal 169 231 187
Binary 10101001 11100111 10111011
Octal 251 347 273

Shades and tints

Shades of #A9E7BB

#A9E7BB
(169,231,187)
#9AD2AA
(154,210,170)
#8BBD99
(139,189,153)
#7CA888
(124,168,136)
#6D9377
(109,147,119)
#5E7E66
(94,126,102)
#4F6955
(79,105,85)
#405444
(64,84,68)
#313F33
(49,63,51)
#222A22
(34,42,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A9E7BB

#A9E7BB
(169,231,187)
#B0E9C1
(176,233,193)
#B7EBC7
(183,235,199)
#BEEDCD
(190,237,205)
#C5EFD3
(197,239,211)
#CCF1D9
(204,241,217)
#D3F3DF
(211,243,223)
#DAF5E5
(218,245,229)
#E1F7EB
(225,247,235)
#E8F9F1
(232,249,241)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E7BB color. Also use rgb(169,231,187) instead hex code.

Text Font Color

.myTextColor { color: #A9E7BB; }

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

This text font color is #A9E7BB.

Background Color

.myBgColor { background-color: #A9E7BB; }

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

This div background color is #A9E7BB.

Border color

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

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

This div border color is #A9E7BB.

Opacity

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

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

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

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

This text has shadow with #A9E7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E7BB.

Preview

Color preview on black background

This text has color #A9E7BB on black background.


Color preview on white background

This text has color #A9E7BB on white background.


Black color preview on #A9E7BB background

This text has black color on #A9E7BB background.


White color preview on #A9E7BB background

This text has white color on #A9E7BB background.


Related colors

Complementary color

Complementary color for #hex is #561844.


I love getcolorcode.com

Triadic colors

1 #BBA9E7 and #E7BBA9 with #A9E7BB are triadic colors.

2 #BBE7A9 and #E7A9BB with #A9E7BB are triadic colors.