COLOR #CECAE1

HEX: #CECAE1
RGB: (206,202,225)

Color info

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

RGB color model

#CECAE1 color RGB value is (206,202,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 202 of 255 = 79%
B 225 of 255 = 88%

206
202
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 202 + 225 = 633 (100%)
R 206 of 633 ~ 32.54%
G 202 of 633 ~ 31.91%
B 225 of 633 ~ 35.55%

%32.54
%31.91
%35.55

CMYK color model

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

  • cyan value is 8.44%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,10,0,12)
C8M10Y0K12 
(8%,10%,0%,12%)
(0.08/0.10/0.00/0.12)	

CMYK percentages

%8.44
%10.22
%0
%11.76

Codes

Color #CECAE1 in popluar color models

CECAE1
RGB206202225
HSL250°27.71%83.73%
HSB/HSV250°10.22%88.24%
CMYK8.44%10.22%0.00%
11.76%

Color #CECAE1 in popluar number systems.

HEXCECAE1
Decimal206202225
Binary110011101100101011100001
Octal316312341

Shades and tints

Shades of #CECAE1

#CECAE1
(206,202,225)
#BCB8CD
(188,184,205)
#AAA6B9
(170,166,185)
#9894A5
(152,148,165)
#868291
(134,130,145)
#74707D
(116,112,125)
#625E69
(98,94,105)
#504C55
(80,76,85)
#3E3A41
(62,58,65)
#2C282D
(44,40,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #CECAE1

#CECAE1
(206,202,225)
#D2CEE3
(210,206,227)
#D6D2E5
(214,210,229)
#DAD6E7
(218,214,231)
#DEDAE9
(222,218,233)
#E2DEEB
(226,222,235)
#E6E2ED
(230,226,237)
#EAE6EF
(234,230,239)
#EEEAF1
(238,234,241)
#F2EEF3
(242,238,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECAE1; }

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

This text font color is #CECAE1.


Background Color

.myBgColor { background-color: #CECAE1; }

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

This div background color is #CECAE1.


Border color

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

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

This div border color is #CECAE1.


Opacity

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

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

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

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

This text has shadow with #CECAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECAE1 on black background.


Color preview on white background

This text has color #CECAE1 on white background.



Black color preview on #CECAE1 background

This text has black color on #CECAE1 background.


White color preview on #CECAE1 background

This text has white color on #CECAE1 background.