COLOR #CCDED9

HEX: #CCDED9
RGB: (204,222,217)

Color info

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

RGB color model

#CCDED9 color RGB value is (204,222,217).

  • red value is 204;
  • green value is 222;
  • blue value is 217.
RGB:
(204,222,217)
(80%,87%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 217 of 255 = 85%

204
222
217

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

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 217 = 643 (100%)
R 204 of 643 ~ 31.73%
G 222 of 643 ~ 34.53%
B 217 of 643 ~ 33.75%

%31.73
%34.53
%33.75

CMYK color model

#CCDED9 color CMYK value is (8,0,2,13).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(8,0,2,13)
C8M0Y2K13 
(8%,0%,2%,13%)
(0.08/0.00/0.02/0.13)	

CMYK percentages

%8.11
%0
%2.25
%12.94

Codes

Color #CCDED9 in popluar color models

CCDED9
RGB204222217
HSL163°21.43%83.53%
HSB/HSV163°8.11%87.06%
CMYK8.11%0.00%2.25%
12.94%

Color #CCDED9 in popluar number systems.

HEXCCDED9
Decimal204222217
Binary110011001101111011011001
Octal314336331

Shades and tints

Shades of #CCDED9

#CCDED9
(204,222,217)
#BACAC6
(186,202,198)
#A8B6B3
(168,182,179)
#96A2A0
(150,162,160)
#848E8D
(132,142,141)
#727A7A
(114,122,122)
#606667
(96,102,103)
#4E5254
(78,82,84)
#3C3E41
(60,62,65)
#2A2A2E
(42,42,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #CCDED9

#CCDED9
(204,222,217)
#D0E1DC
(208,225,220)
#D4E4DF
(212,228,223)
#D8E7E2
(216,231,226)
#DCEAE5
(220,234,229)
#E0EDE8
(224,237,232)
#E4F0EB
(228,240,235)
#E8F3EE
(232,243,238)
#ECF6F1
(236,246,241)
#F0F9F4
(240,249,244)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDED9; }

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

This text font color is #CCDED9.


Background Color

.myBgColor { background-color: #CCDED9; }

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

This div background color is #CCDED9.


Border color

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

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

This div border color is #CCDED9.


Opacity

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

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

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

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

This text has shadow with #CCDED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDED9 on black background.


Color preview on white background

This text has color #CCDED9 on white background.



Black color preview on #CCDED9 background

This text has black color on #CCDED9 background.


White color preview on #CCDED9 background

This text has white color on #CCDED9 background.