COLOR #CCD5D5

HEX: #CCD5D5
RGB: (204,213,213)

Color info

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

RGB color model

#CCD5D5 color RGB value is (204,213,213).

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

RGB channels and saturation

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

204
213
213

R + G + B ~ 83%. #CCD5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 213 + 213 = 630 (100%)
R 204 of 630 ~ 32.38%
G 213 of 630 ~ 33.81%
B 213 of 630 ~ 33.81%

%32.38
%33.81
%33.81

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,0,0,16)
C4M0Y0K16 
(4%,0%,0%,16%)
(0.04/0.00/0.00/0.16)	

CMYK percentages

%4.23
%0
%0
%16.47

Codes

Color #CCD5D5 in popluar color models

CCD5D5
RGB204213213
HSL180°9.68%81.76%
HSB/HSV180°4.23%83.53%
CMYK4.23%0.00%0.00%
16.47%

Color #CCD5D5 in popluar number systems.

HEXCCD5D5
Decimal204213213
Binary110011001101010111010101
Octal314325325

Shades and tints

Shades of #CCD5D5

#CCD5D5
(204,213,213)
#BAC2C2
(186,194,194)
#A8AFAF
(168,175,175)
#969C9C
(150,156,156)
#848989
(132,137,137)
#727676
(114,118,118)
#606363
(96,99,99)
#4E5050
(78,80,80)
#3C3D3D
(60,61,61)
#2A2A2A
(42,42,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCD5D5

#CCD5D5
(204,213,213)
#D0D8D8
(208,216,216)
#D4DBDB
(212,219,219)
#D8DEDE
(216,222,222)
#DCE1E1
(220,225,225)
#E0E4E4
(224,228,228)
#E4E7E7
(228,231,231)
#E8EAEA
(232,234,234)
#ECEDED
(236,237,237)
#F0F0F0
(240,240,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD5D5; }

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

This text font color is #CCD5D5.


Background Color

.myBgColor { background-color: #CCD5D5; }

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

This div background color is #CCD5D5.


Border color

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

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

This div border color is #CCD5D5.


Opacity

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

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

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

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

This text has shadow with #CCD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD5D5 on black background.


Color preview on white background

This text has color #CCD5D5 on white background.



Black color preview on #CCD5D5 background

This text has black color on #CCD5D5 background.


White color preview on #CCD5D5 background

This text has white color on #CCD5D5 background.