COLOR #CCAE82

HEX: #CCAE82
RGB: (204,174,130)

Color info

#CCAE82 contains mainly red and green colors. Web safe color of #CCAE82 is #CC9999 (or #C99).

RGB color model

#CCAE82 color RGB value is (204,174,130).

  • red value is 204;
  • green value is 174;
  • blue value is 130.
RGB:
(204,174,130)
(80%,68%,51%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 130 of 255 = 51%

204
174
130

R + G + B ~ 66%. #CCAE82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 130 = 508 (100%)
R 204 of 508 ~ 40.16%
G 174 of 508 ~ 34.25%
B 130 of 508 ~ 25.59%

%40.16
%34.25
%25.59

CMYK color model

#CCAE82 color CMYK value is (0,15,36,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 36.27%
  • key color value is 20.00%
CMYK:
(0,15,36,20)
C0M15Y36K20 
(0%,15%,36%,20%)
(0.00/0.15/0.36/0.20)	

CMYK percentages

%0
%14.71
%36.27
%20

Codes

Color #CCAE82 in popluar color models

CCAE82
RGB204174130
HSL36°42.05%65.49%
HSB/HSV36°36.27%80.00%
CMYK0.00%14.71%36.27%
20.00%

Color #CCAE82 in popluar number systems.

HEXCCAE82
Decimal204174130
Binary110011001010111010000010
Octal314256202

Shades and tints

Shades of #CCAE82

#CCAE82
(204,174,130)
#BA9F77
(186,159,119)
#A8906C
(168,144,108)
#968161
(150,129,97)
#847256
(132,114,86)
#72634B
(114,99,75)
#605440
(96,84,64)
#4E4535
(78,69,53)
#3C362A
(60,54,42)
#2A271F
(42,39,31)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCAE82

#CCAE82
(204,174,130)
#D0B58D
(208,181,141)
#D4BC98
(212,188,152)
#D8C3A3
(216,195,163)
#DCCAAE
(220,202,174)
#E0D1B9
(224,209,185)
#E4D8C4
(228,216,196)
#E8DFCF
(232,223,207)
#ECE6DA
(236,230,218)
#F0EDE5
(240,237,229)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAE82 color. Also use rgb(204,174,130) instead hex code.

Text Font Color

.myTextColor { color: #CCAE82; }

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

This text font color is #CCAE82.


Background Color

.myBgColor { background-color: #CCAE82; }

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

This div background color is #CCAE82.


Border color

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

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

This div border color is #CCAE82.


Opacity

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

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

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

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

This text has shadow with #CCAE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAE82 on black background.


Color preview on white background

This text has color #CCAE82 on white background.



Black color preview on #CCAE82 background

This text has black color on #CCAE82 background.


White color preview on #CCAE82 background

This text has white color on #CCAE82 background.