COLOR #CEC3DC

HEX: #CEC3DC
RGB: (206,195,220)

Color info

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

RGB color model

#CEC3DC color RGB value is (206,195,220).

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

RGB channels and saturation

R 206 of 255 = 81%
G 195 of 255 = 76%
B 220 of 255 = 86%

206
195
220

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

Portions of RGB colors in percentages

R + G + B =
206 + 195 + 220 = 621 (100%)
R 206 of 621 ~ 33.17%
G 195 of 621 ~ 31.4%
B 220 of 621 ~ 35.43%

%33.17
%31.4
%35.43

CMYK color model

#CEC3DC color CMYK value is (6,11,0,14).

  • cyan value is 6.36%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,11,0,14)
C6M11Y0K14 
(6%,11%,0%,14%)
(0.06/0.11/0.00/0.14)	

CMYK percentages

%6.36
%11.36
%0
%13.73

Codes

Color #CEC3DC in popluar color models

CEC3DC
RGB206195220
HSL266°26.32%81.37%
HSB/HSV266°11.36%86.27%
CMYK6.36%11.36%0.00%
13.73%

Color #CEC3DC in popluar number systems.

HEXCEC3DC
Decimal206195220
Binary110011101100001111011100
Octal316303334

Shades and tints

Shades of #CEC3DC

#CEC3DC
(206,195,220)
#BCB2C8
(188,178,200)
#AAA1B4
(170,161,180)
#9890A0
(152,144,160)
#867F8C
(134,127,140)
#746E78
(116,110,120)
#625D64
(98,93,100)
#504C50
(80,76,80)
#3E3B3C
(62,59,60)
#2C2A28
(44,42,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #CEC3DC

#CEC3DC
(206,195,220)
#D2C8DF
(210,200,223)
#D6CDE2
(214,205,226)
#DAD2E5
(218,210,229)
#DED7E8
(222,215,232)
#E2DCEB
(226,220,235)
#E6E1EE
(230,225,238)
#EAE6F1
(234,230,241)
#EEEBF4
(238,235,244)
#F2F0F7
(242,240,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC3DC; }

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

This text font color is #CEC3DC.


Background Color

.myBgColor { background-color: #CEC3DC; }

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

This div background color is #CEC3DC.


Border color

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

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

This div border color is #CEC3DC.


Opacity

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

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

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

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

This text has shadow with #CEC3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC3DC on black background.


Color preview on white background

This text has color #CEC3DC on white background.



Black color preview on #CEC3DC background

This text has black color on #CEC3DC background.


White color preview on #CEC3DC background

This text has white color on #CEC3DC background.