COLOR #CCC5AF

HEX: #CCC5AF
RGB: (204,197,175)

Color info

#CCC5AF contains red, green and blue colors in about the same proportion. Web safe color of #CCC5AF is #CCCC99 (or #CC9).

RGB color model

#CCC5AF color RGB value is (204,197,175).

  • red value is 204;
  • green value is 197;
  • blue value is 175.
RGB:
(204,197,175)
(80%,77%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 175 of 255 = 69%

204
197
175

R + G + B ~ 75%. #CCC5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 175 = 576 (100%)
R 204 of 576 ~ 35.42%
G 197 of 576 ~ 34.2%
B 175 of 576 ~ 30.38%

%35.42
%34.2
%30.38

CMYK color model

#CCC5AF color CMYK value is (0,3,14,20).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK:
(0,3,14,20)
C0M3Y14K20 
(0%,3%,14%,20%)
(0.00/0.03/0.14/0.20)	

CMYK percentages

%0
%3.43
%14.22
%20

Codes

Color #CCC5AF in popluar color models

CCC5AF
RGB204197175
HSL46°22.14%74.31%
HSB/HSV46°14.22%80.00%
CMYK0.00%3.43%14.22%
20.00%

Color #CCC5AF in popluar number systems.

HEXCCC5AF
Decimal204197175
Binary110011001100010110101111
Octal314305257

Shades and tints

Shades of #CCC5AF

#CCC5AF
(204,197,175)
#BAB4A0
(186,180,160)
#A8A391
(168,163,145)
#969282
(150,146,130)
#848173
(132,129,115)
#727064
(114,112,100)
#605F55
(96,95,85)
#4E4E46
(78,78,70)
#3C3D37
(60,61,55)
#2A2C28
(42,44,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #CCC5AF

#CCC5AF
(204,197,175)
#D0CAB6
(208,202,182)
#D4CFBD
(212,207,189)
#D8D4C4
(216,212,196)
#DCD9CB
(220,217,203)
#E0DED2
(224,222,210)
#E4E3D9
(228,227,217)
#E8E8E0
(232,232,224)
#ECEDE7
(236,237,231)
#F0F2EE
(240,242,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5AF; }

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

This text font color is #CCC5AF.


Background Color

.myBgColor { background-color: #CCC5AF; }

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

This div background color is #CCC5AF.


Border color

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

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

This div border color is #CCC5AF.


Opacity

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

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

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

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

This text has shadow with #CCC5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC5AF on black background.


Color preview on white background

This text has color #CCC5AF on white background.



Black color preview on #CCC5AF background

This text has black color on #CCC5AF background.


White color preview on #CCC5AF background

This text has white color on #CCC5AF background.