COLOR #C9BCB4

HEX: #C9BCB4
RGB: (201,188,180)

Color info

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

RGB color model

#C9BCB4 color RGB value is (201,188,180).

  • red value is 201;
  • green value is 188;
  • blue value is 180.
RGB:
(201,188,180)
(79%,74%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 180 of 255 = 71%

201
188
180

R + G + B ~ 75%. #C9BCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 188 + 180 = 569 (100%)
R 201 of 569 ~ 35.33%
G 188 of 569 ~ 33.04%
B 180 of 569 ~ 31.63%

%35.33
%33.04
%31.63

CMYK color model

#C9BCB4 color CMYK value is (0,6,10,21).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 10.45%
  • key color value is 21.18%
CMYK:
(0,6,10,21)
C0M6Y10K21 
(0%,6%,10%,21%)
(0.00/0.06/0.10/0.21)	

CMYK percentages

%0
%6.47
%10.45
%21.18

Codes

Color #C9BCB4 in popluar color models

C9BCB4
RGB201188180
HSL23°16.28%74.71%
HSB/HSV23°10.45%78.82%
CMYK0.00%6.47%10.45%
21.18%

Color #C9BCB4 in popluar number systems.

HEXC9BCB4
Decimal201188180
Binary110010011011110010110100
Octal311274264

Shades and tints

Shades of #C9BCB4

#C9BCB4
(201,188,180)
#B7ABA4
(183,171,164)
#A59A94
(165,154,148)
#938984
(147,137,132)
#817874
(129,120,116)
#6F6764
(111,103,100)
#5D5654
(93,86,84)
#4B4544
(75,69,68)
#393434
(57,52,52)
#272324
(39,35,36)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C9BCB4

#C9BCB4
(201,188,180)
#CDC2BA
(205,194,186)
#D1C8C0
(209,200,192)
#D5CEC6
(213,206,198)
#D9D4CC
(217,212,204)
#DDDAD2
(221,218,210)
#E1E0D8
(225,224,216)
#E5E6DE
(229,230,222)
#E9ECE4
(233,236,228)
#EDF2EA
(237,242,234)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BCB4; }

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

This text font color is #C9BCB4.


Background Color

.myBgColor { background-color: #C9BCB4; }

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

This div background color is #C9BCB4.


Border color

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

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

This div border color is #C9BCB4.


Opacity

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

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

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

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

This text has shadow with #C9BCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BCB4 on black background.


Color preview on white background

This text has color #C9BCB4 on white background.



Black color preview on #C9BCB4 background

This text has black color on #C9BCB4 background.


White color preview on #C9BCB4 background

This text has white color on #C9BCB4 background.