COLOR #CEC9FF

HEX: #CEC9FF
RGB: (206,201,255)

Color info

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

RGB color model

#CEC9FF color RGB value is (206,201,255).

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

RGB channels and saturation

R 206 of 255 = 81%
G 201 of 255 = 79%
B 255 of 255 = 100%

206
201
255

R + G + B ~ 87%. #CEC9FF is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 201 + 255 = 662 (100%)
R 206 of 662 ~ 31.12%
G 201 of 662 ~ 30.36%
B 255 of 662 ~ 38.52%

%31.12
%30.36
%38.52

CMYK color model

#CEC9FF color CMYK value is (19,21,0,0).

  • cyan value is 19.22%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(19,21,0,0)
C19M21Y0K0 
(19%,21%,0%,0%)
(0.19/0.21/0.00/0.00)	

CMYK percentages

%19.22
%21.18
%0
%0

Codes

Color #CEC9FF in popluar color models

CEC9FF
RGB206201255
HSL246°100.00%89.41%
HSB/HSV246°21.18%100.00%
CMYK19.22%21.18%0.00%
0.00%

Color #CEC9FF in popluar number systems.

HEXCEC9FF
Decimal206201255
Binary110011101100100111111111
Octal316311377

Shades and tints

Shades of #CEC9FF

#CEC9FF
(206,201,255)
#BCB7E8
(188,183,232)
#AAA5D1
(170,165,209)
#9893BA
(152,147,186)
#8681A3
(134,129,163)
#746F8C
(116,111,140)
#625D75
(98,93,117)
#504B5E
(80,75,94)
#3E3947
(62,57,71)
#2C2730
(44,39,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #CEC9FF

#CEC9FF
(206,201,255)
#D2CDFF
(210,205,255)
#D6D1FF
(214,209,255)
#DAD5FF
(218,213,255)
#DED9FF
(222,217,255)
#E2DDFF
(226,221,255)
#E6E1FF
(230,225,255)
#EAE5FF
(234,229,255)
#EEE9FF
(238,233,255)
#F2EDFF
(242,237,255)
#F6F1FF
(246,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC9FF; }

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

This text font color is #CEC9FF.


Background Color

.myBgColor { background-color: #CEC9FF; }

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

This div background color is #CEC9FF.


Border color

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

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

This div border color is #CEC9FF.


Opacity

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

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

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

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

This text has shadow with #CEC9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC9FF on black background.


Color preview on white background

This text has color #CEC9FF on white background.



Black color preview on #CEC9FF background

This text has black color on #CEC9FF background.


White color preview on #CEC9FF background

This text has white color on #CEC9FF background.