COLOR #CCDCC7

HEX: #CCDCC7 RGB: (204,220,199)

Color info

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

RGB color model

#CCDCC7 color RGB value is (204,220,199).

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

RGB channels and saturation

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

204
220
199

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

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 199 = 623 (100%)
R 204 of 623 ~ 32.74%
G 220 of 623 ~ 35.31%
B 199 of 623 ~ 31.94'%

%32.74
%35.31
%31.94

CMYK color model

#CCDCC7 color CMYK value is (7,0,10,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK: (7,0,10,14) C7M0Y10K14 (7%,0%,10%,14%) (0.07/0.00/0.10/0.14) 

CMYK percentages

%7.27
%0
%9.55
%13.73

Codes

Color #CCDCC7 in popluar color models

CC DC C7
RGB 204 220 199
HSL 106° 23.08% 82.16%
HSB/HSV 106° 9.55% 86.27%
CMYK 7.27% 0.00% 9.55%
13.73%

Color #CCDCC7 in popluar number systems.

HEX CC DC C7
Decimal 204 220 199
Binary 11001100 11011100 11000111
Octal 314 334 307

Shades and tints

Shades of #CCDCC7

#CCDCC7
(204,220,199)
#BAC8B5
(186,200,181)
#A8B4A3
(168,180,163)
#96A091
(150,160,145)
#848C7F
(132,140,127)
#72786D
(114,120,109)
#60645B
(96,100,91)
#4E5049
(78,80,73)
#3C3C37
(60,60,55)
#2A2825
(42,40,37)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCDCC7

#CCDCC7
(204,220,199)
#D0DFCC
(208,223,204)
#D4E2D1
(212,226,209)
#D8E5D6
(216,229,214)
#DCE8DB
(220,232,219)
#E0EBE0
(224,235,224)
#E4EEE5
(228,238,229)
#E8F1EA
(232,241,234)
#ECF4EF
(236,244,239)
#F0F7F4
(240,247,244)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCC7; }

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

This text font color is #CCDCC7.

Background Color

.myBgColor { background-color: #CCDCC7; }

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

This div background color is #CCDCC7.

Border color

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

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

This div border color is #CCDCC7.

Opacity

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

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

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

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

This text has shadow with #CCDCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCC7.

Preview

Color preview on black background

This text has color #CCDCC7 on black background.


Color preview on white background

This text has color #CCDCC7 on white background.


Black color preview on #CCDCC7 background

This text has black color on #CCDCC7 background.


White color preview on #CCDCC7 background

This text has white color on #CCDCC7 background.


Related colors

Complementary color

Complementary color for #hex is #332338.


I love getcolorcode.com

Triadic colors

1 #C7CCDC and #DCC7CC with #CCDCC7 are triadic colors.

2 #C7DCCC and #DCCCC7 with #CCDCC7 are triadic colors.