COLOR #CECAE6

HEX: #CECAE6
RGB: (206,202,230)

Color info

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

RGB color model

#CECAE6 color RGB value is (206,202,230).

  • red value is 206;
  • green value is 202;
  • blue value is 230.
RGB:
(206,202,230)
(81%,79%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 202 of 255 = 79%
B 230 of 255 = 90%

206
202
230

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

Portions of RGB colors in percentages

R + G + B =
206 + 202 + 230 = 638 (100%)
R 206 of 638 ~ 32.29%
G 202 of 638 ~ 31.66%
B 230 of 638 ~ 36.05%

%32.29
%31.66
%36.05

CMYK color model

#CECAE6 color CMYK value is (10,12,0,10).

  • cyan value is 10.43%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,12,0,10)
C10M12Y0K10 
(10%,12%,0%,10%)
(0.10/0.12/0.00/0.10)	

CMYK percentages

%10.43
%12.17
%0
%9.8

Codes

Color #CECAE6 in popluar color models

CECAE6
RGB206202230
HSL249°35.90%84.71%
HSB/HSV249°12.17%90.20%
CMYK10.43%12.17%0.00%
9.80%

Color #CECAE6 in popluar number systems.

HEXCECAE6
Decimal206202230
Binary110011101100101011100110
Octal316312346

Shades and tints

Shades of #CECAE6

#CECAE6
(206,202,230)
#BCB8D2
(188,184,210)
#AAA6BE
(170,166,190)
#9894AA
(152,148,170)
#868296
(134,130,150)
#747082
(116,112,130)
#625E6E
(98,94,110)
#504C5A
(80,76,90)
#3E3A46
(62,58,70)
#2C2832
(44,40,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #CECAE6

#CECAE6
(206,202,230)
#D2CEE8
(210,206,232)
#D6D2EA
(214,210,234)
#DAD6EC
(218,214,236)
#DEDAEE
(222,218,238)
#E2DEF0
(226,222,240)
#E6E2F2
(230,226,242)
#EAE6F4
(234,230,244)
#EEEAF6
(238,234,246)
#F2EEF8
(242,238,248)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECAE6 color. Also use rgb(206,202,230) instead hex code.

Text Font Color

.myTextColor { color: #CECAE6; }

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

This text font color is #CECAE6.


Background Color

.myBgColor { background-color: #CECAE6; }

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

This div background color is #CECAE6.


Border color

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

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

This div border color is #CECAE6.


Opacity

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

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

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

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

This text has shadow with #CECAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECAE6 on black background.


Color preview on white background

This text has color #CECAE6 on white background.



Black color preview on #CECAE6 background

This text has black color on #CECAE6 background.


White color preview on #CECAE6 background

This text has white color on #CECAE6 background.