COLOR #CCD0D3

HEX: #CCD0D3
RGB: (204,208,211)

Color info

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

RGB color model

#CCD0D3 color RGB value is (204,208,211).

  • red value is 204;
  • green value is 208;
  • blue value is 211.
RGB:
(204,208,211)
(80%,82%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 211 of 255 = 83%

204
208
211

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

Portions of RGB colors in percentages

R + G + B =
204 + 208 + 211 = 623 (100%)
R 204 of 623 ~ 32.74%
G 208 of 623 ~ 33.39%
B 211 of 623 ~ 33.87%

%32.74
%33.39
%33.87

CMYK color model

#CCD0D3 color CMYK value is (3,1,0,17).

  • cyan value is 3.32%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,1,0,17)
C3M1Y0K17 
(3%,1%,0%,17%)
(0.03/0.01/0.00/0.17)	

CMYK percentages

%3.32
%1.42
%0
%17.25

Codes

Color #CCD0D3 in popluar color models

CCD0D3
RGB204208211
HSL206°7.37%81.37%
HSB/HSV206°3.32%82.75%
CMYK3.32%1.42%0.00%
17.25%

Color #CCD0D3 in popluar number systems.

HEXCCD0D3
Decimal204208211
Binary110011001101000011010011
Octal314320323

Shades and tints

Shades of #CCD0D3

#CCD0D3
(204,208,211)
#BABEC0
(186,190,192)
#A8ACAD
(168,172,173)
#969A9A
(150,154,154)
#848887
(132,136,135)
#727674
(114,118,116)
#606461
(96,100,97)
#4E524E
(78,82,78)
#3C403B
(60,64,59)
#2A2E28
(42,46,40)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #CCD0D3

#CCD0D3
(204,208,211)
#D0D4D7
(208,212,215)
#D4D8DB
(212,216,219)
#D8DCDF
(216,220,223)
#DCE0E3
(220,224,227)
#E0E4E7
(224,228,231)
#E4E8EB
(228,232,235)
#E8ECEF
(232,236,239)
#ECF0F3
(236,240,243)
#F0F4F7
(240,244,247)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD0D3; }

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

This text font color is #CCD0D3.


Background Color

.myBgColor { background-color: #CCD0D3; }

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

This div background color is #CCD0D3.


Border color

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

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

This div border color is #CCD0D3.


Opacity

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

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

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

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

This text has shadow with #CCD0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD0D3 on black background.


Color preview on white background

This text has color #CCD0D3 on white background.



Black color preview on #CCD0D3 background

This text has black color on #CCD0D3 background.


White color preview on #CCD0D3 background

This text has white color on #CCD0D3 background.