COLOR #CCDCBB

HEX: #CCDCBB
RGB: (204,220,187)

Color info

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

RGB color model

#CCDCBB color RGB value is (204,220,187).

  • red value is 204;
  • green value is 220;
  • blue value is 187.
RGB:
(204,220,187)
(80%,86%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 187 of 255 = 73%

204
220
187

R + G + B ~ 80%. #CCDCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 187 = 611 (100%)
R 204 of 611 ~ 33.39%
G 220 of 611 ~ 36.01%
B 187 of 611 ~ 30.61%

%33.39
%36.01
%30.61

CMYK color model

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

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(7,0,15,14)
C7M0Y15K14 
(7%,0%,15%,14%)
(0.07/0.00/0.15/0.14)	

CMYK percentages

%7.27
%0
%15
%13.73

Codes

Color #CCDCBB in popluar color models

CCDCBB
RGB204220187
HSL89°32.04%79.80%
HSB/HSV89°15.00%86.27%
CMYK7.27%0.00%15.00%
13.73%

Color #CCDCBB in popluar number systems.

HEXCCDCBB
Decimal204220187
Binary110011001101110010111011
Octal314334273

Shades and tints

Shades of #CCDCBB

#CCDCBB
(204,220,187)
#BAC8AA
(186,200,170)
#A8B499
(168,180,153)
#96A088
(150,160,136)
#848C77
(132,140,119)
#727866
(114,120,102)
#606455
(96,100,85)
#4E5044
(78,80,68)
#3C3C33
(60,60,51)
#2A2822
(42,40,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCDCBB

#CCDCBB
(204,220,187)
#D0DFC1
(208,223,193)
#D4E2C7
(212,226,199)
#D8E5CD
(216,229,205)
#DCE8D3
(220,232,211)
#E0EBD9
(224,235,217)
#E4EEDF
(228,238,223)
#E8F1E5
(232,241,229)
#ECF4EB
(236,244,235)
#F0F7F1
(240,247,241)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCBB; }

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

This text font color is #CCDCBB.


Background Color

.myBgColor { background-color: #CCDCBB; }

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

This div background color is #CCDCBB.


Border color

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

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

This div border color is #CCDCBB.


Opacity

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

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

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

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

This text has shadow with #CCDCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCBB on black background.


Color preview on white background

This text has color #CCDCBB on white background.



Black color preview on #CCDCBB background

This text has black color on #CCDCBB background.


White color preview on #CCDCBB background

This text has white color on #CCDCBB background.