COLOR #A9E1B8

HEX: #A9E1B8
RGB: (169,225,184)

Color info

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

RGB color model

#A9E1B8 color RGB value is (169,225,184).

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

RGB channels and saturation

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

169
225
184

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

Portions of RGB colors in percentages

R + G + B =
169 + 225 + 184 = 578 (100%)
R 169 of 578 ~ 29.24%
G 225 of 578 ~ 38.93%
B 184 of 578 ~ 31.83%

%29.24
%38.93
%31.83

CMYK color model

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

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

CMYK percentages

%24.89
%0
%18.22
%11.76

Codes

Color #A9E1B8 in popluar color models

A9E1B8
RGB169225184
HSL136°48.28%77.25%
HSB/HSV136°24.89%88.24%
CMYK24.89%0.00%18.22%
11.76%

Color #A9E1B8 in popluar number systems.

HEXA9E1B8
Decimal169225184
Binary101010011110000110111000
Octal251341270

Shades and tints

Shades of #A9E1B8

#A9E1B8
(169,225,184)
#9ACDA8
(154,205,168)
#8BB998
(139,185,152)
#7CA588
(124,165,136)
#6D9178
(109,145,120)
#5E7D68
(94,125,104)
#4F6958
(79,105,88)
#405548
(64,85,72)
#314138
(49,65,56)
#222D28
(34,45,40)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9E1B8

#A9E1B8
(169,225,184)
#B0E3BE
(176,227,190)
#B7E5C4
(183,229,196)
#BEE7CA
(190,231,202)
#C5E9D0
(197,233,208)
#CCEBD6
(204,235,214)
#D3EDDC
(211,237,220)
#DAEFE2
(218,239,226)
#E1F1E8
(225,241,232)
#E8F3EE
(232,243,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E1B8; }

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

This text font color is #A9E1B8.


Background Color

.myBgColor { background-color: #A9E1B8; }

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

This div background color is #A9E1B8.


Border color

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

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

This div border color is #A9E1B8.


Opacity

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

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

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

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

This text has shadow with #A9E1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E1B8 on black background.


Color preview on white background

This text has color #A9E1B8 on white background.



Black color preview on #A9E1B8 background

This text has black color on #A9E1B8 background.


White color preview on #A9E1B8 background

This text has white color on #A9E1B8 background.