COLOR #CEC9D2

HEX: #CEC9D2
RGB: (206,201,210)

Color info

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

RGB color model

#CEC9D2 color RGB value is (206,201,210).

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

RGB channels and saturation

R 206 of 255 = 81%
G 201 of 255 = 79%
B 210 of 255 = 82%

206
201
210

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

Portions of RGB colors in percentages

R + G + B =
206 + 201 + 210 = 617 (100%)
R 206 of 617 ~ 33.39%
G 201 of 617 ~ 32.58%
B 210 of 617 ~ 34.04%

%33.39
%32.58
%34.04

CMYK color model

#CEC9D2 color CMYK value is (2,4,0,18).

  • cyan value is 1.90%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(2,4,0,18)
C2M4Y0K18 
(2%,4%,0%,18%)
(0.02/0.04/0.00/0.18)	

CMYK percentages

%1.9
%4.29
%0
%17.65

Codes

Color #CEC9D2 in popluar color models

CEC9D2
RGB206201210
HSL273°9.09%80.59%
HSB/HSV273°4.29%82.35%
CMYK1.90%4.29%0.00%
17.65%

Color #CEC9D2 in popluar number systems.

HEXCEC9D2
Decimal206201210
Binary110011101100100111010010
Octal316311322

Shades and tints

Shades of #CEC9D2

#CEC9D2
(206,201,210)
#BCB7BF
(188,183,191)
#AAA5AC
(170,165,172)
#989399
(152,147,153)
#868186
(134,129,134)
#746F73
(116,111,115)
#625D60
(98,93,96)
#504B4D
(80,75,77)
#3E393A
(62,57,58)
#2C2727
(44,39,39)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #CEC9D2

#CEC9D2
(206,201,210)
#D2CDD6
(210,205,214)
#D6D1DA
(214,209,218)
#DAD5DE
(218,213,222)
#DED9E2
(222,217,226)
#E2DDE6
(226,221,230)
#E6E1EA
(230,225,234)
#EAE5EE
(234,229,238)
#EEE9F2
(238,233,242)
#F2EDF6
(242,237,246)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC9D2; }

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

This text font color is #CEC9D2.


Background Color

.myBgColor { background-color: #CEC9D2; }

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

This div background color is #CEC9D2.


Border color

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

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

This div border color is #CEC9D2.


Opacity

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

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

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

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

This text has shadow with #CEC9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC9D2 on black background.


Color preview on white background

This text has color #CEC9D2 on white background.



Black color preview on #CEC9D2 background

This text has black color on #CEC9D2 background.


White color preview on #CEC9D2 background

This text has white color on #CEC9D2 background.