COLOR #CECCD9

HEX: #CECCD9 RGB: (206,204,217)

Color info

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

RGB color model

#CECCD9 color RGB value is (206,204,217).

RGB: (206,204,217) (81%, 80%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 217 of 255 = 85%

206
204
217

R + G + B ~ 82%. #CECCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 217 = 627 (100%)
R 206 of 627 ~ 32.85%
G 204 of 627 ~ 32.54%
B 217 of 627 ~ 34.61'%

%32.85
%32.54
%34.61

CMYK color model

#CECCD9 color CMYK value is (5,6,0,15).

  • cyan value is 5.07%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (5,6,0,15) C5M6Y0K15 (5%,6%,0%,15%) (0.05/0.06/0.00/0.15) 

CMYK percentages

%5.07
%5.99
%0
%14.9

Codes

Color #CECCD9 in popluar color models

CE CC D9
RGB 206 204 217
HSL 249° 14.61% 82.55%
HSB/HSV 249° 5.99% 85.10%
CMYK 5.07% 5.99% 0.00%
14.90%

Color #CECCD9 in popluar number systems.

HEX CE CC D9
Decimal 206 204 217
Binary 11001110 11001100 11011001
Octal 316 314 331

Shades and tints

Shades of #CECCD9

#CECCD9
(206,204,217)
#BCBAC6
(188,186,198)
#AAA8B3
(170,168,179)
#9896A0
(152,150,160)
#86848D
(134,132,141)
#74727A
(116,114,122)
#626067
(98,96,103)
#504E54
(80,78,84)
#3E3C41
(62,60,65)
#2C2A2E
(44,42,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #CECCD9

#CECCD9
(206,204,217)
#D2D0DC
(210,208,220)
#D6D4DF
(214,212,223)
#DAD8E2
(218,216,226)
#DEDCE5
(222,220,229)
#E2E0E8
(226,224,232)
#E6E4EB
(230,228,235)
#EAE8EE
(234,232,238)
#EEECF1
(238,236,241)
#F2F0F4
(242,240,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCD9; }

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

This text font color is #CECCD9.

Background Color

.myBgColor { background-color: #CECCD9; }

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

This div background color is #CECCD9.

Border color

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

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

This div border color is #CECCD9.

Opacity

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

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

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

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

This text has shadow with #CECCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECCD9.

Preview

Color preview on black background

This text has color #CECCD9 on black background.


Color preview on white background

This text has color #CECCD9 on white background.


Black color preview on #CECCD9 background

This text has black color on #CECCD9 background.


White color preview on #CECCD9 background

This text has white color on #CECCD9 background.


Related colors

Complementary color

Complementary color for #hex is #313326.


I love getcolorcode.com

Triadic colors

1 #D9CECC and #CCD9CE with #CECCD9 are triadic colors.

2 #D9CCCE and #CCCED9 with #CECCD9 are triadic colors.