COLOR #A9E3BD

HEX: #A9E3BD RGB: (169,227,189)

Color info

#A9E3BD contains red, green and blue colors in about the same proportion. Web safe color of #A9E3BD is #99CCCC (or #9CC).

RGB color model

#A9E3BD color RGB value is (169,227,189).

RGB: (169,227,189) (66%, 89%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 227 of 255 = 89%
B 189 of 255 = 74%

169
227
189

R + G + B ~ 76%. #A9E3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 227 + 189 = 585 (100%)
R 169 of 585 ~ 28.89%
G 227 of 585 ~ 38.8%
B 189 of 585 ~ 32.31'%

%28.89
%38.8
%32.31

CMYK color model

#A9E3BD color CMYK value is (26,0,17,11).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK: (26,0,17,11) C26M0Y17K11 (26%,0%,17%,11%) (0.26/0.00/0.17/0.11) 

CMYK percentages

%25.55
%0
%16.74
%10.98

Codes

Color #A9E3BD in popluar color models

A9 E3 BD
RGB 169 227 189
HSL 141° 50.88% 77.65%
HSB/HSV 141° 25.55% 89.02%
CMYK 25.55% 0.00% 16.74%
10.98%

Color #A9E3BD in popluar number systems.

HEX A9 E3 BD
Decimal 169 227 189
Binary 10101001 11100011 10111101
Octal 251 343 275

Shades and tints

Shades of #A9E3BD

#A9E3BD
(169,227,189)
#9ACFAC
(154,207,172)
#8BBB9B
(139,187,155)
#7CA78A
(124,167,138)
#6D9379
(109,147,121)
#5E7F68
(94,127,104)
#4F6B57
(79,107,87)
#405746
(64,87,70)
#314335
(49,67,53)
#222F24
(34,47,36)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #A9E3BD

#A9E3BD
(169,227,189)
#B0E5C3
(176,229,195)
#B7E7C9
(183,231,201)
#BEE9CF
(190,233,207)
#C5EBD5
(197,235,213)
#CCEDDB
(204,237,219)
#D3EFE1
(211,239,225)
#DAF1E7
(218,241,231)
#E1F3ED
(225,243,237)
#E8F5F3
(232,245,243)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E3BD; }

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

This text font color is #A9E3BD.

Background Color

.myBgColor { background-color: #A9E3BD; }

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

This div background color is #A9E3BD.

Border color

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

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

This div border color is #A9E3BD.

Opacity

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

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

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

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

This text has shadow with #A9E3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E3BD.

Preview

Color preview on black background

This text has color #A9E3BD on black background.


Color preview on white background

This text has color #A9E3BD on white background.


Black color preview on #A9E3BD background

This text has black color on #A9E3BD background.


White color preview on #A9E3BD background

This text has white color on #A9E3BD background.


Related colors

Complementary color

Complementary color for #hex is #561C42.


I love getcolorcode.com

Triadic colors

1 #BDA9E3 and #E3BDA9 with #A9E3BD are triadic colors.

2 #BDE3A9 and #E3A9BD with #A9E3BD are triadic colors.