COLOR #CAAB90

HEX: #CAAB90
RGB: (202,171,144)

Color info

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

RGB color model

#CAAB90 color RGB value is (202,171,144).

  • red value is 202;
  • green value is 171;
  • blue value is 144.
RGB:
(202,171,144)
(79%,67%,56%)

RGB channels and saturation

R 202 of 255 = 79%
G 171 of 255 = 67%
B 144 of 255 = 56%

202
171
144

R + G + B ~ 67%. #CAAB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 171 + 144 = 517 (100%)
R 202 of 517 ~ 39.07%
G 171 of 517 ~ 33.08%
B 144 of 517 ~ 27.85%

%39.07
%33.08
%27.85

CMYK color model

#CAAB90 color CMYK value is (0,15,29,21).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(0,15,29,21)
C0M15Y29K21 
(0%,15%,29%,21%)
(0.00/0.15/0.29/0.21)	

CMYK percentages

%0
%15.35
%28.71
%20.78

Codes

Color #CAAB90 in popluar color models

CAAB90
RGB202171144
HSL28°35.37%67.84%
HSB/HSV28°28.71%79.22%
CMYK0.00%15.35%28.71%
20.78%

Color #CAAB90 in popluar number systems.

HEXCAAB90
Decimal202171144
Binary110010101010101110010000
Octal312253220

Shades and tints

Shades of #CAAB90

#CAAB90
(202,171,144)
#B89C83
(184,156,131)
#A68D76
(166,141,118)
#947E69
(148,126,105)
#826F5C
(130,111,92)
#70604F
(112,96,79)
#5E5142
(94,81,66)
#4C4235
(76,66,53)
#3A3328
(58,51,40)
#28241B
(40,36,27)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #CAAB90

#CAAB90
(202,171,144)
#CEB29A
(206,178,154)
#D2B9A4
(210,185,164)
#D6C0AE
(214,192,174)
#DAC7B8
(218,199,184)
#DECEC2
(222,206,194)
#E2D5CC
(226,213,204)
#E6DCD6
(230,220,214)
#EAE3E0
(234,227,224)
#EEEAEA
(238,234,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAB90 color. Also use rgb(202,171,144) instead hex code.

Text Font Color

.myTextColor { color: #CAAB90; }

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

This text font color is #CAAB90.


Background Color

.myBgColor { background-color: #CAAB90; }

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

This div background color is #CAAB90.


Border color

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

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

This div border color is #CAAB90.


Opacity

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

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

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

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

This text has shadow with #CAAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAB90 on black background.


Color preview on white background

This text has color #CAAB90 on white background.



Black color preview on #CAAB90 background

This text has black color on #CAAB90 background.


White color preview on #CAAB90 background

This text has white color on #CAAB90 background.