COLOR #C8C7B4

HEX: #C8C7B4
RGB: (200,199,180)

Color info

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

RGB color model

#C8C7B4 color RGB value is (200,199,180).

  • red value is 200;
  • green value is 199;
  • blue value is 180.
RGB:
(200,199,180)
(78%,78%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 180 of 255 = 71%

200
199
180

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

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 180 = 579 (100%)
R 200 of 579 ~ 34.54%
G 199 of 579 ~ 34.37%
B 180 of 579 ~ 31.09%

%34.54
%34.37
%31.09

CMYK color model

#C8C7B4 color CMYK value is (0,0,10,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(0,0,10,22)
C0M0Y10K22 
(0%,0%,10%,22%)
(0.00/0.00/0.10/0.22)	

CMYK percentages

%0
%0.5
%10
%21.57

Codes

Color #C8C7B4 in popluar color models

C8C7B4
RGB200199180
HSL57°15.38%74.51%
HSB/HSV57°10.00%78.43%
CMYK0.00%0.50%10.00%
21.57%

Color #C8C7B4 in popluar number systems.

HEXC8C7B4
Decimal200199180
Binary110010001100011110110100
Octal310307264

Shades and tints

Shades of #C8C7B4

#C8C7B4
(200,199,180)
#B6B5A4
(182,181,164)
#A4A394
(164,163,148)
#929184
(146,145,132)
#807F74
(128,127,116)
#6E6D64
(110,109,100)
#5C5B54
(92,91,84)
#4A4944
(74,73,68)
#383734
(56,55,52)
#262524
(38,37,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C8C7B4

#C8C7B4
(200,199,180)
#CDCCBA
(205,204,186)
#D2D1C0
(210,209,192)
#D7D6C6
(215,214,198)
#DCDBCC
(220,219,204)
#E1E0D2
(225,224,210)
#E6E5D8
(230,229,216)
#EBEADE
(235,234,222)
#F0EFE4
(240,239,228)
#F5F4EA
(245,244,234)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C7B4 color. Also use rgb(200,199,180) instead hex code.

Text Font Color

.myTextColor { color: #C8C7B4; }

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

This text font color is #C8C7B4.


Background Color

.myBgColor { background-color: #C8C7B4; }

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

This div background color is #C8C7B4.


Border color

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

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

This div border color is #C8C7B4.


Opacity

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

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

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

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

This text has shadow with #C8C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C7B4 on black background.


Color preview on white background

This text has color #C8C7B4 on white background.



Black color preview on #C8C7B4 background

This text has black color on #C8C7B4 background.


White color preview on #C8C7B4 background

This text has white color on #C8C7B4 background.