COLOR #C8BCB6

HEX: #C8BCB6
RGB: (200,188,182)

Color info

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

RGB color model

#C8BCB6 color RGB value is (200,188,182).

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

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 182 of 255 = 71%

200
188
182

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

Portions of RGB colors in percentages

R + G + B =
200 + 188 + 182 = 570 (100%)
R 200 of 570 ~ 35.09%
G 188 of 570 ~ 32.98%
B 182 of 570 ~ 31.93%

%35.09
%32.98
%31.93

CMYK color model

#C8BCB6 color CMYK value is (0,6,9,22).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(0,6,9,22)
C0M6Y9K22 
(0%,6%,9%,22%)
(0.00/0.06/0.09/0.22)	

CMYK percentages

%0
%6
%9
%21.57

Codes

Color #C8BCB6 in popluar color models

C8BCB6
RGB200188182
HSL20°14.06%74.90%
HSB/HSV20°9.00%78.43%
CMYK0.00%6.00%9.00%
21.57%

Color #C8BCB6 in popluar number systems.

HEXC8BCB6
Decimal200188182
Binary110010001011110010110110
Octal310274266

Shades and tints

Shades of #C8BCB6

#C8BCB6
(200,188,182)
#B6ABA6
(182,171,166)
#A49A96
(164,154,150)
#928986
(146,137,134)
#807876
(128,120,118)
#6E6766
(110,103,102)
#5C5656
(92,86,86)
#4A4546
(74,69,70)
#383436
(56,52,54)
#262326
(38,35,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #C8BCB6

#C8BCB6
(200,188,182)
#CDC2BC
(205,194,188)
#D2C8C2
(210,200,194)
#D7CEC8
(215,206,200)
#DCD4CE
(220,212,206)
#E1DAD4
(225,218,212)
#E6E0DA
(230,224,218)
#EBE6E0
(235,230,224)
#F0ECE6
(240,236,230)
#F5F2EC
(245,242,236)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCB6; }

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

This text font color is #C8BCB6.


Background Color

.myBgColor { background-color: #C8BCB6; }

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

This div background color is #C8BCB6.


Border color

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

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

This div border color is #C8BCB6.


Opacity

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

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

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

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

This text has shadow with #C8BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BCB6 on black background.


Color preview on white background

This text has color #C8BCB6 on white background.



Black color preview on #C8BCB6 background

This text has black color on #C8BCB6 background.


White color preview on #C8BCB6 background

This text has white color on #C8BCB6 background.