COLOR #CECCE9

HEX: #CECCE9 RGB: (206,204,233)

Color info

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

RGB color model

#CECCE9 color RGB value is (206,204,233).

RGB: (206,204,233) (81%, 80%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 233 of 255 = 91%

206
204
233

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

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 233 = 643 (100%)
R 206 of 643 ~ 32.04%
G 204 of 643 ~ 31.73%
B 233 of 643 ~ 36.24'%

%32.04
%31.73
%36.24

CMYK color model

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

  • cyan value is 11.59%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (12,12,0,9)
C12M12Y0K9 (12%, 12%, 0%, 9%)
(0.12 / 0.12 / 0.00 / 0.09)

CMYK percentages

%11.59
%12.45
%0
%8.63

Codes

Color #CECCE9 in popluar color models

CE CC E9
RGB 206 204 233
HSL 244° 39.73% 85.69%
HSB/HSV 244° 12.45% 91.37%
CMYK 11.59% 12.45% 0.00%
8.63%

Color #CECCE9 in popluar number systems.

HEX CE CC E9
Decimal 206 204 233
Binary 11001110 11001100 11101001
Octal 316 314 351

Shades and tints

Shades of #CECCE9

#CECCE9
(206,204,233)
#BCBAD4
(188,186,212)
#AAA8BF
(170,168,191)
#9896AA
(152,150,170)
#868495
(134,132,149)
#747280
(116,114,128)
#62606B
(98,96,107)
#504E56
(80,78,86)
#3E3C41
(62,60,65)
#2C2A2C
(44,42,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #CECCE9

#CECCE9
(206,204,233)
#D2D0EB
(210,208,235)
#D6D4ED
(214,212,237)
#DAD8EF
(218,216,239)
#DEDCF1
(222,220,241)
#E2E0F3
(226,224,243)
#E6E4F5
(230,228,245)
#EAE8F7
(234,232,247)
#EEECF9
(238,236,249)
#F2F0FB
(242,240,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCE9; }

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

This text font color is #CECCE9.

Background Color

.myBgColor { background-color: #CECCE9; }

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

This div background color is #CECCE9.

Border color

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

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

This div border color is #CECCE9.

Opacity

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

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

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

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

This text has shadow with #CECCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECCE9.

Preview

Color preview on black background

This text has color #CECCE9 on black background.


Color preview on white background

This text has color #CECCE9 on white background.


Black color preview on #CECCE9 background

This text has black color on #CECCE9 background.


White color preview on #CECCE9 background

This text has white color on #CECCE9 background.


Related colors

Complementary color

Complementary color for #hex is #313316.


I love getcolorcode.com

Triadic colors

1 #E9CECC and #CCE9CE with #CECCE9 are triadic colors.

2 #E9CCCE and #CCCEE9 with #CECCE9 are triadic colors.