COLOR #CEC5EC

HEX: #CEC5EC
RGB: (206,197,236)

Color info

#CEC5EC contains red, green and blue colors in about the same proportion. Web safe color of #CEC5EC is #CCCCFF (or #CCF).

RGB color model

#CEC5EC color RGB value is (206,197,236).

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

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 236 of 255 = 93%

206
197
236

R + G + B ~ 84%. #CEC5EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 197 + 236 = 639 (100%)
R 206 of 639 ~ 32.24%
G 197 of 639 ~ 30.83%
B 236 of 639 ~ 36.93%

%32.24
%30.83
%36.93

CMYK color model

#CEC5EC color CMYK value is (13,17,0,7).

  • cyan value is 12.71%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,17,0,7)
C13M17Y0K7 
(13%,17%,0%,7%)
(0.13/0.17/0.00/0.07)	

CMYK percentages

%12.71
%16.53
%0
%7.45

Codes

Color #CEC5EC in popluar color models

CEC5EC
RGB206197236
HSL254°50.65%84.90%
HSB/HSV254°16.53%92.55%
CMYK12.71%16.53%0.00%
7.45%

Color #CEC5EC in popluar number systems.

HEXCEC5EC
Decimal206197236
Binary110011101100010111101100
Octal316305354

Shades and tints

Shades of #CEC5EC

#CEC5EC
(206,197,236)
#BCB4D7
(188,180,215)
#AAA3C2
(170,163,194)
#9892AD
(152,146,173)
#868198
(134,129,152)
#747083
(116,112,131)
#625F6E
(98,95,110)
#504E59
(80,78,89)
#3E3D44
(62,61,68)
#2C2C2F
(44,44,47)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #CEC5EC

#CEC5EC
(206,197,236)
#D2CAED
(210,202,237)
#D6CFEE
(214,207,238)
#DAD4EF
(218,212,239)
#DED9F0
(222,217,240)
#E2DEF1
(226,222,241)
#E6E3F2
(230,227,242)
#EAE8F3
(234,232,243)
#EEEDF4
(238,237,244)
#F2F2F5
(242,242,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC5EC; }

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

This text font color is #CEC5EC.


Background Color

.myBgColor { background-color: #CEC5EC; }

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

This div background color is #CEC5EC.


Border color

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

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

This div border color is #CEC5EC.


Opacity

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

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

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

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

This text has shadow with #CEC5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC5EC on black background.


Color preview on white background

This text has color #CEC5EC on white background.



Black color preview on #CEC5EC background

This text has black color on #CEC5EC background.


White color preview on #CEC5EC background

This text has white color on #CEC5EC background.