COLOR #A9CEBC

HEX: #A9CEBC RGB: (169,206,188)

Color info

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

RGB color model

#A9CEBC color RGB value is (169,206,188).

RGB: (169,206,188) (66%, 81%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 188 of 255 = 74%

169
206
188

R + G + B ~ 74%. #A9CEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 206 + 188 = 563 (100%)
R 169 of 563 ~ 30.02%
G 206 of 563 ~ 36.59%
B 188 of 563 ~ 33.39'%

%30.02
%36.59
%33.39

CMYK color model

#A9CEBC color CMYK value is (18,0,9,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%

CMYK: (18,0,9,19)
C18M0Y9K19 (18%, 0%, 9%, 19%)
(0.18 / 0.00 / 0.09 / 0.19)

CMYK percentages

%17.96
%0
%8.74
%19.22

Codes

Color #A9CEBC in popluar color models

A9 CE BC
RGB 169 206 188
HSL 151° 27.41% 73.53%
HSB/HSV 151° 17.96% 80.78%
CMYK 17.96% 0.00% 8.74%
19.22%

Color #A9CEBC in popluar number systems.

HEX A9 CE BC
Decimal 169 206 188
Binary 10101001 11001110 10111100
Octal 251 316 274

Shades and tints

Shades of #A9CEBC

#A9CEBC
(169,206,188)
#9ABCAB
(154,188,171)
#8BAA9A
(139,170,154)
#7C9889
(124,152,137)
#6D8678
(109,134,120)
#5E7467
(94,116,103)
#4F6256
(79,98,86)
#405045
(64,80,69)
#313E34
(49,62,52)
#222C23
(34,44,35)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #A9CEBC

#A9CEBC
(169,206,188)
#B0D2C2
(176,210,194)
#B7D6C8
(183,214,200)
#BEDACE
(190,218,206)
#C5DED4
(197,222,212)
#CCE2DA
(204,226,218)
#D3E6E0
(211,230,224)
#DAEAE6
(218,234,230)
#E1EEEC
(225,238,236)
#E8F2F2
(232,242,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CEBC; }

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

This text font color is #A9CEBC.

Background Color

.myBgColor { background-color: #A9CEBC; }

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

This div background color is #A9CEBC.

Border color

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

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

This div border color is #A9CEBC.

Opacity

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

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

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

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

This text has shadow with #A9CEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CEBC.

Preview

Color preview on black background

This text has color #A9CEBC on black background.


Color preview on white background

This text has color #A9CEBC on white background.


Black color preview on #A9CEBC background

This text has black color on #A9CEBC background.


White color preview on #A9CEBC background

This text has white color on #A9CEBC background.


Related colors

Complementary color

Complementary color for #hex is #563143.


I love getcolorcode.com

Triadic colors

1 #BCA9CE and #CEBCA9 with #A9CEBC are triadic colors.

2 #BCCEA9 and #CEA9BC with #A9CEBC are triadic colors.