COLOR #CCC8B8

HEX: #CCC8B8
RGB: (204,200,184)

Color info

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

RGB color model

#CCC8B8 color RGB value is (204,200,184).

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

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 184 of 255 = 72%

204
200
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 184 = 588 (100%)
R 204 of 588 ~ 34.69%
G 200 of 588 ~ 34.01%
B 184 of 588 ~ 31.29%

%34.69
%34.01
%31.29

CMYK color model

#CCC8B8 color CMYK value is (0,2,10,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(0,2,10,20)
C0M2Y10K20 
(0%,2%,10%,20%)
(0.00/0.02/0.10/0.20)	

CMYK percentages

%0
%1.96
%9.8
%20

Codes

Color #CCC8B8 in popluar color models

CCC8B8
RGB204200184
HSL48°16.39%76.08%
HSB/HSV48°9.80%80.00%
CMYK0.00%1.96%9.80%
20.00%

Color #CCC8B8 in popluar number systems.

HEXCCC8B8
Decimal204200184
Binary110011001100100010111000
Octal314310270

Shades and tints

Shades of #CCC8B8

#CCC8B8
(204,200,184)
#BAB6A8
(186,182,168)
#A8A498
(168,164,152)
#969288
(150,146,136)
#848078
(132,128,120)
#726E68
(114,110,104)
#605C58
(96,92,88)
#4E4A48
(78,74,72)
#3C3838
(60,56,56)
#2A2628
(42,38,40)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCC8B8

#CCC8B8
(204,200,184)
#D0CDBE
(208,205,190)
#D4D2C4
(212,210,196)
#D8D7CA
(216,215,202)
#DCDCD0
(220,220,208)
#E0E1D6
(224,225,214)
#E4E6DC
(228,230,220)
#E8EBE2
(232,235,226)
#ECF0E8
(236,240,232)
#F0F5EE
(240,245,238)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8B8; }

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

This text font color is #CCC8B8.


Background Color

.myBgColor { background-color: #CCC8B8; }

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

This div background color is #CCC8B8.


Border color

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

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

This div border color is #CCC8B8.


Opacity

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

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

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

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

This text has shadow with #CCC8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8B8 on black background.


Color preview on white background

This text has color #CCC8B8 on white background.



Black color preview on #CCC8B8 background

This text has black color on #CCC8B8 background.


White color preview on #CCC8B8 background

This text has white color on #CCC8B8 background.