COLOR #CAB699

HEX: #CAB699
RGB: (202,182,153)

Color info

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

RGB color model

#CAB699 color RGB value is (202,182,153).

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

RGB channels and saturation

R 202 of 255 = 79%
G 182 of 255 = 71%
B 153 of 255 = 60%

202
182
153

R + G + B ~ 70%. #CAB699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 182 + 153 = 537 (100%)
R 202 of 537 ~ 37.62%
G 182 of 537 ~ 33.89%
B 153 of 537 ~ 28.49%

%37.62
%33.89
%28.49

CMYK color model

#CAB699 color CMYK value is (0,10,24,21).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(0,10,24,21)
C0M10Y24K21 
(0%,10%,24%,21%)
(0.00/0.10/0.24/0.21)	

CMYK percentages

%0
%9.9
%24.26
%20.78

Codes

Color #CAB699 in popluar color models

CAB699
RGB202182153
HSL36°31.61%69.61%
HSB/HSV36°24.26%79.22%
CMYK0.00%9.90%24.26%
20.78%

Color #CAB699 in popluar number systems.

HEXCAB699
Decimal202182153
Binary110010101011011010011001
Octal312266231

Shades and tints

Shades of #CAB699

#CAB699
(202,182,153)
#B8A68C
(184,166,140)
#A6967F
(166,150,127)
#948672
(148,134,114)
#827665
(130,118,101)
#706658
(112,102,88)
#5E564B
(94,86,75)
#4C463E
(76,70,62)
#3A3631
(58,54,49)
#282624
(40,38,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #CAB699

#CAB699
(202,182,153)
#CEBCA2
(206,188,162)
#D2C2AB
(210,194,171)
#D6C8B4
(214,200,180)
#DACEBD
(218,206,189)
#DED4C6
(222,212,198)
#E2DACF
(226,218,207)
#E6E0D8
(230,224,216)
#EAE6E1
(234,230,225)
#EEECEA
(238,236,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB699; }

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

This text font color is #CAB699.


Background Color

.myBgColor { background-color: #CAB699; }

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

This div background color is #CAB699.


Border color

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

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

This div border color is #CAB699.


Opacity

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

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

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

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

This text has shadow with #CAB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB699 on black background.


Color preview on white background

This text has color #CAB699 on white background.



Black color preview on #CAB699 background

This text has black color on #CAB699 background.


White color preview on #CAB699 background

This text has white color on #CAB699 background.