COLOR #CAB790

HEX: #CAB790
RGB: (202,183,144)

Color info

#CAB790 contains red, green and blue colors in about the same proportion. Web safe color of #CAB790 is #CCCC99 (or #CC9).

RGB color model

#CAB790 color RGB value is (202,183,144).

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

RGB channels and saturation

R 202 of 255 = 79%
G 183 of 255 = 72%
B 144 of 255 = 56%

202
183
144

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

Portions of RGB colors in percentages

R + G + B =
202 + 183 + 144 = 529 (100%)
R 202 of 529 ~ 38.19%
G 183 of 529 ~ 34.59%
B 144 of 529 ~ 27.22%

%38.19
%34.59
%27.22

CMYK color model

#CAB790 color CMYK value is (0,9,29,21).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(0,9,29,21)
C0M9Y29K21 
(0%,9%,29%,21%)
(0.00/0.09/0.29/0.21)	

CMYK percentages

%0
%9.41
%28.71
%20.78

Codes

Color #CAB790 in popluar color models

CAB790
RGB202183144
HSL40°35.37%67.84%
HSB/HSV40°28.71%79.22%
CMYK0.00%9.41%28.71%
20.78%

Color #CAB790 in popluar number systems.

HEXCAB790
Decimal202183144
Binary110010101011011110010000
Octal312267220

Shades and tints

Shades of #CAB790

#CAB790
(202,183,144)
#B8A783
(184,167,131)
#A69776
(166,151,118)
#948769
(148,135,105)
#82775C
(130,119,92)
#70674F
(112,103,79)
#5E5742
(94,87,66)
#4C4735
(76,71,53)
#3A3728
(58,55,40)
#28271B
(40,39,27)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #CAB790

#CAB790
(202,183,144)
#CEBD9A
(206,189,154)
#D2C3A4
(210,195,164)
#D6C9AE
(214,201,174)
#DACFB8
(218,207,184)
#DED5C2
(222,213,194)
#E2DBCC
(226,219,204)
#E6E1D6
(230,225,214)
#EAE7E0
(234,231,224)
#EEEDEA
(238,237,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB790; }

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

This text font color is #CAB790.


Background Color

.myBgColor { background-color: #CAB790; }

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

This div background color is #CAB790.


Border color

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

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

This div border color is #CAB790.


Opacity

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

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

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

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

This text has shadow with #CAB790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB790 on black background.


Color preview on white background

This text has color #CAB790 on white background.



Black color preview on #CAB790 background

This text has black color on #CAB790 background.


White color preview on #CAB790 background

This text has white color on #CAB790 background.