COLOR #CCAC7C

HEX: #CCAC7C
RGB: (204,172,124)

Color info

#CCAC7C contains mainly red and green colors. Web safe color of #CCAC7C is #CC9966 (or #C96).

RGB color model

#CCAC7C color RGB value is (204,172,124).

  • red value is 204;
  • green value is 172;
  • blue value is 124.
RGB:
(204,172,124)
(80%,67%,49%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 124 of 255 = 49%

204
172
124

R + G + B ~ 65%. #CCAC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 172 + 124 = 500 (100%)
R 204 of 500 ~ 40.8%
G 172 of 500 ~ 34.4%
B 124 of 500 ~ 24.8%

%40.8
%34.4
%24.8

CMYK color model

#CCAC7C color CMYK value is (0,16,39,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 39.22%
  • key color value is 20.00%
CMYK:
(0,16,39,20)
C0M16Y39K20 
(0%,16%,39%,20%)
(0.00/0.16/0.39/0.20)	

CMYK percentages

%0
%15.69
%39.22
%20

Codes

Color #CCAC7C in popluar color models

CCAC7C
RGB204172124
HSL36°43.96%64.31%
HSB/HSV36°39.22%80.00%
CMYK0.00%15.69%39.22%
20.00%

Color #CCAC7C in popluar number systems.

HEXCCAC7C
Decimal204172124
Binary11001100101011001111100
Octal314254174

Shades and tints

Shades of #CCAC7C

#CCAC7C
(204,172,124)
#BA9D71
(186,157,113)
#A88E66
(168,142,102)
#967F5B
(150,127,91)
#847050
(132,112,80)
#726145
(114,97,69)
#60523A
(96,82,58)
#4E432F
(78,67,47)
#3C3424
(60,52,36)
#2A2519
(42,37,25)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #CCAC7C

#CCAC7C
(204,172,124)
#D0B387
(208,179,135)
#D4BA92
(212,186,146)
#D8C19D
(216,193,157)
#DCC8A8
(220,200,168)
#E0CFB3
(224,207,179)
#E4D6BE
(228,214,190)
#E8DDC9
(232,221,201)
#ECE4D4
(236,228,212)
#F0EBDF
(240,235,223)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAC7C color. Also use rgb(204,172,124) instead hex code.

Text Font Color

.myTextColor { color: #CCAC7C; }

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

This text font color is #CCAC7C.


Background Color

.myBgColor { background-color: #CCAC7C; }

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

This div background color is #CCAC7C.


Border color

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

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

This div border color is #CCAC7C.


Opacity

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

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

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

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

This text has shadow with #CCAC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAC7C on black background.


Color preview on white background

This text has color #CCAC7C on white background.



Black color preview on #CCAC7C background

This text has black color on #CCAC7C background.


White color preview on #CCAC7C background

This text has white color on #CCAC7C background.