COLOR #CCCED5

HEX: #CCCED5 RGB: (204,206,213)

Color info

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

RGB color model

#CCCED5 color RGB value is (204,206,213).

RGB: (204,206,213) (80%, 81%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 213 of 255 = 84%

204
206
213

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 213 = 623 (100%)
R 204 of 623 ~ 32.74%
G 206 of 623 ~ 33.07%
B 213 of 623 ~ 34.19'%

%32.74
%33.07
%34.19

CMYK color model

#CCCED5 color CMYK value is (4,3,0,16).

  • cyan value is 4.23%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (4,3,0,16)
C4M3Y0K16 (4%, 3%, 0%, 16%)
(0.04 / 0.03 / 0.00 / 0.16)

CMYK percentages

%4.23
%3.29
%0
%16.47

Codes

Color #CCCED5 in popluar color models

CC CE D5
RGB 204 206 213
HSL 227° 9.68% 81.76%
HSB/HSV 227° 4.23% 83.53%
CMYK 4.23% 3.29% 0.00%
16.47%

Color #CCCED5 in popluar number systems.

HEX CC CE D5
Decimal 204 206 213
Binary 11001100 11001110 11010101
Octal 314 316 325

Shades and tints

Shades of #CCCED5

#CCCED5
(204,206,213)
#BABCC2
(186,188,194)
#A8AAAF
(168,170,175)
#96989C
(150,152,156)
#848689
(132,134,137)
#727476
(114,116,118)
#606263
(96,98,99)
#4E5050
(78,80,80)
#3C3E3D
(60,62,61)
#2A2C2A
(42,44,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCCED5

#CCCED5
(204,206,213)
#D0D2D8
(208,210,216)
#D4D6DB
(212,214,219)
#D8DADE
(216,218,222)
#DCDEE1
(220,222,225)
#E0E2E4
(224,226,228)
#E4E6E7
(228,230,231)
#E8EAEA
(232,234,234)
#ECEEED
(236,238,237)
#F0F2F0
(240,242,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCED5; }

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

This text font color is #CCCED5.

Background Color

.myBgColor { background-color: #CCCED5; }

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

This div background color is #CCCED5.

Border color

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

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

This div border color is #CCCED5.

Opacity

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

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

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

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

This text has shadow with #CCCED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCED5.

Preview

Color preview on black background

This text has color #CCCED5 on black background.


Color preview on white background

This text has color #CCCED5 on white background.


Black color preview on #CCCED5 background

This text has black color on #CCCED5 background.


White color preview on #CCCED5 background

This text has white color on #CCCED5 background.


Related colors

Complementary color

Complementary color for #hex is #33312A.


I love getcolorcode.com

Triadic colors

1 #D5CCCE and #CED5CC with #CCCED5 are triadic colors.

2 #D5CECC and #CECCD5 with #CCCED5 are triadic colors.