COLOR #CECBE7

HEX: #CECBE7
RGB: (206,203,231)

Color info

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

RGB color model

#CECBE7 color RGB value is (206,203,231).

  • red value is 206;
  • green value is 203;
  • blue value is 231.
RGB:
(206,203,231)
(81%,80%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 203 of 255 = 80%
B 231 of 255 = 91%

206
203
231

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

Portions of RGB colors in percentages

R + G + B =
206 + 203 + 231 = 640 (100%)
R 206 of 640 ~ 32.19%
G 203 of 640 ~ 31.72%
B 231 of 640 ~ 36.09%

%32.19
%31.72
%36.09

CMYK color model

#CECBE7 color CMYK value is (11,12,0,9).

  • cyan value is 10.82%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,12,0,9)
C11M12Y0K9 
(11%,12%,0%,9%)
(0.11/0.12/0.00/0.09)	

CMYK percentages

%10.82
%12.12
%0
%9.41

Codes

Color #CECBE7 in popluar color models

CECBE7
RGB206203231
HSL246°36.84%85.10%
HSB/HSV246°12.12%90.59%
CMYK10.82%12.12%0.00%
9.41%

Color #CECBE7 in popluar number systems.

HEXCECBE7
Decimal206203231
Binary110011101100101111100111
Octal316313347

Shades and tints

Shades of #CECBE7

#CECBE7
(206,203,231)
#BCB9D2
(188,185,210)
#AAA7BD
(170,167,189)
#9895A8
(152,149,168)
#868393
(134,131,147)
#74717E
(116,113,126)
#625F69
(98,95,105)
#504D54
(80,77,84)
#3E3B3F
(62,59,63)
#2C292A
(44,41,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CECBE7

#CECBE7
(206,203,231)
#D2CFE9
(210,207,233)
#D6D3EB
(214,211,235)
#DAD7ED
(218,215,237)
#DEDBEF
(222,219,239)
#E2DFF1
(226,223,241)
#E6E3F3
(230,227,243)
#EAE7F5
(234,231,245)
#EEEBF7
(238,235,247)
#F2EFF9
(242,239,249)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECBE7 color. Also use rgb(206,203,231) instead hex code.

Text Font Color

.myTextColor { color: #CECBE7; }

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

This text font color is #CECBE7.


Background Color

.myBgColor { background-color: #CECBE7; }

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

This div background color is #CECBE7.


Border color

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

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

This div border color is #CECBE7.


Opacity

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

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

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

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

This text has shadow with #CECBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECBE7 on black background.


Color preview on white background

This text has color #CECBE7 on white background.



Black color preview on #CECBE7 background

This text has black color on #CECBE7 background.


White color preview on #CECBE7 background

This text has white color on #CECBE7 background.