COLOR #CCD6CC

HEX: #CCD6CC RGB: (204,214,204)

Color info

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

RGB color model

#CCD6CC color RGB value is (204,214,204).

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

RGB channels and saturation

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

204
214
204

R + G + B ~ 81%. #CCD6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 204 = 622 (100%)
R 204 of 622 ~ 32.8%
G 214 of 622 ~ 34.41%
B 204 of 622 ~ 32.8'%

%32.8
%34.41
%32.8

CMYK color model

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

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

CMYK: (5,0,5,16)
C5M0Y5K16 (5%, 0%, 5%, 16%)
(0.05 / 0.00 / 0.05 / 0.16)

CMYK percentages

%4.67
%0
%4.67
%16.08

Codes

Color #CCD6CC in popluar color models

CC D6 CC
RGB 204 214 204
HSL 120° 10.87% 81.96%
HSB/HSV 120° 4.67% 83.92%
CMYK 4.67% 0.00% 4.67%
16.08%

Color #CCD6CC in popluar number systems.

HEX CC D6 CC
Decimal 204 214 204
Binary 11001100 11010110 11001100
Octal 314 326 314

Shades and tints

Shades of #CCD6CC

#CCD6CC
(204,214,204)
#BAC3BA
(186,195,186)
#A8B0A8
(168,176,168)
#969D96
(150,157,150)
#848A84
(132,138,132)
#727772
(114,119,114)
#606460
(96,100,96)
#4E514E
(78,81,78)
#3C3E3C
(60,62,60)
#2A2B2A
(42,43,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCD6CC

#CCD6CC
(204,214,204)
#D0D9D0
(208,217,208)
#D4DCD4
(212,220,212)
#D8DFD8
(216,223,216)
#DCE2DC
(220,226,220)
#E0E5E0
(224,229,224)
#E4E8E4
(228,232,228)
#E8EBE8
(232,235,232)
#ECEEEC
(236,238,236)
#F0F1F0
(240,241,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6CC; }

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

This text font color is #CCD6CC.

Background Color

.myBgColor { background-color: #CCD6CC; }

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

This div background color is #CCD6CC.

Border color

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

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

This div border color is #CCD6CC.

Opacity

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

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

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

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

This text has shadow with #CCD6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6CC.

Preview

Color preview on black background

This text has color #CCD6CC on black background.


Color preview on white background

This text has color #CCD6CC on white background.


Black color preview on #CCD6CC background

This text has black color on #CCD6CC background.


White color preview on #CCD6CC background

This text has white color on #CCD6CC background.


Related colors

Complementary color

Complementary color for #hex is #332933.


I love getcolorcode.com

Triadic colors

1 #CCCCD6 and #D6CCCC with #CCD6CC are triadic colors.

2 #CCD6CC and #D6CCCC with #CCD6CC are triadic colors.