COLOR #C8C5B4

HEX: #C8C5B4 RGB: (200,197,180)

Color info

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

RGB color model

#C8C5B4 color RGB value is (200,197,180).

RGB: (200,197,180) (78%, 77%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 180 of 255 = 71%

200
197
180

R + G + B ~ 75%. #C8C5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 197 + 180 = 577 (100%)
R 200 of 577 ~ 34.66%
G 197 of 577 ~ 34.14%
B 180 of 577 ~ 31.2'%

%34.66
%34.14
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (0,1,10,22)
C0M1Y10K22 (0%, 1%, 10%, 22%)
(0.00 / 0.01 / 0.10 / 0.22)

CMYK percentages

%0
%1.5
%10
%21.57

Codes

Color #C8C5B4 in popluar color models

C8 C5 B4
RGB 200 197 180
HSL 51° 15.38% 74.51%
HSB/HSV 51° 10.00% 78.43%
CMYK 0.00% 1.50% 10.00%
21.57%

Color #C8C5B4 in popluar number systems.

HEX C8 C5 B4
Decimal 200 197 180
Binary 11001000 11000101 10110100
Octal 310 305 264

Shades and tints

Shades of #C8C5B4

#C8C5B4
(200,197,180)
#B6B4A4
(182,180,164)
#A4A394
(164,163,148)
#929284
(146,146,132)
#808174
(128,129,116)
#6E7064
(110,112,100)
#5C5F54
(92,95,84)
#4A4E44
(74,78,68)
#383D34
(56,61,52)
#262C24
(38,44,36)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #C8C5B4

#C8C5B4
(200,197,180)
#CDCABA
(205,202,186)
#D2CFC0
(210,207,192)
#D7D4C6
(215,212,198)
#DCD9CC
(220,217,204)
#E1DED2
(225,222,210)
#E6E3D8
(230,227,216)
#EBE8DE
(235,232,222)
#F0EDE4
(240,237,228)
#F5F2EA
(245,242,234)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C5B4; }

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

This text font color is #C8C5B4.

Background Color

.myBgColor { background-color: #C8C5B4; }

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

This div background color is #C8C5B4.

Border color

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

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

This div border color is #C8C5B4.

Opacity

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

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

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

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

This text has shadow with #C8C5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C5B4.

Preview

Color preview on black background

This text has color #C8C5B4 on black background.


Color preview on white background

This text has color #C8C5B4 on white background.


Black color preview on #C8C5B4 background

This text has black color on #C8C5B4 background.


White color preview on #C8C5B4 background

This text has white color on #C8C5B4 background.


Related colors

Complementary color

Complementary color for #hex is #373A4B.


I love getcolorcode.com

Triadic colors

1 #B4C8C5 and #C5B4C8 with #C8C5B4 are triadic colors.

2 #B4C5C8 and #C5C8B4 with #C8C5B4 are triadic colors.