COLOR #CCD0D6

HEX: #CCD0D6 RGB: (204,208,214)

Color info

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

RGB color model

#CCD0D6 color RGB value is (204,208,214).

RGB: (204,208,214) (80%, 82%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 214 of 255 = 84%

204
208
214

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

Portions of RGB colors in percentages

R + G + B = 204 + 208 + 214 = 626 (100%)
R 204 of 626 ~ 32.59%
G 208 of 626 ~ 33.23%
B 214 of 626 ~ 34.19'%

%32.59
%33.23
%34.19

CMYK color model

#CCD0D6 color CMYK value is (5,3,0,16).

  • cyan value is 4.67%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (5,3,0,16)
C5M3Y0K16 (5%, 3%, 0%, 16%)
(0.05 / 0.03 / 0.00 / 0.16)

CMYK percentages

%4.67
%2.8
%0
%16.08

Codes

Color #CCD0D6 in popluar color models

CC D0 D6
RGB 204 208 214
HSL 216° 10.87% 81.96%
HSB/HSV 216° 4.67% 83.92%
CMYK 4.67% 2.80% 0.00%
16.08%

Color #CCD0D6 in popluar number systems.

HEX CC D0 D6
Decimal 204 208 214
Binary 11001100 11010000 11010110
Octal 314 320 326

Shades and tints

Shades of #CCD0D6

#CCD0D6
(204,208,214)
#BABEC3
(186,190,195)
#A8ACB0
(168,172,176)
#969A9D
(150,154,157)
#84888A
(132,136,138)
#727677
(114,118,119)
#606464
(96,100,100)
#4E5251
(78,82,81)
#3C403E
(60,64,62)
#2A2E2B
(42,46,43)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #CCD0D6

#CCD0D6
(204,208,214)
#D0D4D9
(208,212,217)
#D4D8DC
(212,216,220)
#D8DCDF
(216,220,223)
#DCE0E2
(220,224,226)
#E0E4E5
(224,228,229)
#E4E8E8
(228,232,232)
#E8ECEB
(232,236,235)
#ECF0EE
(236,240,238)
#F0F4F1
(240,244,241)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD0D6; }

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

This text font color is #CCD0D6.

Background Color

.myBgColor { background-color: #CCD0D6; }

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

This div background color is #CCD0D6.

Border color

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

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

This div border color is #CCD0D6.

Opacity

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

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

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

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

This text has shadow with #CCD0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD0D6.

Preview

Color preview on black background

This text has color #CCD0D6 on black background.


Color preview on white background

This text has color #CCD0D6 on white background.


Black color preview on #CCD0D6 background

This text has black color on #CCD0D6 background.


White color preview on #CCD0D6 background

This text has white color on #CCD0D6 background.


Related colors

Complementary color

Complementary color for #hex is #332F29.


I love getcolorcode.com

Triadic colors

1 #D6CCD0 and #D0D6CC with #CCD0D6 are triadic colors.

2 #D6D0CC and #D0CCD6 with #CCD0D6 are triadic colors.