COLOR #CAAE7D

HEX: #CAAE7D
RGB: (202,174,125)

Color info

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

RGB color model

#CAAE7D color RGB value is (202,174,125).

  • red value is 202;
  • green value is 174;
  • blue value is 125.
RGB:
(202,174,125)
(79%,68%,49%)

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 125 of 255 = 49%

202
174
125

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

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 125 = 501 (100%)
R 202 of 501 ~ 40.32%
G 174 of 501 ~ 34.73%
B 125 of 501 ~ 24.95%

%40.32
%34.73
%24.95

CMYK color model

#CAAE7D color CMYK value is (0,14,38,21).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 38.12%
  • key color value is 20.78%
CMYK:
(0,14,38,21)
C0M14Y38K21 
(0%,14%,38%,21%)
(0.00/0.14/0.38/0.21)	

CMYK percentages

%0
%13.86
%38.12
%20.78

Codes

Color #CAAE7D in popluar color models

CAAE7D
RGB202174125
HSL38°42.08%64.12%
HSB/HSV38°38.12%79.22%
CMYK0.00%13.86%38.12%
20.78%

Color #CAAE7D in popluar number systems.

HEXCAAE7D
Decimal202174125
Binary11001010101011101111101
Octal312256175

Shades and tints

Shades of #CAAE7D

#CAAE7D
(202,174,125)
#B89F72
(184,159,114)
#A69067
(166,144,103)
#94815C
(148,129,92)
#827251
(130,114,81)
#706346
(112,99,70)
#5E543B
(94,84,59)
#4C4530
(76,69,48)
#3A3625
(58,54,37)
#28271A
(40,39,26)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #CAAE7D

#CAAE7D
(202,174,125)
#CEB588
(206,181,136)
#D2BC93
(210,188,147)
#D6C39E
(214,195,158)
#DACAA9
(218,202,169)
#DED1B4
(222,209,180)
#E2D8BF
(226,216,191)
#E6DFCA
(230,223,202)
#EAE6D5
(234,230,213)
#EEEDE0
(238,237,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAE7D color. Also use rgb(202,174,125) instead hex code.

Text Font Color

.myTextColor { color: #CAAE7D; }

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

This text font color is #CAAE7D.


Background Color

.myBgColor { background-color: #CAAE7D; }

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

This div background color is #CAAE7D.


Border color

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

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

This div border color is #CAAE7D.


Opacity

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

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

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

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

This text has shadow with #CAAE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAE7D on black background.


Color preview on white background

This text has color #CAAE7D on white background.



Black color preview on #CAAE7D background

This text has black color on #CAAE7D background.


White color preview on #CAAE7D background

This text has white color on #CAAE7D background.