COLOR #CCC9B8

HEX: #CCC9B8
RGB: (204,201,184)

Color info

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

RGB color model

#CCC9B8 color RGB value is (204,201,184).

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

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 184 of 255 = 72%

204
201
184

R + G + B ~ 77%. #CCC9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 201 + 184 = 589 (100%)
R 204 of 589 ~ 34.63%
G 201 of 589 ~ 34.13%
B 184 of 589 ~ 31.24%

%34.63
%34.13
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(0,1,10,20)
C0M1Y10K20 
(0%,1%,10%,20%)
(0.00/0.01/0.10/0.20)	

CMYK percentages

%0
%1.47
%9.8
%20

Codes

Color #CCC9B8 in popluar color models

CCC9B8
RGB204201184
HSL51°16.39%76.08%
HSB/HSV51°9.80%80.00%
CMYK0.00%1.47%9.80%
20.00%

Color #CCC9B8 in popluar number systems.

HEXCCC9B8
Decimal204201184
Binary110011001100100110111000
Octal314311270

Shades and tints

Shades of #CCC9B8

#CCC9B8
(204,201,184)
#BAB7A8
(186,183,168)
#A8A598
(168,165,152)
#969388
(150,147,136)
#848178
(132,129,120)
#726F68
(114,111,104)
#605D58
(96,93,88)
#4E4B48
(78,75,72)
#3C3938
(60,57,56)
#2A2728
(42,39,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #CCC9B8

#CCC9B8
(204,201,184)
#D0CDBE
(208,205,190)
#D4D1C4
(212,209,196)
#D8D5CA
(216,213,202)
#DCD9D0
(220,217,208)
#E0DDD6
(224,221,214)
#E4E1DC
(228,225,220)
#E8E5E2
(232,229,226)
#ECE9E8
(236,233,232)
#F0EDEE
(240,237,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC9B8; }

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

This text font color is #CCC9B8.


Background Color

.myBgColor { background-color: #CCC9B8; }

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

This div background color is #CCC9B8.


Border color

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

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

This div border color is #CCC9B8.


Opacity

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

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

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

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

This text has shadow with #CCC9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC9B8 on black background.


Color preview on white background

This text has color #CCC9B8 on white background.



Black color preview on #CCC9B8 background

This text has black color on #CCC9B8 background.


White color preview on #CCC9B8 background

This text has white color on #CCC9B8 background.