COLOR #CCD2DA

HEX: #CCD2DA
RGB: (204,210,218)

Color info

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

RGB color model

#CCD2DA color RGB value is (204,210,218).

  • red value is 204;
  • green value is 210;
  • blue value is 218.
RGB:
(204,210,218)
(80%,82%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 218 of 255 = 85%

204
210
218

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 218 = 632 (100%)
R 204 of 632 ~ 32.28%
G 210 of 632 ~ 33.23%
B 218 of 632 ~ 34.49%

%32.28
%33.23
%34.49

CMYK color model

#CCD2DA color CMYK value is (6,4,0,15).

  • cyan value is 6.42%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,4,0,15)
C6M4Y0K15 
(6%,4%,0%,15%)
(0.06/0.04/0.00/0.15)	

CMYK percentages

%6.42
%3.67
%0
%14.51

Codes

Color #CCD2DA in popluar color models

CCD2DA
RGB204210218
HSL214°15.91%82.75%
HSB/HSV214°6.42%85.49%
CMYK6.42%3.67%0.00%
14.51%

Color #CCD2DA in popluar number systems.

HEXCCD2DA
Decimal204210218
Binary110011001101001011011010
Octal314322332

Shades and tints

Shades of #CCD2DA

#CCD2DA
(204,210,218)
#BABFC7
(186,191,199)
#A8ACB4
(168,172,180)
#9699A1
(150,153,161)
#84868E
(132,134,142)
#72737B
(114,115,123)
#606068
(96,96,104)
#4E4D55
(78,77,85)
#3C3A42
(60,58,66)
#2A272F
(42,39,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #CCD2DA

#CCD2DA
(204,210,218)
#D0D6DD
(208,214,221)
#D4DAE0
(212,218,224)
#D8DEE3
(216,222,227)
#DCE2E6
(220,226,230)
#E0E6E9
(224,230,233)
#E4EAEC
(228,234,236)
#E8EEEF
(232,238,239)
#ECF2F2
(236,242,242)
#F0F6F5
(240,246,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2DA; }

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

This text font color is #CCD2DA.


Background Color

.myBgColor { background-color: #CCD2DA; }

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

This div background color is #CCD2DA.


Border color

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

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

This div border color is #CCD2DA.


Opacity

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

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

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

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

This text has shadow with #CCD2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2DA on black background.


Color preview on white background

This text has color #CCD2DA on white background.



Black color preview on #CCD2DA background

This text has black color on #CCD2DA background.


White color preview on #CCD2DA background

This text has white color on #CCD2DA background.