COLOR #C8BBB1

HEX: #C8BBB1
RGB: (200,187,177)

Color info

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

RGB color model

#C8BBB1 color RGB value is (200,187,177).

  • red value is 200;
  • green value is 187;
  • blue value is 177.
RGB:
(200,187,177)
(78%,73%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 177 of 255 = 69%

200
187
177

R + G + B ~ 73%. #C8BBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 187 + 177 = 564 (100%)
R 200 of 564 ~ 35.46%
G 187 of 564 ~ 33.16%
B 177 of 564 ~ 31.38%

%35.46
%33.16
%31.38

CMYK color model

#C8BBB1 color CMYK value is (0,7,12,22).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(0,7,12,22)
C0M7Y12K22 
(0%,7%,12%,22%)
(0.00/0.07/0.12/0.22)	

CMYK percentages

%0
%6.5
%11.5
%21.57

Codes

Color #C8BBB1 in popluar color models

C8BBB1
RGB200187177
HSL26°17.29%73.92%
HSB/HSV26°11.50%78.43%
CMYK0.00%6.50%11.50%
21.57%

Color #C8BBB1 in popluar number systems.

HEXC8BBB1
Decimal200187177
Binary110010001011101110110001
Octal310273261

Shades and tints

Shades of #C8BBB1

#C8BBB1
(200,187,177)
#B6AAA1
(182,170,161)
#A49991
(164,153,145)
#928881
(146,136,129)
#807771
(128,119,113)
#6E6661
(110,102,97)
#5C5551
(92,85,81)
#4A4441
(74,68,65)
#383331
(56,51,49)
#262221
(38,34,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8BBB1

#C8BBB1
(200,187,177)
#CDC1B8
(205,193,184)
#D2C7BF
(210,199,191)
#D7CDC6
(215,205,198)
#DCD3CD
(220,211,205)
#E1D9D4
(225,217,212)
#E6DFDB
(230,223,219)
#EBE5E2
(235,229,226)
#F0EBE9
(240,235,233)
#F5F1F0
(245,241,240)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BBB1 color. Also use rgb(200,187,177) instead hex code.

Text Font Color

.myTextColor { color: #C8BBB1; }

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

This text font color is #C8BBB1.


Background Color

.myBgColor { background-color: #C8BBB1; }

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

This div background color is #C8BBB1.


Border color

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

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

This div border color is #C8BBB1.


Opacity

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

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

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

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

This text has shadow with #C8BBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BBB1 on black background.


Color preview on white background

This text has color #C8BBB1 on white background.



Black color preview on #C8BBB1 background

This text has black color on #C8BBB1 background.


White color preview on #C8BBB1 background

This text has white color on #C8BBB1 background.