COLOR #CAB386

HEX: #CAB386 RGB: (202,179,134)

Color info

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

RGB color model

#CAB386 color RGB value is (202,179,134).

RGB: (202,179,134) (79%, 70%, 53%)

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 134 of 255 = 53%

202
179
134

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

Portions of RGB colors in percentages

R + G + B = 202 + 179 + 134 = 515 (100%)
R 202 of 515 ~ 39.22%
G 179 of 515 ~ 34.76%
B 134 of 515 ~ 26.02'%

%39.22
%34.76
%26.02

CMYK color model

#CAB386 color CMYK value is (0,11,34,21).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 33.66%
  • key color value is 20.78%

CMYK: (0,11,34,21)
C0M11Y34K21 (0%, 11%, 34%, 21%)
(0.00 / 0.11 / 0.34 / 0.21)

CMYK percentages

%0
%11.39
%33.66
%20.78

Codes

Color #CAB386 in popluar color models

CA B3 86
RGB 202 179 134
HSL 40° 39.08% 65.88%
HSB/HSV 40° 33.66% 79.22%
CMYK 0.00% 11.39% 33.66%
20.78%

Color #CAB386 in popluar number systems.

HEX CA B3 86
Decimal 202 179 134
Binary 11001010 10110011 10000110
Octal 312 263 206

Shades and tints

Shades of #CAB386

#CAB386
(202,179,134)
#B8A37A
(184,163,122)
#A6936E
(166,147,110)
#948362
(148,131,98)
#827356
(130,115,86)
#70634A
(112,99,74)
#5E533E
(94,83,62)
#4C4332
(76,67,50)
#3A3326
(58,51,38)
#28231A
(40,35,26)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #CAB386

#CAB386
(202,179,134)
#CEB991
(206,185,145)
#D2BF9C
(210,191,156)
#D6C5A7
(214,197,167)
#DACBB2
(218,203,178)
#DED1BD
(222,209,189)
#E2D7C8
(226,215,200)
#E6DDD3
(230,221,211)
#EAE3DE
(234,227,222)
#EEE9E9
(238,233,233)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB386 color. Also use rgb(202,179,134) instead hex code.

Text Font Color

.myTextColor { color: #CAB386; }

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

This text font color is #CAB386.

Background Color

.myBgColor { background-color: #CAB386; }

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

This div background color is #CAB386.

Border color

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

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

This div border color is #CAB386.

Opacity

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

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

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

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

This text has shadow with #CAB386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB386.

Preview

Color preview on black background

This text has color #CAB386 on black background.


Color preview on white background

This text has color #CAB386 on white background.


Black color preview on #CAB386 background

This text has black color on #CAB386 background.


White color preview on #CAB386 background

This text has white color on #CAB386 background.


Related colors

Complementary color

Complementary color for #hex is #354C79.


I love getcolorcode.com

Triadic colors

1 #86CAB3 and #B386CA with #CAB386 are triadic colors.

2 #86B3CA and #B3CA86 with #CAB386 are triadic colors.