COLOR #CAAC7D

HEX: #CAAC7D
RGB: (202,172,125)

Color info

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

RGB color model

#CAAC7D color RGB value is (202,172,125).

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

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 125 of 255 = 49%

202
172
125

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

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 125 = 499 (100%)
R 202 of 499 ~ 40.48%
G 172 of 499 ~ 34.47%
B 125 of 499 ~ 25.05%

%40.48
%34.47
%25.05

CMYK color model

#CAAC7D color CMYK value is (0,15,38,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 38.12%
  • key color value is 20.78%
CMYK:
(0,15,38,21)
C0M15Y38K21 
(0%,15%,38%,21%)
(0.00/0.15/0.38/0.21)	

CMYK percentages

%0
%14.85
%38.12
%20.78

Codes

Color #CAAC7D in popluar color models

CAAC7D
RGB202172125
HSL37°42.08%64.12%
HSB/HSV37°38.12%79.22%
CMYK0.00%14.85%38.12%
20.78%

Color #CAAC7D in popluar number systems.

HEXCAAC7D
Decimal202172125
Binary11001010101011001111101
Octal312254175

Shades and tints

Shades of #CAAC7D

#CAAC7D
(202,172,125)
#B89D72
(184,157,114)
#A68E67
(166,142,103)
#947F5C
(148,127,92)
#827051
(130,112,81)
#706146
(112,97,70)
#5E523B
(94,82,59)
#4C4330
(76,67,48)
#3A3425
(58,52,37)
#28251A
(40,37,26)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #CAAC7D

#CAAC7D
(202,172,125)
#CEB388
(206,179,136)
#D2BA93
(210,186,147)
#D6C19E
(214,193,158)
#DAC8A9
(218,200,169)
#DECFB4
(222,207,180)
#E2D6BF
(226,214,191)
#E6DDCA
(230,221,202)
#EAE4D5
(234,228,213)
#EEEBE0
(238,235,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAC7D; }

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

This text font color is #CAAC7D.


Background Color

.myBgColor { background-color: #CAAC7D; }

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

This div background color is #CAAC7D.


Border color

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

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

This div border color is #CAAC7D.


Opacity

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

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

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

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

This text has shadow with #CAAC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAC7D on black background.


Color preview on white background

This text has color #CAAC7D on white background.



Black color preview on #CAAC7D background

This text has black color on #CAAC7D background.


White color preview on #CAAC7D background

This text has white color on #CAAC7D background.