COLOR #CED6C7

HEX: #CED6C7
RGB: (206,214,199)

Color info

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

RGB color model

#CED6C7 color RGB value is (206,214,199).

  • red value is 206;
  • green value is 214;
  • blue value is 199.
RGB:
(206,214,199)
(81%,84%,78%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 199 of 255 = 78%

206
214
199

R + G + B ~ 81%. #CED6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 214 + 199 = 619 (100%)
R 206 of 619 ~ 33.28%
G 214 of 619 ~ 34.57%
B 199 of 619 ~ 32.15%

%33.28
%34.57
%32.15

CMYK color model

#CED6C7 color CMYK value is (4,0,7,16).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 7.01%
  • key color value is 16.08%
CMYK:
(4,0,7,16)
C4M0Y7K16 
(4%,0%,7%,16%)
(0.04/0.00/0.07/0.16)	

CMYK percentages

%3.74
%0
%7.01
%16.08

Codes

Color #CED6C7 in popluar color models

CED6C7
RGB206214199
HSL92°15.46%80.98%
HSB/HSV92°7.01%83.92%
CMYK3.74%0.00%7.01%
16.08%

Color #CED6C7 in popluar number systems.

HEXCED6C7
Decimal206214199
Binary110011101101011011000111
Octal316326307

Shades and tints

Shades of #CED6C7

#CED6C7
(206,214,199)
#BCC3B5
(188,195,181)
#AAB0A3
(170,176,163)
#989D91
(152,157,145)
#868A7F
(134,138,127)
#74776D
(116,119,109)
#62645B
(98,100,91)
#505149
(80,81,73)
#3E3E37
(62,62,55)
#2C2B25
(44,43,37)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #CED6C7

#CED6C7
(206,214,199)
#D2D9CC
(210,217,204)
#D6DCD1
(214,220,209)
#DADFD6
(218,223,214)
#DEE2DB
(222,226,219)
#E2E5E0
(226,229,224)
#E6E8E5
(230,232,229)
#EAEBEA
(234,235,234)
#EEEEEF
(238,238,239)
#F2F1F4
(242,241,244)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED6C7 color. Also use rgb(206,214,199) instead hex code.

Text Font Color

.myTextColor { color: #CED6C7; }

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

This text font color is #CED6C7.


Background Color

.myBgColor { background-color: #CED6C7; }

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

This div background color is #CED6C7.


Border color

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

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

This div border color is #CED6C7.


Opacity

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

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

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

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

This text has shadow with #CED6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED6C7 on black background.


Color preview on white background

This text has color #CED6C7 on white background.



Black color preview on #CED6C7 background

This text has black color on #CED6C7 background.


White color preview on #CED6C7 background

This text has white color on #CED6C7 background.