COLOR #CCC4AA

HEX: #CCC4AA
RGB: (204,196,170)

Color info

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

RGB color model

#CCC4AA color RGB value is (204,196,170).

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

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 170 of 255 = 67%

204
196
170

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

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 170 = 570 (100%)
R 204 of 570 ~ 35.79%
G 196 of 570 ~ 34.39%
B 170 of 570 ~ 29.82%

%35.79
%34.39
%29.82

CMYK color model

#CCC4AA color CMYK value is (0,4,17,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,4,17,20)
C0M4Y17K20 
(0%,4%,17%,20%)
(0.00/0.04/0.17/0.20)	

CMYK percentages

%0
%3.92
%16.67
%20

Codes

Color #CCC4AA in popluar color models

CCC4AA
RGB204196170
HSL46°25.00%73.33%
HSB/HSV46°16.67%80.00%
CMYK0.00%3.92%16.67%
20.00%

Color #CCC4AA in popluar number systems.

HEXCCC4AA
Decimal204196170
Binary110011001100010010101010
Octal314304252

Shades and tints

Shades of #CCC4AA

#CCC4AA
(204,196,170)
#BAB39B
(186,179,155)
#A8A28C
(168,162,140)
#96917D
(150,145,125)
#84806E
(132,128,110)
#726F5F
(114,111,95)
#605E50
(96,94,80)
#4E4D41
(78,77,65)
#3C3C32
(60,60,50)
#2A2B23
(42,43,35)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCC4AA

#CCC4AA
(204,196,170)
#D0C9B1
(208,201,177)
#D4CEB8
(212,206,184)
#D8D3BF
(216,211,191)
#DCD8C6
(220,216,198)
#E0DDCD
(224,221,205)
#E4E2D4
(228,226,212)
#E8E7DB
(232,231,219)
#ECECE2
(236,236,226)
#F0F1E9
(240,241,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4AA; }

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

This text font color is #CCC4AA.


Background Color

.myBgColor { background-color: #CCC4AA; }

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

This div background color is #CCC4AA.


Border color

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

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

This div border color is #CCC4AA.


Opacity

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

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

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

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

This text has shadow with #CCC4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC4AA on black background.


Color preview on white background

This text has color #CCC4AA on white background.



Black color preview on #CCC4AA background

This text has black color on #CCC4AA background.


White color preview on #CCC4AA background

This text has white color on #CCC4AA background.