COLOR #CEC9DC

HEX: #CEC9DC
RGB: (206,201,220)

Color info

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

RGB color model

#CEC9DC color RGB value is (206,201,220).

  • red value is 206;
  • green value is 201;
  • blue value is 220.
RGB:
(206,201,220)
(81%,79%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 201 of 255 = 79%
B 220 of 255 = 86%

206
201
220

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

Portions of RGB colors in percentages

R + G + B =
206 + 201 + 220 = 627 (100%)
R 206 of 627 ~ 32.85%
G 201 of 627 ~ 32.06%
B 220 of 627 ~ 35.09%

%32.85
%32.06
%35.09

CMYK color model

#CEC9DC color CMYK value is (6,9,0,14).

  • cyan value is 6.36%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,9,0,14)
C6M9Y0K14 
(6%,9%,0%,14%)
(0.06/0.09/0.00/0.14)	

CMYK percentages

%6.36
%8.64
%0
%13.73

Codes

Color #CEC9DC in popluar color models

CEC9DC
RGB206201220
HSL256°21.35%82.55%
HSB/HSV256°8.64%86.27%
CMYK6.36%8.64%0.00%
13.73%

Color #CEC9DC in popluar number systems.

HEXCEC9DC
Decimal206201220
Binary110011101100100111011100
Octal316311334

Shades and tints

Shades of #CEC9DC

#CEC9DC
(206,201,220)
#BCB7C8
(188,183,200)
#AAA5B4
(170,165,180)
#9893A0
(152,147,160)
#86818C
(134,129,140)
#746F78
(116,111,120)
#625D64
(98,93,100)
#504B50
(80,75,80)
#3E393C
(62,57,60)
#2C2728
(44,39,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #CEC9DC

#CEC9DC
(206,201,220)
#D2CDDF
(210,205,223)
#D6D1E2
(214,209,226)
#DAD5E5
(218,213,229)
#DED9E8
(222,217,232)
#E2DDEB
(226,221,235)
#E6E1EE
(230,225,238)
#EAE5F1
(234,229,241)
#EEE9F4
(238,233,244)
#F2EDF7
(242,237,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC9DC color. Also use rgb(206,201,220) instead hex code.

Text Font Color

.myTextColor { color: #CEC9DC; }

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

This text font color is #CEC9DC.


Background Color

.myBgColor { background-color: #CEC9DC; }

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

This div background color is #CEC9DC.


Border color

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

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

This div border color is #CEC9DC.


Opacity

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

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

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

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

This text has shadow with #CEC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC9DC on black background.


Color preview on white background

This text has color #CEC9DC on white background.



Black color preview on #CEC9DC background

This text has black color on #CEC9DC background.


White color preview on #CEC9DC background

This text has white color on #CEC9DC background.