COLOR #C8CEBD

HEX: #C8CEBD
RGB: (200,206,189)

Color info

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

RGB color model

#C8CEBD color RGB value is (200,206,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 189 of 255 = 74%

200
206
189

R + G + B ~ 78%. #C8CEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 189 = 595 (100%)
R 200 of 595 ~ 33.61%
G 206 of 595 ~ 34.62%
B 189 of 595 ~ 31.76%

%33.61
%34.62
%31.76

CMYK color model

#C8CEBD color CMYK value is (3,0,8,19).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%
CMYK:
(3,0,8,19)
C3M0Y8K19 
(3%,0%,8%,19%)
(0.03/0.00/0.08/0.19)	

CMYK percentages

%2.91
%0
%8.25
%19.22

Codes

Color #C8CEBD in popluar color models

C8CEBD
RGB200206189
HSL81°14.78%77.45%
HSB/HSV81°8.25%80.78%
CMYK2.91%0.00%8.25%
19.22%

Color #C8CEBD in popluar number systems.

HEXC8CEBD
Decimal200206189
Binary110010001100111010111101
Octal310316275

Shades and tints

Shades of #C8CEBD

#C8CEBD
(200,206,189)
#B6BCAC
(182,188,172)
#A4AA9B
(164,170,155)
#92988A
(146,152,138)
#808679
(128,134,121)
#6E7468
(110,116,104)
#5C6257
(92,98,87)
#4A5046
(74,80,70)
#383E35
(56,62,53)
#262C24
(38,44,36)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #C8CEBD

#C8CEBD
(200,206,189)
#CDD2C3
(205,210,195)
#D2D6C9
(210,214,201)
#D7DACF
(215,218,207)
#DCDED5
(220,222,213)
#E1E2DB
(225,226,219)
#E6E6E1
(230,230,225)
#EBEAE7
(235,234,231)
#F0EEED
(240,238,237)
#F5F2F3
(245,242,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEBD; }

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

This text font color is #C8CEBD.


Background Color

.myBgColor { background-color: #C8CEBD; }

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

This div background color is #C8CEBD.


Border color

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

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

This div border color is #C8CEBD.


Opacity

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

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

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

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

This text has shadow with #C8CEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CEBD on black background.


Color preview on white background

This text has color #C8CEBD on white background.



Black color preview on #C8CEBD background

This text has black color on #C8CEBD background.


White color preview on #C8CEBD background

This text has white color on #C8CEBD background.