COLOR #C9BAC4

HEX: #C9BAC4 RGB: (201,186,196)

Color info

#C9BAC4 contains red, green and blue colors in about the same proportion. Web safe color of #C9BAC4 is #CCCCCC (or #CCC).

RGB color model

#C9BAC4 color RGB value is (201,186,196).

RGB: (201,186,196) (79%, 73%, 77%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 196 of 255 = 77%

201
186
196

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

Portions of RGB colors in percentages

R + G + B = 201 + 186 + 196 = 583 (100%)
R 201 of 583 ~ 34.48%
G 186 of 583 ~ 31.9%
B 196 of 583 ~ 33.62'%

%34.48
%31.9
%33.62

CMYK color model

#C9BAC4 color CMYK value is (0,7,2,21).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 2.49%
  • key color value is 21.18%

CMYK: (0,7,2,21)
C0M7Y2K21 (0%, 7%, 2%, 21%)
(0.00 / 0.07 / 0.02 / 0.21)

CMYK percentages

%0
%7.46
%2.49
%21.18

Codes

Color #C9BAC4 in popluar color models

C9 BA C4
RGB 201 186 196
HSL 320° 12.20% 75.88%
HSB/HSV 320° 7.46% 78.82%
CMYK 0.00% 7.46% 2.49%
21.18%

Color #C9BAC4 in popluar number systems.

HEX C9 BA C4
Decimal 201 186 196
Binary 11001001 10111010 11000100
Octal 311 272 304

Shades and tints

Shades of #C9BAC4

#C9BAC4
(201,186,196)
#B7AAB3
(183,170,179)
#A59AA2
(165,154,162)
#938A91
(147,138,145)
#817A80
(129,122,128)
#6F6A6F
(111,106,111)
#5D5A5E
(93,90,94)
#4B4A4D
(75,74,77)
#393A3C
(57,58,60)
#272A2B
(39,42,43)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #C9BAC4

#C9BAC4
(201,186,196)
#CDC0C9
(205,192,201)
#D1C6CE
(209,198,206)
#D5CCD3
(213,204,211)
#D9D2D8
(217,210,216)
#DDD8DD
(221,216,221)
#E1DEE2
(225,222,226)
#E5E4E7
(229,228,231)
#E9EAEC
(233,234,236)
#EDF0F1
(237,240,241)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BAC4 color. Also use rgb(201,186,196) instead hex code.

Text Font Color

.myTextColor { color: #C9BAC4; }

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

This text font color is #C9BAC4.

Background Color

.myBgColor { background-color: #C9BAC4; }

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

This div background color is #C9BAC4.

Border color

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

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

This div border color is #C9BAC4.

Opacity

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

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

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

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

This text has shadow with #C9BAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BAC4.

Preview

Color preview on black background

This text has color #C9BAC4 on black background.


Color preview on white background

This text has color #C9BAC4 on white background.


Black color preview on #C9BAC4 background

This text has black color on #C9BAC4 background.


White color preview on #C9BAC4 background

This text has white color on #C9BAC4 background.


Related colors

Complementary color

Complementary color for #hex is #36453B.


I love getcolorcode.com

Triadic colors

1 #C4C9BA and #BAC4C9 with #C9BAC4 are triadic colors.

2 #C4BAC9 and #BAC9C4 with #C9BAC4 are triadic colors.