COLOR #CED6CC

HEX: #CED6CC
RGB: (206,214,204)

Color info

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

RGB color model

#CED6CC color RGB value is (206,214,204).

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

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 204 of 255 = 80%

206
214
204

R + G + B ~ 82%. #CED6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 214 + 204 = 624 (100%)
R 206 of 624 ~ 33.01%
G 214 of 624 ~ 34.29%
B 204 of 624 ~ 32.69%

%33.01
%34.29
%32.69

CMYK color model

#CED6CC color CMYK value is (4,0,5,16).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(4,0,5,16)
C4M0Y5K16 
(4%,0%,5%,16%)
(0.04/0.00/0.05/0.16)	

CMYK percentages

%3.74
%0
%4.67
%16.08

Codes

Color #CED6CC in popluar color models

CED6CC
RGB206214204
HSL108°10.87%81.96%
HSB/HSV108°4.67%83.92%
CMYK3.74%0.00%4.67%
16.08%

Color #CED6CC in popluar number systems.

HEXCED6CC
Decimal206214204
Binary110011101101011011001100
Octal316326314

Shades and tints

Shades of #CED6CC

#CED6CC
(206,214,204)
#BCC3BA
(188,195,186)
#AAB0A8
(170,176,168)
#989D96
(152,157,150)
#868A84
(134,138,132)
#747772
(116,119,114)
#626460
(98,100,96)
#50514E
(80,81,78)
#3E3E3C
(62,62,60)
#2C2B2A
(44,43,42)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #CED6CC

#CED6CC
(206,214,204)
#D2D9D0
(210,217,208)
#D6DCD4
(214,220,212)
#DADFD8
(218,223,216)
#DEE2DC
(222,226,220)
#E2E5E0
(226,229,224)
#E6E8E4
(230,232,228)
#EAEBE8
(234,235,232)
#EEEEEC
(238,238,236)
#F2F1F0
(242,241,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED6CC; }

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

This text font color is #CED6CC.


Background Color

.myBgColor { background-color: #CED6CC; }

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

This div background color is #CED6CC.


Border color

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

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

This div border color is #CED6CC.


Opacity

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

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

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

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

This text has shadow with #CED6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED6CC on black background.


Color preview on white background

This text has color #CED6CC on white background.



Black color preview on #CED6CC background

This text has black color on #CED6CC background.


White color preview on #CED6CC background

This text has white color on #CED6CC background.