COLOR #CEC3D7

HEX: #CEC3D7
RGB: (206,195,215)

Color info

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

RGB color model

#CEC3D7 color RGB value is (206,195,215).

  • red value is 206;
  • green value is 195;
  • blue value is 215.
RGB:
(206,195,215)
(81%,76%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 195 of 255 = 76%
B 215 of 255 = 84%

206
195
215

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

Portions of RGB colors in percentages

R + G + B =
206 + 195 + 215 = 616 (100%)
R 206 of 616 ~ 33.44%
G 195 of 616 ~ 31.66%
B 215 of 616 ~ 34.9%

%33.44
%31.66
%34.9

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(4,9,0,16)
C4M9Y0K16 
(4%,9%,0%,16%)
(0.04/0.09/0.00/0.16)	

CMYK percentages

%4.19
%9.3
%0
%15.69

Codes

Color #CEC3D7 in popluar color models

CEC3D7
RGB206195215
HSL273°20.00%80.39%
HSB/HSV273°9.30%84.31%
CMYK4.19%9.30%0.00%
15.69%

Color #CEC3D7 in popluar number systems.

HEXCEC3D7
Decimal206195215
Binary110011101100001111010111
Octal316303327

Shades and tints

Shades of #CEC3D7

#CEC3D7
(206,195,215)
#BCB2C4
(188,178,196)
#AAA1B1
(170,161,177)
#98909E
(152,144,158)
#867F8B
(134,127,139)
#746E78
(116,110,120)
#625D65
(98,93,101)
#504C52
(80,76,82)
#3E3B3F
(62,59,63)
#2C2A2C
(44,42,44)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #CEC3D7

#CEC3D7
(206,195,215)
#D2C8DA
(210,200,218)
#D6CDDD
(214,205,221)
#DAD2E0
(218,210,224)
#DED7E3
(222,215,227)
#E2DCE6
(226,220,230)
#E6E1E9
(230,225,233)
#EAE6EC
(234,230,236)
#EEEBEF
(238,235,239)
#F2F0F2
(242,240,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC3D7 color. Also use rgb(206,195,215) instead hex code.

Text Font Color

.myTextColor { color: #CEC3D7; }

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

This text font color is #CEC3D7.


Background Color

.myBgColor { background-color: #CEC3D7; }

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

This div background color is #CEC3D7.


Border color

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

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

This div border color is #CEC3D7.


Opacity

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

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

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

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

This text has shadow with #CEC3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC3D7 on black background.


Color preview on white background

This text has color #CEC3D7 on white background.



Black color preview on #CEC3D7 background

This text has black color on #CEC3D7 background.


White color preview on #CEC3D7 background

This text has white color on #CEC3D7 background.