COLOR #CEC9D3

HEX: #CEC9D3
RGB: (206,201,211)

Color info

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

RGB color model

#CEC9D3 color RGB value is (206,201,211).

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

RGB channels and saturation

R 206 of 255 = 81%
G 201 of 255 = 79%
B 211 of 255 = 83%

206
201
211

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

Portions of RGB colors in percentages

R + G + B =
206 + 201 + 211 = 618 (100%)
R 206 of 618 ~ 33.33%
G 201 of 618 ~ 32.52%
B 211 of 618 ~ 34.14%

%33.33
%32.52
%34.14

CMYK color model

#CEC9D3 color CMYK value is (2,5,0,17).

  • cyan value is 2.37%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(2,5,0,17)
C2M5Y0K17 
(2%,5%,0%,17%)
(0.02/0.05/0.00/0.17)	

CMYK percentages

%2.37
%4.74
%0
%17.25

Codes

Color #CEC9D3 in popluar color models

CEC9D3
RGB206201211
HSL270°10.20%80.78%
HSB/HSV270°4.74%82.75%
CMYK2.37%4.74%0.00%
17.25%

Color #CEC9D3 in popluar number systems.

HEXCEC9D3
Decimal206201211
Binary110011101100100111010011
Octal316311323

Shades and tints

Shades of #CEC9D3

#CEC9D3
(206,201,211)
#BCB7C0
(188,183,192)
#AAA5AD
(170,165,173)
#98939A
(152,147,154)
#868187
(134,129,135)
#746F74
(116,111,116)
#625D61
(98,93,97)
#504B4E
(80,75,78)
#3E393B
(62,57,59)
#2C2728
(44,39,40)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #CEC9D3

#CEC9D3
(206,201,211)
#D2CDD7
(210,205,215)
#D6D1DB
(214,209,219)
#DAD5DF
(218,213,223)
#DED9E3
(222,217,227)
#E2DDE7
(226,221,231)
#E6E1EB
(230,225,235)
#EAE5EF
(234,229,239)
#EEE9F3
(238,233,243)
#F2EDF7
(242,237,247)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC9D3; }

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

This text font color is #CEC9D3.


Background Color

.myBgColor { background-color: #CEC9D3; }

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

This div background color is #CEC9D3.


Border color

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

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

This div border color is #CEC9D3.


Opacity

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

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

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

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

This text has shadow with #CEC9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC9D3 on black background.


Color preview on white background

This text has color #CEC9D3 on white background.



Black color preview on #CEC9D3 background

This text has black color on #CEC9D3 background.


White color preview on #CEC9D3 background

This text has white color on #CEC9D3 background.