COLOR #CAA99B

HEX: #CAA99B
RGB: (202,169,155)

Color info

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

RGB color model

#CAA99B color RGB value is (202,169,155).

  • red value is 202;
  • green value is 169;
  • blue value is 155.
RGB:
(202,169,155)
(79%,66%,61%)

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 155 of 255 = 61%

202
169
155

R + G + B ~ 69%. #CAA99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 155 = 526 (100%)
R 202 of 526 ~ 38.4%
G 169 of 526 ~ 32.13%
B 155 of 526 ~ 29.47%

%38.4
%32.13
%29.47

CMYK color model

#CAA99B color CMYK value is (0,16,23,21).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(0,16,23,21)
C0M16Y23K21 
(0%,16%,23%,21%)
(0.00/0.16/0.23/0.21)	

CMYK percentages

%0
%16.34
%23.27
%20.78

Codes

Color #CAA99B in popluar color models

CAA99B
RGB202169155
HSL18°30.72%70.00%
HSB/HSV18°23.27%79.22%
CMYK0.00%16.34%23.27%
20.78%

Color #CAA99B in popluar number systems.

HEXCAA99B
Decimal202169155
Binary110010101010100110011011
Octal312251233

Shades and tints

Shades of #CAA99B

#CAA99B
(202,169,155)
#B89A8D
(184,154,141)
#A68B7F
(166,139,127)
#947C71
(148,124,113)
#826D63
(130,109,99)
#705E55
(112,94,85)
#5E4F47
(94,79,71)
#4C4039
(76,64,57)
#3A312B
(58,49,43)
#28221D
(40,34,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #CAA99B

#CAA99B
(202,169,155)
#CEB0A4
(206,176,164)
#D2B7AD
(210,183,173)
#D6BEB6
(214,190,182)
#DAC5BF
(218,197,191)
#DECCC8
(222,204,200)
#E2D3D1
(226,211,209)
#E6DADA
(230,218,218)
#EAE1E3
(234,225,227)
#EEE8EC
(238,232,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA99B color. Also use rgb(202,169,155) instead hex code.

Text Font Color

.myTextColor { color: #CAA99B; }

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

This text font color is #CAA99B.


Background Color

.myBgColor { background-color: #CAA99B; }

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

This div background color is #CAA99B.


Border color

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

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

This div border color is #CAA99B.


Opacity

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

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

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

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

This text has shadow with #CAA99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA99B on black background.


Color preview on white background

This text has color #CAA99B on white background.



Black color preview on #CAA99B background

This text has black color on #CAA99B background.


White color preview on #CAA99B background

This text has white color on #CAA99B background.