COLOR #A9E4B3

HEX: #A9E4B3
RGB: (169,228,179)

Color info

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

RGB color model

#A9E4B3 color RGB value is (169,228,179).

  • red value is 169;
  • green value is 228;
  • blue value is 179.
RGB:
(169,228,179)
(66%,89%,70%)

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 179 of 255 = 70%

169
228
179

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

Portions of RGB colors in percentages

R + G + B =
169 + 228 + 179 = 576 (100%)
R 169 of 576 ~ 29.34%
G 228 of 576 ~ 39.58%
B 179 of 576 ~ 31.08%

%29.34
%39.58
%31.08

CMYK color model

#A9E4B3 color CMYK value is (26,0,21,11).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 10.59%
CMYK:
(26,0,21,11)
C26M0Y21K11 
(26%,0%,21%,11%)
(0.26/0.00/0.21/0.11)	

CMYK percentages

%25.88
%0
%21.49
%10.59

Codes

Color #A9E4B3 in popluar color models

A9E4B3
RGB169228179
HSL130°52.21%77.84%
HSB/HSV130°25.88%89.41%
CMYK25.88%0.00%21.49%
10.59%

Color #A9E4B3 in popluar number systems.

HEXA9E4B3
Decimal169228179
Binary101010011110010010110011
Octal251344263

Shades and tints

Shades of #A9E4B3

#A9E4B3
(169,228,179)
#9AD0A3
(154,208,163)
#8BBC93
(139,188,147)
#7CA883
(124,168,131)
#6D9473
(109,148,115)
#5E8063
(94,128,99)
#4F6C53
(79,108,83)
#405843
(64,88,67)
#314433
(49,68,51)
#223023
(34,48,35)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9E4B3

#A9E4B3
(169,228,179)
#B0E6B9
(176,230,185)
#B7E8BF
(183,232,191)
#BEEAC5
(190,234,197)
#C5ECCB
(197,236,203)
#CCEED1
(204,238,209)
#D3F0D7
(211,240,215)
#DAF2DD
(218,242,221)
#E1F4E3
(225,244,227)
#E8F6E9
(232,246,233)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E4B3 color. Also use rgb(169,228,179) instead hex code.

Text Font Color

.myTextColor { color: #A9E4B3; }

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

This text font color is #A9E4B3.


Background Color

.myBgColor { background-color: #A9E4B3; }

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

This div background color is #A9E4B3.


Border color

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

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

This div border color is #A9E4B3.


Opacity

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

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

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

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

This text has shadow with #A9E4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E4B3 on black background.


Color preview on white background

This text has color #A9E4B3 on white background.



Black color preview on #A9E4B3 background

This text has black color on #A9E4B3 background.


White color preview on #A9E4B3 background

This text has white color on #A9E4B3 background.