COLOR #C8CEC3

HEX: #C8CEC3
RGB: (200,206,195)

Color info

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

RGB color model

#C8CEC3 color RGB value is (200,206,195).

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

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 195 of 255 = 76%

200
206
195

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

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 195 = 601 (100%)
R 200 of 601 ~ 33.28%
G 206 of 601 ~ 34.28%
B 195 of 601 ~ 32.45%

%33.28
%34.28
%32.45

CMYK color model

#C8CEC3 color CMYK value is (3,0,5,19).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(3,0,5,19)
C3M0Y5K19 
(3%,0%,5%,19%)
(0.03/0.00/0.05/0.19)	

CMYK percentages

%2.91
%0
%5.34
%19.22

Codes

Color #C8CEC3 in popluar color models

C8CEC3
RGB200206195
HSL93°10.09%78.63%
HSB/HSV93°5.34%80.78%
CMYK2.91%0.00%5.34%
19.22%

Color #C8CEC3 in popluar number systems.

HEXC8CEC3
Decimal200206195
Binary110010001100111011000011
Octal310316303

Shades and tints

Shades of #C8CEC3

#C8CEC3
(200,206,195)
#B6BCB2
(182,188,178)
#A4AAA1
(164,170,161)
#929890
(146,152,144)
#80867F
(128,134,127)
#6E746E
(110,116,110)
#5C625D
(92,98,93)
#4A504C
(74,80,76)
#383E3B
(56,62,59)
#262C2A
(38,44,42)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #C8CEC3

#C8CEC3
(200,206,195)
#CDD2C8
(205,210,200)
#D2D6CD
(210,214,205)
#D7DAD2
(215,218,210)
#DCDED7
(220,222,215)
#E1E2DC
(225,226,220)
#E6E6E1
(230,230,225)
#EBEAE6
(235,234,230)
#F0EEEB
(240,238,235)
#F5F2F0
(245,242,240)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEC3; }

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

This text font color is #C8CEC3.


Background Color

.myBgColor { background-color: #C8CEC3; }

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

This div background color is #C8CEC3.


Border color

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

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

This div border color is #C8CEC3.


Opacity

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

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

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

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

This text has shadow with #C8CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CEC3 on black background.


Color preview on white background

This text has color #C8CEC3 on white background.



Black color preview on #C8CEC3 background

This text has black color on #C8CEC3 background.


White color preview on #C8CEC3 background

This text has white color on #C8CEC3 background.