COLOR #CECAE7

HEX: #CECAE7 RGB: (206,202,231)

Color info

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

RGB color model

#CECAE7 color RGB value is (206,202,231).

RGB: (206,202,231) (81%, 79%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 202 of 255 = 79%
B 231 of 255 = 91%

206
202
231

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

Portions of RGB colors in percentages

R + G + B = 206 + 202 + 231 = 639 (100%)
R 206 of 639 ~ 32.24%
G 202 of 639 ~ 31.61%
B 231 of 639 ~ 36.15'%

%32.24
%31.61
%36.15

CMYK color model

#CECAE7 color CMYK value is (11,13,0,9).

  • cyan value is 10.82%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,13,0,9)
C11M13Y0K9 (11%, 13%, 0%, 9%)
(0.11 / 0.13 / 0.00 / 0.09)

CMYK percentages

%10.82
%12.55
%0
%9.41

Codes

Color #CECAE7 in popluar color models

CE CA E7
RGB 206 202 231
HSL 248° 37.66% 84.90%
HSB/HSV 248° 12.55% 90.59%
CMYK 10.82% 12.55% 0.00%
9.41%

Color #CECAE7 in popluar number systems.

HEX CE CA E7
Decimal 206 202 231
Binary 11001110 11001010 11100111
Octal 316 312 347

Shades and tints

Shades of #CECAE7

#CECAE7
(206,202,231)
#BCB8D2
(188,184,210)
#AAA6BD
(170,166,189)
#9894A8
(152,148,168)
#868293
(134,130,147)
#74707E
(116,112,126)
#625E69
(98,94,105)
#504C54
(80,76,84)
#3E3A3F
(62,58,63)
#2C282A
(44,40,42)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #CECAE7

#CECAE7
(206,202,231)
#D2CEE9
(210,206,233)
#D6D2EB
(214,210,235)
#DAD6ED
(218,214,237)
#DEDAEF
(222,218,239)
#E2DEF1
(226,222,241)
#E6E2F3
(230,226,243)
#EAE6F5
(234,230,245)
#EEEAF7
(238,234,247)
#F2EEF9
(242,238,249)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECAE7; }

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

This text font color is #CECAE7.

Background Color

.myBgColor { background-color: #CECAE7; }

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

This div background color is #CECAE7.

Border color

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

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

This div border color is #CECAE7.

Opacity

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

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

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

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

This text has shadow with #CECAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECAE7.

Preview

Color preview on black background

This text has color #CECAE7 on black background.


Color preview on white background

This text has color #CECAE7 on white background.


Black color preview on #CECAE7 background

This text has black color on #CECAE7 background.


White color preview on #CECAE7 background

This text has white color on #CECAE7 background.


Related colors

Complementary color

Complementary color for #hex is #313518.


I love getcolorcode.com

Triadic colors

1 #E7CECA and #CAE7CE with #CECAE7 are triadic colors.

2 #E7CACE and #CACEE7 with #CECAE7 are triadic colors.