COLOR #A9EDBF

HEX: #A9EDBF
RGB: (169,237,191)

Color info

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

RGB color model

#A9EDBF color RGB value is (169,237,191).

  • red value is 169;
  • green value is 237;
  • blue value is 191.
RGB:
(169,237,191)
(66%,93%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 237 of 255 = 93%
B 191 of 255 = 75%

169
237
191

R + G + B ~ 78%. #A9EDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 237 + 191 = 597 (100%)
R 169 of 597 ~ 28.31%
G 237 of 597 ~ 39.7%
B 191 of 597 ~ 31.99%

%28.31
%39.7
%31.99

CMYK color model

#A9EDBF color CMYK value is (29,0,19,7).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(29,0,19,7)
C29M0Y19K7 
(29%,0%,19%,7%)
(0.29/0.00/0.19/0.07)	

CMYK percentages

%28.69
%0
%19.41
%7.06

Codes

Color #A9EDBF in popluar color models

A9EDBF
RGB169237191
HSL139°65.38%79.61%
HSB/HSV139°28.69%92.94%
CMYK28.69%0.00%19.41%
7.06%

Color #A9EDBF in popluar number systems.

HEXA9EDBF
Decimal169237191
Binary101010011110110110111111
Octal251355277

Shades and tints

Shades of #A9EDBF

#A9EDBF
(169,237,191)
#9AD8AE
(154,216,174)
#8BC39D
(139,195,157)
#7CAE8C
(124,174,140)
#6D997B
(109,153,123)
#5E846A
(94,132,106)
#4F6F59
(79,111,89)
#405A48
(64,90,72)
#314537
(49,69,55)
#223026
(34,48,38)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #A9EDBF

#A9EDBF
(169,237,191)
#B0EEC4
(176,238,196)
#B7EFC9
(183,239,201)
#BEF0CE
(190,240,206)
#C5F1D3
(197,241,211)
#CCF2D8
(204,242,216)
#D3F3DD
(211,243,221)
#DAF4E2
(218,244,226)
#E1F5E7
(225,245,231)
#E8F6EC
(232,246,236)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EDBF color. Also use rgb(169,237,191) instead hex code.

Text Font Color

.myTextColor { color: #A9EDBF; }

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

This text font color is #A9EDBF.


Background Color

.myBgColor { background-color: #A9EDBF; }

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

This div background color is #A9EDBF.


Border color

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

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

This div border color is #A9EDBF.


Opacity

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

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

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

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

This text has shadow with #A9EDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EDBF on black background.


Color preview on white background

This text has color #A9EDBF on white background.



Black color preview on #A9EDBF background

This text has black color on #A9EDBF background.


White color preview on #A9EDBF background

This text has white color on #A9EDBF background.