COLOR #C8C9BB

HEX: #C8C9BB
RGB: (200,201,187)

Color info

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

RGB color model

#C8C9BB color RGB value is (200,201,187).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 187 of 255 = 73%

200
201
187

R + G + B ~ 77%. #C8C9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 187 = 588 (100%)
R 200 of 588 ~ 34.01%
G 201 of 588 ~ 34.18%
B 187 of 588 ~ 31.8%

%34.01
%34.18
%31.8

CMYK color model

#C8C9BB color CMYK value is (0,0,7,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(0,0,7,21)
C0M0Y7K21 
(0%,0%,7%,21%)
(0.00/0.00/0.07/0.21)	

CMYK percentages

%0.5
%0
%6.97
%21.18

Codes

Color #C8C9BB in popluar color models

C8C9BB
RGB200201187
HSL64°11.48%76.08%
HSB/HSV64°6.97%78.82%
CMYK0.50%0.00%6.97%
21.18%

Color #C8C9BB in popluar number systems.

HEXC8C9BB
Decimal200201187
Binary110010001100100110111011
Octal310311273

Shades and tints

Shades of #C8C9BB

#C8C9BB
(200,201,187)
#B6B7AA
(182,183,170)
#A4A599
(164,165,153)
#929388
(146,147,136)
#808177
(128,129,119)
#6E6F66
(110,111,102)
#5C5D55
(92,93,85)
#4A4B44
(74,75,68)
#383933
(56,57,51)
#262722
(38,39,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C8C9BB

#C8C9BB
(200,201,187)
#CDCDC1
(205,205,193)
#D2D1C7
(210,209,199)
#D7D5CD
(215,213,205)
#DCD9D3
(220,217,211)
#E1DDD9
(225,221,217)
#E6E1DF
(230,225,223)
#EBE5E5
(235,229,229)
#F0E9EB
(240,233,235)
#F5EDF1
(245,237,241)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9BB; }

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

This text font color is #C8C9BB.


Background Color

.myBgColor { background-color: #C8C9BB; }

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

This div background color is #C8C9BB.


Border color

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

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

This div border color is #C8C9BB.


Opacity

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

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

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

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

This text has shadow with #C8C9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9BB on black background.


Color preview on white background

This text has color #C8C9BB on white background.



Black color preview on #C8C9BB background

This text has black color on #C8C9BB background.


White color preview on #C8C9BB background

This text has white color on #C8C9BB background.