COLOR #CEC5D3

HEX: #CEC5D3
RGB: (206,197,211)

Color info

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

RGB color model

#CEC5D3 color RGB value is (206,197,211).

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

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 211 of 255 = 83%

206
197
211

R + G + B ~ 80%. #CEC5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 197 + 211 = 614 (100%)
R 206 of 614 ~ 33.55%
G 197 of 614 ~ 32.08%
B 211 of 614 ~ 34.36%

%33.55
%32.08
%34.36

CMYK color model

#CEC5D3 color CMYK value is (2,7,0,17).

  • cyan value is 2.37%
  • magenta value is 6.64%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(2,7,0,17)
C2M7Y0K17 
(2%,7%,0%,17%)
(0.02/0.07/0.00/0.17)	

CMYK percentages

%2.37
%6.64
%0
%17.25

Codes

Color #CEC5D3 in popluar color models

CEC5D3
RGB206197211
HSL279°13.73%80.00%
HSB/HSV279°6.64%82.75%
CMYK2.37%6.64%0.00%
17.25%

Color #CEC5D3 in popluar number systems.

HEXCEC5D3
Decimal206197211
Binary110011101100010111010011
Octal316305323

Shades and tints

Shades of #CEC5D3

#CEC5D3
(206,197,211)
#BCB4C0
(188,180,192)
#AAA3AD
(170,163,173)
#98929A
(152,146,154)
#868187
(134,129,135)
#747074
(116,112,116)
#625F61
(98,95,97)
#504E4E
(80,78,78)
#3E3D3B
(62,61,59)
#2C2C28
(44,44,40)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEC5D3

#CEC5D3
(206,197,211)
#D2CAD7
(210,202,215)
#D6CFDB
(214,207,219)
#DAD4DF
(218,212,223)
#DED9E3
(222,217,227)
#E2DEE7
(226,222,231)
#E6E3EB
(230,227,235)
#EAE8EF
(234,232,239)
#EEEDF3
(238,237,243)
#F2F2F7
(242,242,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC5D3; }

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

This text font color is #CEC5D3.


Background Color

.myBgColor { background-color: #CEC5D3; }

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

This div background color is #CEC5D3.


Border color

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

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

This div border color is #CEC5D3.


Opacity

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

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

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

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

This text has shadow with #CEC5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC5D3 on black background.


Color preview on white background

This text has color #CEC5D3 on white background.



Black color preview on #CEC5D3 background

This text has black color on #CEC5D3 background.


White color preview on #CEC5D3 background

This text has white color on #CEC5D3 background.