COLOR #CAA699

HEX: #CAA699
RGB: (202,166,153)

Color info

#CAA699 contains red, green and blue colors in about the same proportion. Web safe color of #CAA699 is #CC9999 (or #C99).

RGB color model

#CAA699 color RGB value is (202,166,153).

  • red value is 202;
  • green value is 166;
  • blue value is 153.
RGB:
(202,166,153)
(79%,65%,60%)

RGB channels and saturation

R 202 of 255 = 79%
G 166 of 255 = 65%
B 153 of 255 = 60%

202
166
153

R + G + B ~ 68%. #CAA699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 166 + 153 = 521 (100%)
R 202 of 521 ~ 38.77%
G 166 of 521 ~ 31.86%
B 153 of 521 ~ 29.37%

%38.77
%31.86
%29.37

CMYK color model

#CAA699 color CMYK value is (0,18,24,21).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(0,18,24,21)
C0M18Y24K21 
(0%,18%,24%,21%)
(0.00/0.18/0.24/0.21)	

CMYK percentages

%0
%17.82
%24.26
%20.78

Codes

Color #CAA699 in popluar color models

CAA699
RGB202166153
HSL16°31.61%69.61%
HSB/HSV16°24.26%79.22%
CMYK0.00%17.82%24.26%
20.78%

Color #CAA699 in popluar number systems.

HEXCAA699
Decimal202166153
Binary110010101010011010011001
Octal312246231

Shades and tints

Shades of #CAA699

#CAA699
(202,166,153)
#B8978C
(184,151,140)
#A6887F
(166,136,127)
#947972
(148,121,114)
#826A65
(130,106,101)
#705B58
(112,91,88)
#5E4C4B
(94,76,75)
#4C3D3E
(76,61,62)
#3A2E31
(58,46,49)
#281F24
(40,31,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #CAA699

#CAA699
(202,166,153)
#CEAEA2
(206,174,162)
#D2B6AB
(210,182,171)
#D6BEB4
(214,190,180)
#DAC6BD
(218,198,189)
#DECEC6
(222,206,198)
#E2D6CF
(226,214,207)
#E6DED8
(230,222,216)
#EAE6E1
(234,230,225)
#EEEEEA
(238,238,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA699 color. Also use rgb(202,166,153) instead hex code.

Text Font Color

.myTextColor { color: #CAA699; }

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

This text font color is #CAA699.


Background Color

.myBgColor { background-color: #CAA699; }

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

This div background color is #CAA699.


Border color

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

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

This div border color is #CAA699.


Opacity

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

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

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

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

This text has shadow with #CAA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA699 on black background.


Color preview on white background

This text has color #CAA699 on white background.



Black color preview on #CAA699 background

This text has black color on #CAA699 background.


White color preview on #CAA699 background

This text has white color on #CAA699 background.