COLOR #CCDBCC

HEX: #CCDBCC RGB: (204,219,204)

Color info

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

RGB color model

#CCDBCC color RGB value is (204,219,204).

RGB: (204,219,204) (80%, 86%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 204 of 255 = 80%

204
219
204

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

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 204 = 627 (100%)
R 204 of 627 ~ 32.54%
G 219 of 627 ~ 34.93%
B 204 of 627 ~ 32.54'%

%32.54
%34.93
%32.54

CMYK color model

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

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 14.12%

CMYK: (7,0,7,14)
C7M0Y7K14 (7%, 0%, 7%, 14%)
(0.07 / 0.00 / 0.07 / 0.14)

CMYK percentages

%6.85
%0
%6.85
%14.12

Codes

Color #CCDBCC in popluar color models

CC DB CC
RGB 204 219 204
HSL 120° 17.24% 82.94%
HSB/HSV 120° 6.85% 85.88%
CMYK 6.85% 0.00% 6.85%
14.12%

Color #CCDBCC in popluar number systems.

HEX CC DB CC
Decimal 204 219 204
Binary 11001100 11011011 11001100
Octal 314 333 314

Shades and tints

Shades of #CCDBCC

#CCDBCC
(204,219,204)
#BAC8BA
(186,200,186)
#A8B5A8
(168,181,168)
#96A296
(150,162,150)
#848F84
(132,143,132)
#727C72
(114,124,114)
#606960
(96,105,96)
#4E564E
(78,86,78)
#3C433C
(60,67,60)
#2A302A
(42,48,42)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #CCDBCC

#CCDBCC
(204,219,204)
#D0DED0
(208,222,208)
#D4E1D4
(212,225,212)
#D8E4D8
(216,228,216)
#DCE7DC
(220,231,220)
#E0EAE0
(224,234,224)
#E4EDE4
(228,237,228)
#E8F0E8
(232,240,232)
#ECF3EC
(236,243,236)
#F0F6F0
(240,246,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBCC; }

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

This text font color is #CCDBCC.

Background Color

.myBgColor { background-color: #CCDBCC; }

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

This div background color is #CCDBCC.

Border color

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

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

This div border color is #CCDBCC.

Opacity

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

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

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

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

This text has shadow with #CCDBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBCC.

Preview

Color preview on black background

This text has color #CCDBCC on black background.


Color preview on white background

This text has color #CCDBCC on white background.


Black color preview on #CCDBCC background

This text has black color on #CCDBCC background.


White color preview on #CCDBCC background

This text has white color on #CCDBCC background.


Related colors

Complementary color

Complementary color for #hex is #332433.


I love getcolorcode.com

Triadic colors

1 #CCCCDB and #DBCCCC with #CCDBCC are triadic colors.

2 #CCDBCC and #DBCCCC with #CCDBCC are triadic colors.