COLOR #CECCD4

HEX: #CECCD4 RGB: (206,204,212)

Color info

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

RGB color model

#CECCD4 color RGB value is (206,204,212).

RGB: (206,204,212) (81%, 80%, 83%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 212 of 255 = 83%

206
204
212

R + G + B ~ 81%. #CECCD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 212 = 622 (100%)
R 206 of 622 ~ 33.12%
G 204 of 622 ~ 32.8%
B 212 of 622 ~ 34.08'%

%33.12
%32.8
%34.08

CMYK color model

#CECCD4 color CMYK value is (3,4,0,17).

  • cyan value is 2.83%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (3,4,0,17)
C3M4Y0K17 (3%, 4%, 0%, 17%)
(0.03 / 0.04 / 0.00 / 0.17)

CMYK percentages

%2.83
%3.77
%0
%16.86

Codes

Color #CECCD4 in popluar color models

CE CC D4
RGB 206 204 212
HSL 255° 8.51% 81.57%
HSB/HSV 255° 3.77% 83.14%
CMYK 2.83% 3.77% 0.00%
16.86%

Color #CECCD4 in popluar number systems.

HEX CE CC D4
Decimal 206 204 212
Binary 11001110 11001100 11010100
Octal 316 314 324

Shades and tints

Shades of #CECCD4

#CECCD4
(206,204,212)
#BCBAC1
(188,186,193)
#AAA8AE
(170,168,174)
#98969B
(152,150,155)
#868488
(134,132,136)
#747275
(116,114,117)
#626062
(98,96,98)
#504E4F
(80,78,79)
#3E3C3C
(62,60,60)
#2C2A29
(44,42,41)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #CECCD4

#CECCD4
(206,204,212)
#D2D0D7
(210,208,215)
#D6D4DA
(214,212,218)
#DAD8DD
(218,216,221)
#DEDCE0
(222,220,224)
#E2E0E3
(226,224,227)
#E6E4E6
(230,228,230)
#EAE8E9
(234,232,233)
#EEECEC
(238,236,236)
#F2F0EF
(242,240,239)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCD4; }

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

This text font color is #CECCD4.

Background Color

.myBgColor { background-color: #CECCD4; }

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

This div background color is #CECCD4.

Border color

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

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

This div border color is #CECCD4.

Opacity

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

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

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

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

This text has shadow with #CECCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECCD4.

Preview

Color preview on black background

This text has color #CECCD4 on black background.


Color preview on white background

This text has color #CECCD4 on white background.


Black color preview on #CECCD4 background

This text has black color on #CECCD4 background.


White color preview on #CECCD4 background

This text has white color on #CECCD4 background.


Related colors

Complementary color

Complementary color for #hex is #31332B.


I love getcolorcode.com

Triadic colors

1 #D4CECC and #CCD4CE with #CECCD4 are triadic colors.

2 #D4CCCE and #CCCED4 with #CECCD4 are triadic colors.