COLOR #A9E0B8

HEX: #A9E0B8
RGB: (169,224,184)

Color info

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

RGB color model

#A9E0B8 color RGB value is (169,224,184).

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

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 184 of 255 = 72%

169
224
184

R + G + B ~ 75%. #A9E0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 224 + 184 = 577 (100%)
R 169 of 577 ~ 29.29%
G 224 of 577 ~ 38.82%
B 184 of 577 ~ 31.89%

%29.29
%38.82
%31.89

CMYK color model

#A9E0B8 color CMYK value is (25,0,18,12).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 12.16%
CMYK:
(25,0,18,12)
C25M0Y18K12 
(25%,0%,18%,12%)
(0.25/0.00/0.18/0.12)	

CMYK percentages

%24.55
%0
%17.86
%12.16

Codes

Color #A9E0B8 in popluar color models

A9E0B8
RGB169224184
HSL136°47.01%77.06%
HSB/HSV136°24.55%87.84%
CMYK24.55%0.00%17.86%
12.16%

Color #A9E0B8 in popluar number systems.

HEXA9E0B8
Decimal169224184
Binary101010011110000010111000
Octal251340270

Shades and tints

Shades of #A9E0B8

#A9E0B8
(169,224,184)
#9ACCA8
(154,204,168)
#8BB898
(139,184,152)
#7CA488
(124,164,136)
#6D9078
(109,144,120)
#5E7C68
(94,124,104)
#4F6858
(79,104,88)
#405448
(64,84,72)
#314038
(49,64,56)
#222C28
(34,44,40)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #A9E0B8

#A9E0B8
(169,224,184)
#B0E2BE
(176,226,190)
#B7E4C4
(183,228,196)
#BEE6CA
(190,230,202)
#C5E8D0
(197,232,208)
#CCEAD6
(204,234,214)
#D3ECDC
(211,236,220)
#DAEEE2
(218,238,226)
#E1F0E8
(225,240,232)
#E8F2EE
(232,242,238)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E0B8; }

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

This text font color is #A9E0B8.


Background Color

.myBgColor { background-color: #A9E0B8; }

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

This div background color is #A9E0B8.


Border color

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

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

This div border color is #A9E0B8.


Opacity

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

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

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

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

This text has shadow with #A9E0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E0B8 on black background.


Color preview on white background

This text has color #A9E0B8 on white background.



Black color preview on #A9E0B8 background

This text has black color on #A9E0B8 background.


White color preview on #A9E0B8 background

This text has white color on #A9E0B8 background.