COLOR #C8C5BD

HEX: #C8C5BD
RGB: (200,197,189)

Color info

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

RGB color model

#C8C5BD color RGB value is (200,197,189).

  • red value is 200;
  • green value is 197;
  • blue value is 189.
RGB:
(200,197,189)
(78%,77%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 189 of 255 = 74%

200
197
189

R + G + B ~ 76%. #C8C5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 189 = 586 (100%)
R 200 of 586 ~ 34.13%
G 197 of 586 ~ 33.62%
B 189 of 586 ~ 32.25%

%34.13
%33.62
%32.25

CMYK color model

#C8C5BD color CMYK value is (0,1,5,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(0,1,5,22)
C0M1Y5K22 
(0%,1%,5%,22%)
(0.00/0.01/0.05/0.22)	

CMYK percentages

%0
%1.5
%5.5
%21.57

Codes

Color #C8C5BD in popluar color models

C8C5BD
RGB200197189
HSL44°9.09%76.27%
HSB/HSV44°5.50%78.43%
CMYK0.00%1.50%5.50%
21.57%

Color #C8C5BD in popluar number systems.

HEXC8C5BD
Decimal200197189
Binary110010001100010110111101
Octal310305275

Shades and tints

Shades of #C8C5BD

#C8C5BD
(200,197,189)
#B6B4AC
(182,180,172)
#A4A39B
(164,163,155)
#92928A
(146,146,138)
#808179
(128,129,121)
#6E7068
(110,112,104)
#5C5F57
(92,95,87)
#4A4E46
(74,78,70)
#383D35
(56,61,53)
#262C24
(38,44,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #C8C5BD

#C8C5BD
(200,197,189)
#CDCAC3
(205,202,195)
#D2CFC9
(210,207,201)
#D7D4CF
(215,212,207)
#DCD9D5
(220,217,213)
#E1DEDB
(225,222,219)
#E6E3E1
(230,227,225)
#EBE8E7
(235,232,231)
#F0EDED
(240,237,237)
#F5F2F3
(245,242,243)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C5BD color. Also use rgb(200,197,189) instead hex code.

Text Font Color

.myTextColor { color: #C8C5BD; }

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

This text font color is #C8C5BD.


Background Color

.myBgColor { background-color: #C8C5BD; }

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

This div background color is #C8C5BD.


Border color

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

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

This div border color is #C8C5BD.


Opacity

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

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

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

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

This text has shadow with #C8C5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C5BD on black background.


Color preview on white background

This text has color #C8C5BD on white background.



Black color preview on #C8C5BD background

This text has black color on #C8C5BD background.


White color preview on #C8C5BD background

This text has white color on #C8C5BD background.