COLOR #CCC8B7

HEX: #CCC8B7
RGB: (204,200,183)

Color info

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

RGB color model

#CCC8B7 color RGB value is (204,200,183).

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

RGB channels and saturation

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

204
200
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 183 = 587 (100%)
R 204 of 587 ~ 34.75%
G 200 of 587 ~ 34.07%
B 183 of 587 ~ 31.18%

%34.75
%34.07
%31.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 10.29%
  • 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
%10.29
%20

Codes

Color #CCC8B7 in popluar color models

CCC8B7
RGB204200183
HSL49°17.07%75.88%
HSB/HSV49°10.29%80.00%
CMYK0.00%1.96%10.29%
20.00%

Color #CCC8B7 in popluar number systems.

HEXCCC8B7
Decimal204200183
Binary110011001100100010110111
Octal314310267

Shades and tints

Shades of #CCC8B7

#CCC8B7
(204,200,183)
#BAB6A7
(186,182,167)
#A8A497
(168,164,151)
#969287
(150,146,135)
#848077
(132,128,119)
#726E67
(114,110,103)
#605C57
(96,92,87)
#4E4A47
(78,74,71)
#3C3837
(60,56,55)
#2A2627
(42,38,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCC8B7

#CCC8B7
(204,200,183)
#D0CDBD
(208,205,189)
#D4D2C3
(212,210,195)
#D8D7C9
(216,215,201)
#DCDCCF
(220,220,207)
#E0E1D5
(224,225,213)
#E4E6DB
(228,230,219)
#E8EBE1
(232,235,225)
#ECF0E7
(236,240,231)
#F0F5ED
(240,245,237)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8B7; }

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

This text font color is #CCC8B7.


Background Color

.myBgColor { background-color: #CCC8B7; }

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

This div background color is #CCC8B7.


Border color

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

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

This div border color is #CCC8B7.


Opacity

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

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

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

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

This text has shadow with #CCC8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8B7 on black background.


Color preview on white background

This text has color #CCC8B7 on white background.



Black color preview on #CCC8B7 background

This text has black color on #CCC8B7 background.


White color preview on #CCC8B7 background

This text has white color on #CCC8B7 background.