COLOR #CAAA81

HEX: #CAAA81
RGB: (202,170,129)

Color info

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

RGB color model

#CAAA81 color RGB value is (202,170,129).

  • red value is 202;
  • green value is 170;
  • blue value is 129.
RGB:
(202,170,129)
(79%,67%,51%)

RGB channels and saturation

R 202 of 255 = 79%
G 170 of 255 = 67%
B 129 of 255 = 51%

202
170
129

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

Portions of RGB colors in percentages

R + G + B =
202 + 170 + 129 = 501 (100%)
R 202 of 501 ~ 40.32%
G 170 of 501 ~ 33.93%
B 129 of 501 ~ 25.75%

%40.32
%33.93
%25.75

CMYK color model

#CAAA81 color CMYK value is (0,16,36,21).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 36.14%
  • key color value is 20.78%
CMYK:
(0,16,36,21)
C0M16Y36K21 
(0%,16%,36%,21%)
(0.00/0.16/0.36/0.21)	

CMYK percentages

%0
%15.84
%36.14
%20.78

Codes

Color #CAAA81 in popluar color models

CAAA81
RGB202170129
HSL34°40.78%64.90%
HSB/HSV34°36.14%79.22%
CMYK0.00%15.84%36.14%
20.78%

Color #CAAA81 in popluar number systems.

HEXCAAA81
Decimal202170129
Binary110010101010101010000001
Octal312252201

Shades and tints

Shades of #CAAA81

#CAAA81
(202,170,129)
#B89B76
(184,155,118)
#A68C6B
(166,140,107)
#947D60
(148,125,96)
#826E55
(130,110,85)
#705F4A
(112,95,74)
#5E503F
(94,80,63)
#4C4134
(76,65,52)
#3A3229
(58,50,41)
#28231E
(40,35,30)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #CAAA81

#CAAA81
(202,170,129)
#CEB18C
(206,177,140)
#D2B897
(210,184,151)
#D6BFA2
(214,191,162)
#DAC6AD
(218,198,173)
#DECDB8
(222,205,184)
#E2D4C3
(226,212,195)
#E6DBCE
(230,219,206)
#EAE2D9
(234,226,217)
#EEE9E4
(238,233,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAA81 color. Also use rgb(202,170,129) instead hex code.

Text Font Color

.myTextColor { color: #CAAA81; }

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

This text font color is #CAAA81.


Background Color

.myBgColor { background-color: #CAAA81; }

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

This div background color is #CAAA81.


Border color

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

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

This div border color is #CAAA81.


Opacity

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

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

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

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

This text has shadow with #CAAA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAA81 on black background.


Color preview on white background

This text has color #CAAA81 on white background.



Black color preview on #CAAA81 background

This text has black color on #CAAA81 background.


White color preview on #CAAA81 background

This text has white color on #CAAA81 background.