COLOR #A9F5BC

HEX: #A9F5BC
RGB: (169,245,188)

Color info

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

RGB color model

#A9F5BC color RGB value is (169,245,188).

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

RGB channels and saturation

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

169
245
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 245 + 188 = 602 (100%)
R 169 of 602 ~ 28.07%
G 245 of 602 ~ 40.7%
B 188 of 602 ~ 31.23%

%28.07
%40.7
%31.23

CMYK color model

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

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • 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
%23.27
%3.92

Codes

Color #A9F5BC in popluar color models

A9F5BC
RGB169245188
HSL135°79.17%81.18%
HSB/HSV135°31.02%96.08%
CMYK31.02%0.00%23.27%
3.92%

Color #A9F5BC in popluar number systems.

HEXA9F5BC
Decimal169245188
Binary101010011111010110111100
Octal251365274

Shades and tints

Shades of #A9F5BC

#A9F5BC
(169,245,188)
#9ADFAB
(154,223,171)
#8BC99A
(139,201,154)
#7CB389
(124,179,137)
#6D9D78
(109,157,120)
#5E8767
(94,135,103)
#4F7156
(79,113,86)
#405B45
(64,91,69)
#314534
(49,69,52)
#222F23
(34,47,35)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9F5BC

#A9F5BC
(169,245,188)
#B0F5C2
(176,245,194)
#B7F5C8
(183,245,200)
#BEF5CE
(190,245,206)
#C5F5D4
(197,245,212)
#CCF5DA
(204,245,218)
#D3F5E0
(211,245,224)
#DAF5E6
(218,245,230)
#E1F5EC
(225,245,236)
#E8F5F2
(232,245,242)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F5BC; }

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

This text font color is #A9F5BC.


Background Color

.myBgColor { background-color: #A9F5BC; }

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

This div background color is #A9F5BC.


Border color

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

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

This div border color is #A9F5BC.


Opacity

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

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

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

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

This text has shadow with #A9F5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F5BC on black background.


Color preview on white background

This text has color #A9F5BC on white background.



Black color preview on #A9F5BC background

This text has black color on #A9F5BC background.


White color preview on #A9F5BC background

This text has white color on #A9F5BC background.