COLOR #A9EBCC

HEX: #A9EBCC RGB: (169,235,204)

Color info

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

RGB color model

#A9EBCC color RGB value is (169,235,204).

RGB: (169,235,204) (66%, 92%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 235 of 255 = 92%
B 204 of 255 = 80%

169
235
204

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

Portions of RGB colors in percentages

R + G + B = 169 + 235 + 204 = 608 (100%)
R 169 of 608 ~ 27.8%
G 235 of 608 ~ 38.65%
B 204 of 608 ~ 33.55'%

%27.8
%38.65
%33.55

CMYK color model

#A9EBCC color CMYK value is (28,0,13,8).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (28,0,13,8)
C28M0Y13K8 (28%, 0%, 13%, 8%)
(0.28 / 0.00 / 0.13 / 0.08)

CMYK percentages

%28.09
%0
%13.19
%7.84

Codes

Color #A9EBCC in popluar color models

A9 EB CC
RGB 169 235 204
HSL 152° 62.26% 79.22%
HSB/HSV 152° 28.09% 92.16%
CMYK 28.09% 0.00% 13.19%
7.84%

Color #A9EBCC in popluar number systems.

HEX A9 EB CC
Decimal 169 235 204
Binary 10101001 11101011 11001100
Octal 251 353 314

Shades and tints

Shades of #A9EBCC

#A9EBCC
(169,235,204)
#9AD6BA
(154,214,186)
#8BC1A8
(139,193,168)
#7CAC96
(124,172,150)
#6D9784
(109,151,132)
#5E8272
(94,130,114)
#4F6D60
(79,109,96)
#40584E
(64,88,78)
#31433C
(49,67,60)
#222E2A
(34,46,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9EBCC

#A9EBCC
(169,235,204)
#B0ECD0
(176,236,208)
#B7EDD4
(183,237,212)
#BEEED8
(190,238,216)
#C5EFDC
(197,239,220)
#CCF0E0
(204,240,224)
#D3F1E4
(211,241,228)
#DAF2E8
(218,242,232)
#E1F3EC
(225,243,236)
#E8F4F0
(232,244,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EBCC color. Also use rgb(169,235,204) instead hex code.

Text Font Color

.myTextColor { color: #A9EBCC; }

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

This text font color is #A9EBCC.

Background Color

.myBgColor { background-color: #A9EBCC; }

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

This div background color is #A9EBCC.

Border color

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

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

This div border color is #A9EBCC.

Opacity

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

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

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

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

This text has shadow with #A9EBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EBCC.

Preview

Color preview on black background

This text has color #A9EBCC on black background.


Color preview on white background

This text has color #A9EBCC on white background.


Black color preview on #A9EBCC background

This text has black color on #A9EBCC background.


White color preview on #A9EBCC background

This text has white color on #A9EBCC background.


Related colors

Complementary color

Complementary color for #hex is #561433.


I love getcolorcode.com

Triadic colors

1 #CCA9EB and #EBCCA9 with #A9EBCC are triadic colors.

2 #CCEBA9 and #EBA9CC with #A9EBCC are triadic colors.