COLOR #CCDCB0

HEX: #CCDCB0 RGB: (204,220,176)

Color info

#CCDCB0 contains red, green and blue colors in about the same proportion. Web safe color of #CCDCB0 is #CCCC99 (or #CC9).

RGB color model

#CCDCB0 color RGB value is (204,220,176).

RGB: (204,220,176) (80%, 86%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 176 of 255 = 69%

204
220
176

R + G + B ~ 78%. #CCDCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 176 = 600 (100%)
R 204 of 600 ~ 34%
G 220 of 600 ~ 36.67%
B 176 of 600 ~ 29.33'%

%34
%36.67
%29.33

CMYK color model

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

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

CMYK: (7,0,20,14)
C7M0Y20K14 (7%, 0%, 20%, 14%)
(0.07 / 0.00 / 0.20 / 0.14)

CMYK percentages

%7.27
%0
%20
%13.73

Codes

Color #CCDCB0 in popluar color models

CC DC B0
RGB 204 220 176
HSL 82° 38.60% 77.65%
HSB/HSV 82° 20.00% 86.27%
CMYK 7.27% 0.00% 20.00%
13.73%

Color #CCDCB0 in popluar number systems.

HEX CC DC B0
Decimal 204 220 176
Binary 11001100 11011100 10110000
Octal 314 334 260

Shades and tints

Shades of #CCDCB0

#CCDCB0
(204,220,176)
#BAC8A0
(186,200,160)
#A8B490
(168,180,144)
#96A080
(150,160,128)
#848C70
(132,140,112)
#727860
(114,120,96)
#606450
(96,100,80)
#4E5040
(78,80,64)
#3C3C30
(60,60,48)
#2A2820
(42,40,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #CCDCB0

#CCDCB0
(204,220,176)
#D0DFB7
(208,223,183)
#D4E2BE
(212,226,190)
#D8E5C5
(216,229,197)
#DCE8CC
(220,232,204)
#E0EBD3
(224,235,211)
#E4EEDA
(228,238,218)
#E8F1E1
(232,241,225)
#ECF4E8
(236,244,232)
#F0F7EF
(240,247,239)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCB0; }

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

This text font color is #CCDCB0.

Background Color

.myBgColor { background-color: #CCDCB0; }

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

This div background color is #CCDCB0.

Border color

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

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

This div border color is #CCDCB0.

Opacity

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

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

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

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

This text has shadow with #CCDCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCB0.

Preview

Color preview on black background

This text has color #CCDCB0 on black background.


Color preview on white background

This text has color #CCDCB0 on white background.


Black color preview on #CCDCB0 background

This text has black color on #CCDCB0 background.


White color preview on #CCDCB0 background

This text has white color on #CCDCB0 background.


Related colors

Complementary color

Complementary color for #hex is #33234F.


I love getcolorcode.com

Triadic colors

1 #B0CCDC and #DCB0CC with #CCDCB0 are triadic colors.

2 #B0DCCC and #DCCCB0 with #CCDCB0 are triadic colors.