COLOR #CAC699

HEX: #CAC699
RGB: (202,198,153)

Color info

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

RGB color model

#CAC699 color RGB value is (202,198,153).

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

RGB channels and saturation

R 202 of 255 = 79%
G 198 of 255 = 78%
B 153 of 255 = 60%

202
198
153

R + G + B ~ 72%. #CAC699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 198 + 153 = 553 (100%)
R 202 of 553 ~ 36.53%
G 198 of 553 ~ 35.8%
B 153 of 553 ~ 27.67%

%36.53
%35.8
%27.67

CMYK color model

#CAC699 color CMYK value is (0,2,24,21).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(0,2,24,21)
C0M2Y24K21 
(0%,2%,24%,21%)
(0.00/0.02/0.24/0.21)	

CMYK percentages

%0
%1.98
%24.26
%20.78

Codes

Color #CAC699 in popluar color models

CAC699
RGB202198153
HSL55°31.61%69.61%
HSB/HSV55°24.26%79.22%
CMYK0.00%1.98%24.26%
20.78%

Color #CAC699 in popluar number systems.

HEXCAC699
Decimal202198153
Binary110010101100011010011001
Octal312306231

Shades and tints

Shades of #CAC699

#CAC699
(202,198,153)
#B8B48C
(184,180,140)
#A6A27F
(166,162,127)
#949072
(148,144,114)
#827E65
(130,126,101)
#706C58
(112,108,88)
#5E5A4B
(94,90,75)
#4C483E
(76,72,62)
#3A3631
(58,54,49)
#282424
(40,36,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #CAC699

#CAC699
(202,198,153)
#CECBA2
(206,203,162)
#D2D0AB
(210,208,171)
#D6D5B4
(214,213,180)
#DADABD
(218,218,189)
#DEDFC6
(222,223,198)
#E2E4CF
(226,228,207)
#E6E9D8
(230,233,216)
#EAEEE1
(234,238,225)
#EEF3EA
(238,243,234)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC699; }

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

This text font color is #CAC699.


Background Color

.myBgColor { background-color: #CAC699; }

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

This div background color is #CAC699.


Border color

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

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

This div border color is #CAC699.


Opacity

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

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

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

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

This text has shadow with #CAC699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC699 on black background.


Color preview on white background

This text has color #CAC699 on white background.



Black color preview on #CAC699 background

This text has black color on #CAC699 background.


White color preview on #CAC699 background

This text has white color on #CAC699 background.