COLOR #C9B4B9

HEX: #C9B4B9 RGB: (201,180,185)

Color info

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

RGB color model

#C9B4B9 color RGB value is (201,180,185).

RGB: (201,180,185) (79%, 71%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 185 of 255 = 73%

201
180
185

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

Portions of RGB colors in percentages

R + G + B = 201 + 180 + 185 = 566 (100%)
R 201 of 566 ~ 35.51%
G 180 of 566 ~ 31.8%
B 185 of 566 ~ 32.69'%

%35.51
%31.8
%32.69

CMYK color model

#C9B4B9 color CMYK value is (0,10,8,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (0,10,8,21)
C0M10Y8K21 (0%, 10%, 8%, 21%)
(0.00 / 0.10 / 0.08 / 0.21)

CMYK percentages

%0
%10.45
%7.96
%21.18

Codes

Color #C9B4B9 in popluar color models

C9 B4 B9
RGB 201 180 185
HSL 346° 16.28% 74.71%
HSB/HSV 346° 10.45% 78.82%
CMYK 0.00% 10.45% 7.96%
21.18%

Color #C9B4B9 in popluar number systems.

HEX C9 B4 B9
Decimal 201 180 185
Binary 11001001 10110100 10111001
Octal 311 264 271

Shades and tints

Shades of #C9B4B9

#C9B4B9
(201,180,185)
#B7A4A9
(183,164,169)
#A59499
(165,148,153)
#938489
(147,132,137)
#817479
(129,116,121)
#6F6469
(111,100,105)
#5D5459
(93,84,89)
#4B4449
(75,68,73)
#393439
(57,52,57)
#272429
(39,36,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9B4B9

#C9B4B9
(201,180,185)
#CDBABF
(205,186,191)
#D1C0C5
(209,192,197)
#D5C6CB
(213,198,203)
#D9CCD1
(217,204,209)
#DDD2D7
(221,210,215)
#E1D8DD
(225,216,221)
#E5DEE3
(229,222,227)
#E9E4E9
(233,228,233)
#EDEAEF
(237,234,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B4B9 color. Also use rgb(201,180,185) instead hex code.

Text Font Color

.myTextColor { color: #C9B4B9; }

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

This text font color is #C9B4B9.

Background Color

.myBgColor { background-color: #C9B4B9; }

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

This div background color is #C9B4B9.

Border color

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

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

This div border color is #C9B4B9.

Opacity

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

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

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

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

This text has shadow with #C9B4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B4B9.

Preview

Color preview on black background

This text has color #C9B4B9 on black background.


Color preview on white background

This text has color #C9B4B9 on white background.


Black color preview on #C9B4B9 background

This text has black color on #C9B4B9 background.


White color preview on #C9B4B9 background

This text has white color on #C9B4B9 background.


Related colors

Complementary color

Complementary color for #hex is #364B46.


I love getcolorcode.com

Triadic colors

1 #B9C9B4 and #B4B9C9 with #C9B4B9 are triadic colors.

2 #B9B4C9 and #B4C9B9 with #C9B4B9 are triadic colors.