COLOR #CED5C0

HEX: #CED5C0
RGB: (206,213,192)

Color info

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

RGB color model

#CED5C0 color RGB value is (206,213,192).

  • red value is 206;
  • green value is 213;
  • blue value is 192.
RGB:
(206,213,192)
(81%,84%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 213 of 255 = 84%
B 192 of 255 = 75%

206
213
192

R + G + B ~ 80%. #CED5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 213 + 192 = 611 (100%)
R 206 of 611 ~ 33.72%
G 213 of 611 ~ 34.86%
B 192 of 611 ~ 31.42%

%33.72
%34.86
%31.42

CMYK color model

#CED5C0 color CMYK value is (3,0,10,16).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(3,0,10,16)
C3M0Y10K16 
(3%,0%,10%,16%)
(0.03/0.00/0.10/0.16)	

CMYK percentages

%3.29
%0
%9.86
%16.47

Codes

Color #CED5C0 in popluar color models

CED5C0
RGB206213192
HSL80°20.00%79.41%
HSB/HSV80°9.86%83.53%
CMYK3.29%0.00%9.86%
16.47%

Color #CED5C0 in popluar number systems.

HEXCED5C0
Decimal206213192
Binary110011101101010111000000
Octal316325300

Shades and tints

Shades of #CED5C0

#CED5C0
(206,213,192)
#BCC2AF
(188,194,175)
#AAAF9E
(170,175,158)
#989C8D
(152,156,141)
#86897C
(134,137,124)
#74766B
(116,118,107)
#62635A
(98,99,90)
#505049
(80,80,73)
#3E3D38
(62,61,56)
#2C2A27
(44,42,39)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #CED5C0

#CED5C0
(206,213,192)
#D2D8C5
(210,216,197)
#D6DBCA
(214,219,202)
#DADECF
(218,222,207)
#DEE1D4
(222,225,212)
#E2E4D9
(226,228,217)
#E6E7DE
(230,231,222)
#EAEAE3
(234,234,227)
#EEEDE8
(238,237,232)
#F2F0ED
(242,240,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED5C0 color. Also use rgb(206,213,192) instead hex code.

Text Font Color

.myTextColor { color: #CED5C0; }

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

This text font color is #CED5C0.


Background Color

.myBgColor { background-color: #CED5C0; }

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

This div background color is #CED5C0.


Border color

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

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

This div border color is #CED5C0.


Opacity

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

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

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

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

This text has shadow with #CED5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED5C0 on black background.


Color preview on white background

This text has color #CED5C0 on white background.



Black color preview on #CED5C0 background

This text has black color on #CED5C0 background.


White color preview on #CED5C0 background

This text has white color on #CED5C0 background.