COLOR #CCAE87

HEX: #CCAE87
RGB: (204,174,135)

Color info

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

RGB color model

#CCAE87 color RGB value is (204,174,135).

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

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 135 of 255 = 53%

204
174
135

R + G + B ~ 67%. #CCAE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 135 = 513 (100%)
R 204 of 513 ~ 39.77%
G 174 of 513 ~ 33.92%
B 135 of 513 ~ 26.32%

%39.77
%33.92
%26.32

CMYK color model

#CCAE87 color CMYK value is (0,15,34,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK:
(0,15,34,20)
C0M15Y34K20 
(0%,15%,34%,20%)
(0.00/0.15/0.34/0.20)	

CMYK percentages

%0
%14.71
%33.82
%20

Codes

Color #CCAE87 in popluar color models

CCAE87
RGB204174135
HSL34°40.35%66.47%
HSB/HSV34°33.82%80.00%
CMYK0.00%14.71%33.82%
20.00%

Color #CCAE87 in popluar number systems.

HEXCCAE87
Decimal204174135
Binary110011001010111010000111
Octal314256207

Shades and tints

Shades of #CCAE87

#CCAE87
(204,174,135)
#BA9F7B
(186,159,123)
#A8906F
(168,144,111)
#968163
(150,129,99)
#847257
(132,114,87)
#72634B
(114,99,75)
#60543F
(96,84,63)
#4E4533
(78,69,51)
#3C3627
(60,54,39)
#2A271B
(42,39,27)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #CCAE87

#CCAE87
(204,174,135)
#D0B591
(208,181,145)
#D4BC9B
(212,188,155)
#D8C3A5
(216,195,165)
#DCCAAF
(220,202,175)
#E0D1B9
(224,209,185)
#E4D8C3
(228,216,195)
#E8DFCD
(232,223,205)
#ECE6D7
(236,230,215)
#F0EDE1
(240,237,225)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAE87; }

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

This text font color is #CCAE87.


Background Color

.myBgColor { background-color: #CCAE87; }

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

This div background color is #CCAE87.


Border color

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

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

This div border color is #CCAE87.


Opacity

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

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

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

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

This text has shadow with #CCAE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAE87 on black background.


Color preview on white background

This text has color #CCAE87 on white background.



Black color preview on #CCAE87 background

This text has black color on #CCAE87 background.


White color preview on #CCAE87 background

This text has white color on #CCAE87 background.