COLOR #A9EBC9

HEX: #A9EBC9
RGB: (169,235,201)

Color info

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

RGB color model

#A9EBC9 color RGB value is (169,235,201).

  • red value is 169;
  • green value is 235;
  • blue value is 201.
RGB:
(169,235,201)
(66%,92%,79%)

RGB channels and saturation

R 169 of 255 = 66%
G 235 of 255 = 92%
B 201 of 255 = 79%

169
235
201

R + G + B ~ 79%. #A9EBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 235 + 201 = 605 (100%)
R 169 of 605 ~ 27.93%
G 235 of 605 ~ 38.84%
B 201 of 605 ~ 33.22%

%27.93
%38.84
%33.22

CMYK color model

#A9EBC9 color CMYK value is (28,0,14,8).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(28,0,14,8)
C28M0Y14K8 
(28%,0%,14%,8%)
(0.28/0.00/0.14/0.08)	

CMYK percentages

%28.09
%0
%14.47
%7.84

Codes

Color #A9EBC9 in popluar color models

A9EBC9
RGB169235201
HSL149°62.26%79.22%
HSB/HSV149°28.09%92.16%
CMYK28.09%0.00%14.47%
7.84%

Color #A9EBC9 in popluar number systems.

HEXA9EBC9
Decimal169235201
Binary101010011110101111001001
Octal251353311

Shades and tints

Shades of #A9EBC9

#A9EBC9
(169,235,201)
#9AD6B7
(154,214,183)
#8BC1A5
(139,193,165)
#7CAC93
(124,172,147)
#6D9781
(109,151,129)
#5E826F
(94,130,111)
#4F6D5D
(79,109,93)
#40584B
(64,88,75)
#314339
(49,67,57)
#222E27
(34,46,39)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9EBC9

#A9EBC9
(169,235,201)
#B0ECCD
(176,236,205)
#B7EDD1
(183,237,209)
#BEEED5
(190,238,213)
#C5EFD9
(197,239,217)
#CCF0DD
(204,240,221)
#D3F1E1
(211,241,225)
#DAF2E5
(218,242,229)
#E1F3E9
(225,243,233)
#E8F4ED
(232,244,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EBC9 color. Also use rgb(169,235,201) instead hex code.

Text Font Color

.myTextColor { color: #A9EBC9; }

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

This text font color is #A9EBC9.


Background Color

.myBgColor { background-color: #A9EBC9; }

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

This div background color is #A9EBC9.


Border color

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

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

This div border color is #A9EBC9.


Opacity

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

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

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

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

This text has shadow with #A9EBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EBC9 on black background.


Color preview on white background

This text has color #A9EBC9 on white background.



Black color preview on #A9EBC9 background

This text has black color on #A9EBC9 background.


White color preview on #A9EBC9 background

This text has white color on #A9EBC9 background.