COLOR #C8BCB0

HEX: #C8BCB0
RGB: (200,188,176)

Color info

#C8BCB0 contains red, green and blue colors in about the same proportion. Web safe color of #C8BCB0 is #CCCC99 (or #CC9).

RGB color model

#C8BCB0 color RGB value is (200,188,176).

  • red value is 200;
  • green value is 188;
  • blue value is 176.
RGB:
(200,188,176)
(78%,74%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 176 of 255 = 69%

200
188
176

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

Portions of RGB colors in percentages

R + G + B =
200 + 188 + 176 = 564 (100%)
R 200 of 564 ~ 35.46%
G 188 of 564 ~ 33.33%
B 176 of 564 ~ 31.21%

%35.46
%33.33
%31.21

CMYK color model

#C8BCB0 color CMYK value is (0,6,12,22).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 12.00%
  • key color value is 21.57%
CMYK:
(0,6,12,22)
C0M6Y12K22 
(0%,6%,12%,22%)
(0.00/0.06/0.12/0.22)	

CMYK percentages

%0
%6
%12
%21.57

Codes

Color #C8BCB0 in popluar color models

C8BCB0
RGB200188176
HSL30°17.91%73.73%
HSB/HSV30°12.00%78.43%
CMYK0.00%6.00%12.00%
21.57%

Color #C8BCB0 in popluar number systems.

HEXC8BCB0
Decimal200188176
Binary110010001011110010110000
Octal310274260

Shades and tints

Shades of #C8BCB0

#C8BCB0
(200,188,176)
#B6ABA0
(182,171,160)
#A49A90
(164,154,144)
#928980
(146,137,128)
#807870
(128,120,112)
#6E6760
(110,103,96)
#5C5650
(92,86,80)
#4A4540
(74,69,64)
#383430
(56,52,48)
#262320
(38,35,32)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #C8BCB0

#C8BCB0
(200,188,176)
#CDC2B7
(205,194,183)
#D2C8BE
(210,200,190)
#D7CEC5
(215,206,197)
#DCD4CC
(220,212,204)
#E1DAD3
(225,218,211)
#E6E0DA
(230,224,218)
#EBE6E1
(235,230,225)
#F0ECE8
(240,236,232)
#F5F2EF
(245,242,239)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BCB0 color. Also use rgb(200,188,176) instead hex code.

Text Font Color

.myTextColor { color: #C8BCB0; }

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

This text font color is #C8BCB0.


Background Color

.myBgColor { background-color: #C8BCB0; }

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

This div background color is #C8BCB0.


Border color

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

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

This div border color is #C8BCB0.


Opacity

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

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

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

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

This text has shadow with #C8BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BCB0 on black background.


Color preview on white background

This text has color #C8BCB0 on white background.



Black color preview on #C8BCB0 background

This text has black color on #C8BCB0 background.


White color preview on #C8BCB0 background

This text has white color on #C8BCB0 background.