COLOR #A9EFB6

HEX: #A9EFB6
RGB: (169,239,182)

Color info

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

RGB color model

#A9EFB6 color RGB value is (169,239,182).

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

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 182 of 255 = 71%

169
239
182

R + G + B ~ 77%. #A9EFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 182 = 590 (100%)
R 169 of 590 ~ 28.64%
G 239 of 590 ~ 40.51%
B 182 of 590 ~ 30.85%

%28.64
%40.51
%30.85

CMYK color model

#A9EFB6 color CMYK value is (29,0,24,6).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(29,0,24,6)
C29M0Y24K6 
(29%,0%,24%,6%)
(0.29/0.00/0.24/0.06)	

CMYK percentages

%29.29
%0
%23.85
%6.27

Codes

Color #A9EFB6 in popluar color models

A9EFB6
RGB169239182
HSL131°68.63%80.00%
HSB/HSV131°29.29%93.73%
CMYK29.29%0.00%23.85%
6.27%

Color #A9EFB6 in popluar number systems.

HEXA9EFB6
Decimal169239182
Binary101010011110111110110110
Octal251357266

Shades and tints

Shades of #A9EFB6

#A9EFB6
(169,239,182)
#9ADAA6
(154,218,166)
#8BC596
(139,197,150)
#7CB086
(124,176,134)
#6D9B76
(109,155,118)
#5E8666
(94,134,102)
#4F7156
(79,113,86)
#405C46
(64,92,70)
#314736
(49,71,54)
#223226
(34,50,38)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #A9EFB6

#A9EFB6
(169,239,182)
#B0F0BC
(176,240,188)
#B7F1C2
(183,241,194)
#BEF2C8
(190,242,200)
#C5F3CE
(197,243,206)
#CCF4D4
(204,244,212)
#D3F5DA
(211,245,218)
#DAF6E0
(218,246,224)
#E1F7E6
(225,247,230)
#E8F8EC
(232,248,236)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EFB6; }

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

This text font color is #A9EFB6.


Background Color

.myBgColor { background-color: #A9EFB6; }

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

This div background color is #A9EFB6.


Border color

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

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

This div border color is #A9EFB6.


Opacity

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

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

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

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

This text has shadow with #A9EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EFB6 on black background.


Color preview on white background

This text has color #A9EFB6 on white background.



Black color preview on #A9EFB6 background

This text has black color on #A9EFB6 background.


White color preview on #A9EFB6 background

This text has white color on #A9EFB6 background.