COLOR #A9EBD3

HEX: #A9EBD3
RGB: (169,235,211)

Color info

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

RGB color model

#A9EBD3 color RGB value is (169,235,211).

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

RGB channels and saturation

R 169 of 255 = 66%
G 235 of 255 = 92%
B 211 of 255 = 83%

169
235
211

R + G + B ~ 80%. #A9EBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 235 + 211 = 615 (100%)
R 169 of 615 ~ 27.48%
G 235 of 615 ~ 38.21%
B 211 of 615 ~ 34.31%

%27.48
%38.21
%34.31

CMYK color model

#A9EBD3 color CMYK value is (28,0,10,8).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(28,0,10,8)
C28M0Y10K8 
(28%,0%,10%,8%)
(0.28/0.00/0.10/0.08)	

CMYK percentages

%28.09
%0
%10.21
%7.84

Codes

Color #A9EBD3 in popluar color models

A9EBD3
RGB169235211
HSL158°62.26%79.22%
HSB/HSV158°28.09%92.16%
CMYK28.09%0.00%10.21%
7.84%

Color #A9EBD3 in popluar number systems.

HEXA9EBD3
Decimal169235211
Binary101010011110101111010011
Octal251353323

Shades and tints

Shades of #A9EBD3

#A9EBD3
(169,235,211)
#9AD6C0
(154,214,192)
#8BC1AD
(139,193,173)
#7CAC9A
(124,172,154)
#6D9787
(109,151,135)
#5E8274
(94,130,116)
#4F6D61
(79,109,97)
#40584E
(64,88,78)
#31433B
(49,67,59)
#222E28
(34,46,40)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9EBD3

#A9EBD3
(169,235,211)
#B0ECD7
(176,236,215)
#B7EDDB
(183,237,219)
#BEEEDF
(190,238,223)
#C5EFE3
(197,239,227)
#CCF0E7
(204,240,231)
#D3F1EB
(211,241,235)
#DAF2EF
(218,242,239)
#E1F3F3
(225,243,243)
#E8F4F7
(232,244,247)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EBD3; }

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

This text font color is #A9EBD3.


Background Color

.myBgColor { background-color: #A9EBD3; }

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

This div background color is #A9EBD3.


Border color

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

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

This div border color is #A9EBD3.


Opacity

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

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

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

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

This text has shadow with #A9EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EBD3 on black background.


Color preview on white background

This text has color #A9EBD3 on white background.



Black color preview on #A9EBD3 background

This text has black color on #A9EBD3 background.


White color preview on #A9EBD3 background

This text has white color on #A9EBD3 background.