COLOR #CCDCC8

HEX: #CCDCC8 RGB: (204,220,200)

Color info

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

RGB color model

#CCDCC8 color RGB value is (204,220,200).

RGB: (204,220,200) (80%, 86%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 200 of 255 = 78%

204
220
200

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

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 200 = 624 (100%)
R 204 of 624 ~ 32.69%
G 220 of 624 ~ 35.26%
B 200 of 624 ~ 32.05'%

%32.69
%35.26
%32.05

CMYK color model

#CCDCC8 color CMYK value is (7,0,9,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%

CMYK: (7,0,9,14)
C7M0Y9K14 (7%, 0%, 9%, 14%)
(0.07 / 0.00 / 0.09 / 0.14)

CMYK percentages

%7.27
%0
%9.09
%13.73

Codes

Color #CCDCC8 in popluar color models

CC DC C8
RGB 204 220 200
HSL 108° 22.22% 82.35%
HSB/HSV 108° 9.09% 86.27%
CMYK 7.27% 0.00% 9.09%
13.73%

Color #CCDCC8 in popluar number systems.

HEX CC DC C8
Decimal 204 220 200
Binary 11001100 11011100 11001000
Octal 314 334 310

Shades and tints

Shades of #CCDCC8

#CCDCC8
(204,220,200)
#BAC8B6
(186,200,182)
#A8B4A4
(168,180,164)
#96A092
(150,160,146)
#848C80
(132,140,128)
#72786E
(114,120,110)
#60645C
(96,100,92)
#4E504A
(78,80,74)
#3C3C38
(60,60,56)
#2A2826
(42,40,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCDCC8

#CCDCC8
(204,220,200)
#D0DFCD
(208,223,205)
#D4E2D2
(212,226,210)
#D8E5D7
(216,229,215)
#DCE8DC
(220,232,220)
#E0EBE1
(224,235,225)
#E4EEE6
(228,238,230)
#E8F1EB
(232,241,235)
#ECF4F0
(236,244,240)
#F0F7F5
(240,247,245)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCC8; }

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

This text font color is #CCDCC8.

Background Color

.myBgColor { background-color: #CCDCC8; }

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

This div background color is #CCDCC8.

Border color

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

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

This div border color is #CCDCC8.

Opacity

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

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

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

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

This text has shadow with #CCDCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCC8.

Preview

Color preview on black background

This text has color #CCDCC8 on black background.


Color preview on white background

This text has color #CCDCC8 on white background.


Black color preview on #CCDCC8 background

This text has black color on #CCDCC8 background.


White color preview on #CCDCC8 background

This text has white color on #CCDCC8 background.


Related colors

Complementary color

Complementary color for #hex is #332337.


I love getcolorcode.com

Triadic colors

1 #C8CCDC and #DCC8CC with #CCDCC8 are triadic colors.

2 #C8DCCC and #DCCCC8 with #CCDCC8 are triadic colors.