COLOR #A9C4BC

HEX: #A9C4BC RGB: (169,196,188)

Color info

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

RGB color model

#A9C4BC color RGB value is (169,196,188).

RGB: (169,196,188) (66%, 77%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 188 of 255 = 74%

169
196
188

R + G + B ~ 72%. #A9C4BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 196 + 188 = 553 (100%)
R 169 of 553 ~ 30.56%
G 196 of 553 ~ 35.44%
B 188 of 553 ~ 34'%

%30.56
%35.44
%34

CMYK color model

#A9C4BC color CMYK value is (14,0,4,23).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 23.14%

CMYK: (14,0,4,23)
C14M0Y4K23 (14%, 0%, 4%, 23%)
(0.14 / 0.00 / 0.04 / 0.23)

CMYK percentages

%13.78
%0
%4.08
%23.14

Codes

Color #A9C4BC in popluar color models

A9 C4 BC
RGB 169 196 188
HSL 162° 18.62% 71.57%
HSB/HSV 162° 13.78% 76.86%
CMYK 13.78% 0.00% 4.08%
23.14%

Color #A9C4BC in popluar number systems.

HEX A9 C4 BC
Decimal 169 196 188
Binary 10101001 11000100 10111100
Octal 251 304 274

Shades and tints

Shades of #A9C4BC

#A9C4BC
(169,196,188)
#9AB3AB
(154,179,171)
#8BA29A
(139,162,154)
#7C9189
(124,145,137)
#6D8078
(109,128,120)
#5E6F67
(94,111,103)
#4F5E56
(79,94,86)
#404D45
(64,77,69)
#313C34
(49,60,52)
#222B23
(34,43,35)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #A9C4BC

#A9C4BC
(169,196,188)
#B0C9C2
(176,201,194)
#B7CEC8
(183,206,200)
#BED3CE
(190,211,206)
#C5D8D4
(197,216,212)
#CCDDDA
(204,221,218)
#D3E2E0
(211,226,224)
#DAE7E6
(218,231,230)
#E1ECEC
(225,236,236)
#E8F1F2
(232,241,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C4BC; }

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

This text font color is #A9C4BC.

Background Color

.myBgColor { background-color: #A9C4BC; }

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

This div background color is #A9C4BC.

Border color

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

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

This div border color is #A9C4BC.

Opacity

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

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

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

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

This text has shadow with #A9C4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C4BC.

Preview

Color preview on black background

This text has color #A9C4BC on black background.


Color preview on white background

This text has color #A9C4BC on white background.


Black color preview on #A9C4BC background

This text has black color on #A9C4BC background.


White color preview on #A9C4BC background

This text has white color on #A9C4BC background.


Related colors

Complementary color

Complementary color for #hex is #563B43.


I love getcolorcode.com

Triadic colors

1 #BCA9C4 and #C4BCA9 with #A9C4BC are triadic colors.

2 #BCC4A9 and #C4A9BC with #A9C4BC are triadic colors.