COLOR #A9F5BD

HEX: #A9F5BD
RGB: (169,245,189)

Color info

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

RGB color model

#A9F5BD color RGB value is (169,245,189).

  • red value is 169;
  • green value is 245;
  • blue value is 189.
RGB:
(169,245,189)
(66%,96%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 245 of 255 = 96%
B 189 of 255 = 74%

169
245
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 245 + 189 = 603 (100%)
R 169 of 603 ~ 28.03%
G 245 of 603 ~ 40.63%
B 189 of 603 ~ 31.34%

%28.03
%40.63
%31.34

CMYK color model

#A9F5BD color CMYK value is (31,0,23,4).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(31,0,23,4)
C31M0Y23K4 
(31%,0%,23%,4%)
(0.31/0.00/0.23/0.04)	

CMYK percentages

%31.02
%0
%22.86
%3.92

Codes

Color #A9F5BD in popluar color models

A9F5BD
RGB169245189
HSL136°79.17%81.18%
HSB/HSV136°31.02%96.08%
CMYK31.02%0.00%22.86%
3.92%

Color #A9F5BD in popluar number systems.

HEXA9F5BD
Decimal169245189
Binary101010011111010110111101
Octal251365275

Shades and tints

Shades of #A9F5BD

#A9F5BD
(169,245,189)
#9ADFAC
(154,223,172)
#8BC99B
(139,201,155)
#7CB38A
(124,179,138)
#6D9D79
(109,157,121)
#5E8768
(94,135,104)
#4F7157
(79,113,87)
#405B46
(64,91,70)
#314535
(49,69,53)
#222F24
(34,47,36)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #A9F5BD

#A9F5BD
(169,245,189)
#B0F5C3
(176,245,195)
#B7F5C9
(183,245,201)
#BEF5CF
(190,245,207)
#C5F5D5
(197,245,213)
#CCF5DB
(204,245,219)
#D3F5E1
(211,245,225)
#DAF5E7
(218,245,231)
#E1F5ED
(225,245,237)
#E8F5F3
(232,245,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F5BD color. Also use rgb(169,245,189) instead hex code.

Text Font Color

.myTextColor { color: #A9F5BD; }

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

This text font color is #A9F5BD.


Background Color

.myBgColor { background-color: #A9F5BD; }

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

This div background color is #A9F5BD.


Border color

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

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

This div border color is #A9F5BD.


Opacity

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

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

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

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

This text has shadow with #A9F5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F5BD on black background.


Color preview on white background

This text has color #A9F5BD on white background.



Black color preview on #A9F5BD background

This text has black color on #A9F5BD background.


White color preview on #A9F5BD background

This text has white color on #A9F5BD background.