COLOR #CECEE7

HEX: #CECEE7 RGB: (206,206,231)

Color info

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

RGB color model

#CECEE7 color RGB value is (206,206,231).

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

RGB channels and saturation

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

206
206
231

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

Portions of RGB colors in percentages

R + G + B = 206 + 206 + 231 = 643 (100%)
R 206 of 643 ~ 32.04%
G 206 of 643 ~ 32.04%
B 231 of 643 ~ 35.93'%

%32.04
%32.04
%35.93

CMYK color model

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

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

CMYK: (11,11,0,9)
C11M11Y0K9 (11%, 11%, 0%, 9%)
(0.11 / 0.11 / 0.00 / 0.09)

CMYK percentages

%10.82
%10.82
%0
%9.41

Codes

Color #CECEE7 in popluar color models

CE CE E7
RGB 206 206 231
HSL 240° 34.25% 85.69%
HSB/HSV 240° 10.82% 90.59%
CMYK 10.82% 10.82% 0.00%
9.41%

Color #CECEE7 in popluar number systems.

HEX CE CE E7
Decimal 206 206 231
Binary 11001110 11001110 11100111
Octal 316 316 347

Shades and tints

Shades of #CECEE7

#CECEE7
(206,206,231)
#BCBCD2
(188,188,210)
#AAAABD
(170,170,189)
#9898A8
(152,152,168)
#868693
(134,134,147)
#74747E
(116,116,126)
#626269
(98,98,105)
#505054
(80,80,84)
#3E3E3F
(62,62,63)
#2C2C2A
(44,44,42)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #CECEE7

#CECEE7
(206,206,231)
#D2D2E9
(210,210,233)
#D6D6EB
(214,214,235)
#DADAED
(218,218,237)
#DEDEEF
(222,222,239)
#E2E2F1
(226,226,241)
#E6E6F3
(230,230,243)
#EAEAF5
(234,234,245)
#EEEEF7
(238,238,247)
#F2F2F9
(242,242,249)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECEE7; }

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

This text font color is #CECEE7.

Background Color

.myBgColor { background-color: #CECEE7; }

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

This div background color is #CECEE7.

Border color

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

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

This div border color is #CECEE7.

Opacity

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

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

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

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

This text has shadow with #CECEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECEE7.

Preview

Color preview on black background

This text has color #CECEE7 on black background.


Color preview on white background

This text has color #CECEE7 on white background.


Black color preview on #CECEE7 background

This text has black color on #CECEE7 background.


White color preview on #CECEE7 background

This text has white color on #CECEE7 background.


Related colors

Complementary color

Complementary color for #hex is #313118.


I love getcolorcode.com