COLOR #CEC2EB

HEX: #CEC2EB
RGB: (206,194,235)

Color info

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

RGB color model

#CEC2EB color RGB value is (206,194,235).

  • red value is 206;
  • green value is 194;
  • blue value is 235.
RGB:
(206,194,235)
(81%,76%,92%)

RGB channels and saturation

R 206 of 255 = 81%
G 194 of 255 = 76%
B 235 of 255 = 92%

206
194
235

R + G + B ~ 83%. #CEC2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 194 + 235 = 635 (100%)
R 206 of 635 ~ 32.44%
G 194 of 635 ~ 30.55%
B 235 of 635 ~ 37.01%

%32.44
%30.55
%37.01

CMYK color model

#CEC2EB color CMYK value is (12,17,0,8).

  • cyan value is 12.34%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,17,0,8)
C12M17Y0K8 
(12%,17%,0%,8%)
(0.12/0.17/0.00/0.08)	

CMYK percentages

%12.34
%17.45
%0
%7.84

Codes

Color #CEC2EB in popluar color models

CEC2EB
RGB206194235
HSL258°50.62%84.12%
HSB/HSV258°17.45%92.16%
CMYK12.34%17.45%0.00%
7.84%

Color #CEC2EB in popluar number systems.

HEXCEC2EB
Decimal206194235
Binary110011101100001011101011
Octal316302353

Shades and tints

Shades of #CEC2EB

#CEC2EB
(206,194,235)
#BCB1D6
(188,177,214)
#AAA0C1
(170,160,193)
#988FAC
(152,143,172)
#867E97
(134,126,151)
#746D82
(116,109,130)
#625C6D
(98,92,109)
#504B58
(80,75,88)
#3E3A43
(62,58,67)
#2C292E
(44,41,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #CEC2EB

#CEC2EB
(206,194,235)
#D2C7EC
(210,199,236)
#D6CCED
(214,204,237)
#DAD1EE
(218,209,238)
#DED6EF
(222,214,239)
#E2DBF0
(226,219,240)
#E6E0F1
(230,224,241)
#EAE5F2
(234,229,242)
#EEEAF3
(238,234,243)
#F2EFF4
(242,239,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC2EB color. Also use rgb(206,194,235) instead hex code.

Text Font Color

.myTextColor { color: #CEC2EB; }

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

This text font color is #CEC2EB.


Background Color

.myBgColor { background-color: #CEC2EB; }

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

This div background color is #CEC2EB.


Border color

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

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

This div border color is #CEC2EB.


Opacity

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

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

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

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

This text has shadow with #CEC2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC2EB on black background.


Color preview on white background

This text has color #CEC2EB on white background.



Black color preview on #CEC2EB background

This text has black color on #CEC2EB background.


White color preview on #CEC2EB background

This text has white color on #CEC2EB background.