COLOR #CECDD6

HEX: #CECDD6
RGB: (206,205,214)

Color info

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

RGB color model

#CECDD6 color RGB value is (206,205,214).

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

RGB channels and saturation

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

206
205
214

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

Portions of RGB colors in percentages

R + G + B =
206 + 205 + 214 = 625 (100%)
R 206 of 625 ~ 32.96%
G 205 of 625 ~ 32.8%
B 214 of 625 ~ 34.24%

%32.96
%32.8
%34.24

CMYK color model

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

  • cyan value is 3.74%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(4,4,0,16)
C4M4Y0K16 
(4%,4%,0%,16%)
(0.04/0.04/0.00/0.16)	

CMYK percentages

%3.74
%4.21
%0
%16.08

Codes

Color #CECDD6 in popluar color models

CECDD6
RGB206205214
HSL247°9.89%82.16%
HSB/HSV247°4.21%83.92%
CMYK3.74%4.21%0.00%
16.08%

Color #CECDD6 in popluar number systems.

HEXCECDD6
Decimal206205214
Binary110011101100110111010110
Octal316315326

Shades and tints

Shades of #CECDD6

#CECDD6
(206,205,214)
#BCBBC3
(188,187,195)
#AAA9B0
(170,169,176)
#98979D
(152,151,157)
#86858A
(134,133,138)
#747377
(116,115,119)
#626164
(98,97,100)
#504F51
(80,79,81)
#3E3D3E
(62,61,62)
#2C2B2B
(44,43,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #CECDD6

#CECDD6
(206,205,214)
#D2D1D9
(210,209,217)
#D6D5DC
(214,213,220)
#DAD9DF
(218,217,223)
#DEDDE2
(222,221,226)
#E2E1E5
(226,225,229)
#E6E5E8
(230,229,232)
#EAE9EB
(234,233,235)
#EEEDEE
(238,237,238)
#F2F1F1
(242,241,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECDD6; }

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

This text font color is #CECDD6.


Background Color

.myBgColor { background-color: #CECDD6; }

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

This div background color is #CECDD6.


Border color

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

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

This div border color is #CECDD6.


Opacity

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

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

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

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

This text has shadow with #CECDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECDD6 on black background.


Color preview on white background

This text has color #CECDD6 on white background.



Black color preview on #CECDD6 background

This text has black color on #CECDD6 background.


White color preview on #CECDD6 background

This text has white color on #CECDD6 background.