COLOR #C8CFB0

HEX: #C8CFB0
RGB: (200,207,176)

Color info

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

RGB color model

#C8CFB0 color RGB value is (200,207,176).

  • red value is 200;
  • green value is 207;
  • blue value is 176.
RGB:
(200,207,176)
(78%,81%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 207 of 255 = 81%
B 176 of 255 = 69%

200
207
176

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

Portions of RGB colors in percentages

R + G + B =
200 + 207 + 176 = 583 (100%)
R 200 of 583 ~ 34.31%
G 207 of 583 ~ 35.51%
B 176 of 583 ~ 30.19%

%34.31
%35.51
%30.19

CMYK color model

#C8CFB0 color CMYK value is (3,0,15,19).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(3,0,15,19)
C3M0Y15K19 
(3%,0%,15%,19%)
(0.03/0.00/0.15/0.19)	

CMYK percentages

%3.38
%0
%14.98
%18.82

Codes

Color #C8CFB0 in popluar color models

C8CFB0
RGB200207176
HSL74°24.41%75.10%
HSB/HSV74°14.98%81.18%
CMYK3.38%0.00%14.98%
18.82%

Color #C8CFB0 in popluar number systems.

HEXC8CFB0
Decimal200207176
Binary110010001100111110110000
Octal310317260

Shades and tints

Shades of #C8CFB0

#C8CFB0
(200,207,176)
#B6BDA0
(182,189,160)
#A4AB90
(164,171,144)
#929980
(146,153,128)
#808770
(128,135,112)
#6E7560
(110,117,96)
#5C6350
(92,99,80)
#4A5140
(74,81,64)
#383F30
(56,63,48)
#262D20
(38,45,32)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #C8CFB0

#C8CFB0
(200,207,176)
#CDD3B7
(205,211,183)
#D2D7BE
(210,215,190)
#D7DBC5
(215,219,197)
#DCDFCC
(220,223,204)
#E1E3D3
(225,227,211)
#E6E7DA
(230,231,218)
#EBEBE1
(235,235,225)
#F0EFE8
(240,239,232)
#F5F3EF
(245,243,239)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CFB0 color. Also use rgb(200,207,176) instead hex code.

Text Font Color

.myTextColor { color: #C8CFB0; }

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

This text font color is #C8CFB0.


Background Color

.myBgColor { background-color: #C8CFB0; }

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

This div background color is #C8CFB0.


Border color

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

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

This div border color is #C8CFB0.


Opacity

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

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

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

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

This text has shadow with #C8CFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CFB0 on black background.


Color preview on white background

This text has color #C8CFB0 on white background.



Black color preview on #C8CFB0 background

This text has black color on #C8CFB0 background.


White color preview on #C8CFB0 background

This text has white color on #C8CFB0 background.