COLOR #CCC4AF

HEX: #CCC4AF
RGB: (204,196,175)

Color info

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

RGB color model

#CCC4AF color RGB value is (204,196,175).

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

RGB channels and saturation

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

204
196
175

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 175 = 575 (100%)
R 204 of 575 ~ 35.48%
G 196 of 575 ~ 34.09%
B 175 of 575 ~ 30.43%

%35.48
%34.09
%30.43

CMYK color model

#CCC4AF color CMYK value is (0,4,14,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK:
(0,4,14,20)
C0M4Y14K20 
(0%,4%,14%,20%)
(0.00/0.04/0.14/0.20)	

CMYK percentages

%0
%3.92
%14.22
%20

Codes

Color #CCC4AF in popluar color models

CCC4AF
RGB204196175
HSL43°22.14%74.31%
HSB/HSV43°14.22%80.00%
CMYK0.00%3.92%14.22%
20.00%

Color #CCC4AF in popluar number systems.

HEXCCC4AF
Decimal204196175
Binary110011001100010010101111
Octal314304257

Shades and tints

Shades of #CCC4AF

#CCC4AF
(204,196,175)
#BAB3A0
(186,179,160)
#A8A291
(168,162,145)
#969182
(150,145,130)
#848073
(132,128,115)
#726F64
(114,111,100)
#605E55
(96,94,85)
#4E4D46
(78,77,70)
#3C3C37
(60,60,55)
#2A2B28
(42,43,40)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCC4AF

#CCC4AF
(204,196,175)
#D0C9B6
(208,201,182)
#D4CEBD
(212,206,189)
#D8D3C4
(216,211,196)
#DCD8CB
(220,216,203)
#E0DDD2
(224,221,210)
#E4E2D9
(228,226,217)
#E8E7E0
(232,231,224)
#ECECE7
(236,236,231)
#F0F1EE
(240,241,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4AF; }

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

This text font color is #CCC4AF.


Background Color

.myBgColor { background-color: #CCC4AF; }

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

This div background color is #CCC4AF.


Border color

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

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

This div border color is #CCC4AF.


Opacity

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

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

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

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

This text has shadow with #CCC4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4AF on black background.


Color preview on white background

This text has color #CCC4AF on white background.



Black color preview on #CCC4AF background

This text has black color on #CCC4AF background.


White color preview on #CCC4AF background

This text has white color on #CCC4AF background.