COLOR #CCC9CB

HEX: #CCC9CB
RGB: (204,201,203)

Color info

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

RGB color model

#CCC9CB color RGB value is (204,201,203).

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

RGB channels and saturation

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

204
201
203

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

Portions of RGB colors in percentages

R + G + B =
204 + 201 + 203 = 608 (100%)
R 204 of 608 ~ 33.55%
G 201 of 608 ~ 33.06%
B 203 of 608 ~ 33.39%

%33.55
%33.06
%33.39

CMYK color model

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

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

CMYK percentages

%0
%1.47
%0.49
%20

Codes

Color #CCC9CB in popluar color models

CCC9CB
RGB204201203
HSL320°2.86%79.41%
HSB/HSV320°1.47%80.00%
CMYK0.00%1.47%0.49%
20.00%

Color #CCC9CB in popluar number systems.

HEXCCC9CB
Decimal204201203
Binary110011001100100111001011
Octal314311313

Shades and tints

Shades of #CCC9CB

#CCC9CB
(204,201,203)
#BAB7B9
(186,183,185)
#A8A5A7
(168,165,167)
#969395
(150,147,149)
#848183
(132,129,131)
#726F71
(114,111,113)
#605D5F
(96,93,95)
#4E4B4D
(78,75,77)
#3C393B
(60,57,59)
#2A2729
(42,39,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #CCC9CB

#CCC9CB
(204,201,203)
#D0CDCF
(208,205,207)
#D4D1D3
(212,209,211)
#D8D5D7
(216,213,215)
#DCD9DB
(220,217,219)
#E0DDDF
(224,221,223)
#E4E1E3
(228,225,227)
#E8E5E7
(232,229,231)
#ECE9EB
(236,233,235)
#F0EDEF
(240,237,239)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9CB; }

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

This text font color is #CCC9CB.


Background Color

.myBgColor { background-color: #CCC9CB; }

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

This div background color is #CCC9CB.


Border color

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

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

This div border color is #CCC9CB.


Opacity

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

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

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

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

This text has shadow with #CCC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC9CB on black background.


Color preview on white background

This text has color #CCC9CB on white background.



Black color preview on #CCC9CB background

This text has black color on #CCC9CB background.


White color preview on #CCC9CB background

This text has white color on #CCC9CB background.