COLOR #CCCDCB

HEX: #CCCDCB
RGB: (204,205,203)

Color info

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

RGB color model

#CCCDCB color RGB value is (204,205,203).

  • red value is 204;
  • green value is 205;
  • blue value is 203.
RGB:
(204,205,203)
(80%,80%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 203 of 255 = 80%

204
205
203

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

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 203 = 612 (100%)
R 204 of 612 ~ 33.33%
G 205 of 612 ~ 33.5%
B 203 of 612 ~ 33.17%

%33.33
%33.5
%33.17

CMYK color model

#CCCDCB color CMYK value is (0,0,1,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%
CMYK:
(0,0,1,20)
C0M0Y1K20 
(0%,0%,1%,20%)
(0.00/0.00/0.01/0.20)	

CMYK percentages

%0.49
%0
%0.98
%19.61

Codes

Color #CCCDCB in popluar color models

CCCDCB
RGB204205203
HSL90°1.96%80.00%
HSB/HSV90°0.98%80.39%
CMYK0.49%0.00%0.98%
19.61%

Color #CCCDCB in popluar number systems.

HEXCCCDCB
Decimal204205203
Binary110011001100110111001011
Octal314315313

Shades and tints

Shades of #CCCDCB

#CCCDCB
(204,205,203)
#BABBB9
(186,187,185)
#A8A9A7
(168,169,167)
#969795
(150,151,149)
#848583
(132,133,131)
#727371
(114,115,113)
#60615F
(96,97,95)
#4E4F4D
(78,79,77)
#3C3D3B
(60,61,59)
#2A2B29
(42,43,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCCDCB

#CCCDCB
(204,205,203)
#D0D1CF
(208,209,207)
#D4D5D3
(212,213,211)
#D8D9D7
(216,217,215)
#DCDDDB
(220,221,219)
#E0E1DF
(224,225,223)
#E4E5E3
(228,229,227)
#E8E9E7
(232,233,231)
#ECEDEB
(236,237,235)
#F0F1EF
(240,241,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDCB; }

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

This text font color is #CCCDCB.


Background Color

.myBgColor { background-color: #CCCDCB; }

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

This div background color is #CCCDCB.


Border color

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

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

This div border color is #CCCDCB.


Opacity

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

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

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

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

This text has shadow with #CCCDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDCB on black background.


Color preview on white background

This text has color #CCCDCB on white background.



Black color preview on #CCCDCB background

This text has black color on #CCCDCB background.


White color preview on #CCCDCB background

This text has white color on #CCCDCB background.