COLOR #CCDDD5

HEX: #CCDDD5
RGB: (204,221,213)

Color info

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

RGB color model

#CCDDD5 color RGB value is (204,221,213).

  • red value is 204;
  • green value is 221;
  • blue value is 213.
RGB:
(204,221,213)
(80%,87%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 213 of 255 = 84%

204
221
213

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 213 = 638 (100%)
R 204 of 638 ~ 31.97%
G 221 of 638 ~ 34.64%
B 213 of 638 ~ 33.39%

%31.97
%34.64
%33.39

CMYK color model

#CCDDD5 color CMYK value is (8,0,4,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(8,0,4,13)
C8M0Y4K13 
(8%,0%,4%,13%)
(0.08/0.00/0.04/0.13)	

CMYK percentages

%7.69
%0
%3.62
%13.33

Codes

Color #CCDDD5 in popluar color models

CCDDD5
RGB204221213
HSL152°20.00%83.33%
HSB/HSV152°7.69%86.67%
CMYK7.69%0.00%3.62%
13.33%

Color #CCDDD5 in popluar number systems.

HEXCCDDD5
Decimal204221213
Binary110011001101110111010101
Octal314335325

Shades and tints

Shades of #CCDDD5

#CCDDD5
(204,221,213)
#BAC9C2
(186,201,194)
#A8B5AF
(168,181,175)
#96A19C
(150,161,156)
#848D89
(132,141,137)
#727976
(114,121,118)
#606563
(96,101,99)
#4E5150
(78,81,80)
#3C3D3D
(60,61,61)
#2A292A
(42,41,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #CCDDD5

#CCDDD5
(204,221,213)
#D0E0D8
(208,224,216)
#D4E3DB
(212,227,219)
#D8E6DE
(216,230,222)
#DCE9E1
(220,233,225)
#E0ECE4
(224,236,228)
#E4EFE7
(228,239,231)
#E8F2EA
(232,242,234)
#ECF5ED
(236,245,237)
#F0F8F0
(240,248,240)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDD5; }

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

This text font color is #CCDDD5.


Background Color

.myBgColor { background-color: #CCDDD5; }

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

This div background color is #CCDDD5.


Border color

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

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

This div border color is #CCDDD5.


Opacity

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

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

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

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

This text has shadow with #CCDDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDDD5 on black background.


Color preview on white background

This text has color #CCDDD5 on white background.



Black color preview on #CCDDD5 background

This text has black color on #CCDDD5 background.


White color preview on #CCDDD5 background

This text has white color on #CCDDD5 background.