COLOR #CCCCCB

HEX: #CCCCCB
RGB: (204,204,203)

Color info

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

RGB color model

#CCCCCB color RGB value is (204,204,203).

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

RGB channels and saturation

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

204
204
203

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 203 = 611 (100%)
R 204 of 611 ~ 33.39%
G 204 of 611 ~ 33.39%
B 203 of 611 ~ 33.22%

%33.39
%33.39
%33.22

CMYK color model

#CCCCCB color CMYK value is (0,0,0,20).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK:
(0,0,0,20)
C0M0Y0K20 
(0%,0%,0%,20%)
(0.00/0.00/0.00/0.20)	

CMYK percentages

%0
%0
%0.49
%20

Codes

Color #CCCCCB in popluar color models

CCCCCB
RGB204204203
HSL60°0.97%79.80%
HSB/HSV60°0.49%80.00%
CMYK0.00%0.00%0.49%
20.00%

Color #CCCCCB in popluar number systems.

HEXCCCCCB
Decimal204204203
Binary110011001100110011001011
Octal314314313

Shades and tints

Shades of #CCCCCB

#CCCCCB
(204,204,203)
#BABAB9
(186,186,185)
#A8A8A7
(168,168,167)
#969695
(150,150,149)
#848483
(132,132,131)
#727271
(114,114,113)
#60605F
(96,96,95)
#4E4E4D
(78,78,77)
#3C3C3B
(60,60,59)
#2A2A29
(42,42,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCCCCB

#CCCCCB
(204,204,203)
#D0D0CF
(208,208,207)
#D4D4D3
(212,212,211)
#D8D8D7
(216,216,215)
#DCDCDB
(220,220,219)
#E0E0DF
(224,224,223)
#E4E4E3
(228,228,227)
#E8E8E7
(232,232,231)
#ECECEB
(236,236,235)
#F0F0EF
(240,240,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCCB; }

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

This text font color is #CCCCCB.


Background Color

.myBgColor { background-color: #CCCCCB; }

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

This div background color is #CCCCCB.


Border color

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

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

This div border color is #CCCCCB.


Opacity

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

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

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

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

This text has shadow with #CCCCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCCB on black background.


Color preview on white background

This text has color #CCCCCB on white background.



Black color preview on #CCCCCB background

This text has black color on #CCCCCB background.


White color preview on #CCCCCB background

This text has white color on #CCCCCB background.