COLOR #A9EFD5

HEX: #A9EFD5
RGB: (169,239,213)

Color info

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

RGB color model

#A9EFD5 color RGB value is (169,239,213).

  • red value is 169;
  • green value is 239;
  • blue value is 213.
RGB:
(169,239,213)
(66%,94%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 213 of 255 = 84%

169
239
213

R + G + B ~ 81%. #A9EFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 213 = 621 (100%)
R 169 of 621 ~ 27.21%
G 239 of 621 ~ 38.49%
B 213 of 621 ~ 34.3%

%27.21
%38.49
%34.3

CMYK color model

#A9EFD5 color CMYK value is (29,0,11,6).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(29,0,11,6)
C29M0Y11K6 
(29%,0%,11%,6%)
(0.29/0.00/0.11/0.06)	

CMYK percentages

%29.29
%0
%10.88
%6.27

Codes

Color #A9EFD5 in popluar color models

A9EFD5
RGB169239213
HSL158°68.63%80.00%
HSB/HSV158°29.29%93.73%
CMYK29.29%0.00%10.88%
6.27%

Color #A9EFD5 in popluar number systems.

HEXA9EFD5
Decimal169239213
Binary101010011110111111010101
Octal251357325

Shades and tints

Shades of #A9EFD5

#A9EFD5
(169,239,213)
#9ADAC2
(154,218,194)
#8BC5AF
(139,197,175)
#7CB09C
(124,176,156)
#6D9B89
(109,155,137)
#5E8676
(94,134,118)
#4F7163
(79,113,99)
#405C50
(64,92,80)
#31473D
(49,71,61)
#22322A
(34,50,42)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #A9EFD5

#A9EFD5
(169,239,213)
#B0F0D8
(176,240,216)
#B7F1DB
(183,241,219)
#BEF2DE
(190,242,222)
#C5F3E1
(197,243,225)
#CCF4E4
(204,244,228)
#D3F5E7
(211,245,231)
#DAF6EA
(218,246,234)
#E1F7ED
(225,247,237)
#E8F8F0
(232,248,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EFD5 color. Also use rgb(169,239,213) instead hex code.

Text Font Color

.myTextColor { color: #A9EFD5; }

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

This text font color is #A9EFD5.


Background Color

.myBgColor { background-color: #A9EFD5; }

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

This div background color is #A9EFD5.


Border color

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

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

This div border color is #A9EFD5.


Opacity

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

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

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

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

This text has shadow with #A9EFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EFD5 on black background.


Color preview on white background

This text has color #A9EFD5 on white background.



Black color preview on #A9EFD5 background

This text has black color on #A9EFD5 background.


White color preview on #A9EFD5 background

This text has white color on #A9EFD5 background.