COLOR #CAC395

HEX: #CAC395
RGB: (202,195,149)

Color info

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

RGB color model

#CAC395 color RGB value is (202,195,149).

  • red value is 202;
  • green value is 195;
  • blue value is 149.
RGB:
(202,195,149)
(79%,76%,58%)

RGB channels and saturation

R 202 of 255 = 79%
G 195 of 255 = 76%
B 149 of 255 = 58%

202
195
149

R + G + B ~ 71%. #CAC395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 195 + 149 = 546 (100%)
R 202 of 546 ~ 37%
G 195 of 546 ~ 35.71%
B 149 of 546 ~ 27.29%

%37
%35.71
%27.29

CMYK color model

#CAC395 color CMYK value is (0,3,26,21).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK:
(0,3,26,21)
C0M3Y26K21 
(0%,3%,26%,21%)
(0.00/0.03/0.26/0.21)	

CMYK percentages

%0
%3.47
%26.24
%20.78

Codes

Color #CAC395 in popluar color models

CAC395
RGB202195149
HSL52°33.33%68.82%
HSB/HSV52°26.24%79.22%
CMYK0.00%3.47%26.24%
20.78%

Color #CAC395 in popluar number systems.

HEXCAC395
Decimal202195149
Binary110010101100001110010101
Octal312303225

Shades and tints

Shades of #CAC395

#CAC395
(202,195,149)
#B8B288
(184,178,136)
#A6A17B
(166,161,123)
#94906E
(148,144,110)
#827F61
(130,127,97)
#706E54
(112,110,84)
#5E5D47
(94,93,71)
#4C4C3A
(76,76,58)
#3A3B2D
(58,59,45)
#282A20
(40,42,32)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #CAC395

#CAC395
(202,195,149)
#CEC89E
(206,200,158)
#D2CDA7
(210,205,167)
#D6D2B0
(214,210,176)
#DAD7B9
(218,215,185)
#DEDCC2
(222,220,194)
#E2E1CB
(226,225,203)
#E6E6D4
(230,230,212)
#EAEBDD
(234,235,221)
#EEF0E6
(238,240,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC395 color. Also use rgb(202,195,149) instead hex code.

Text Font Color

.myTextColor { color: #CAC395; }

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

This text font color is #CAC395.


Background Color

.myBgColor { background-color: #CAC395; }

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

This div background color is #CAC395.


Border color

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

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

This div border color is #CAC395.


Opacity

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

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

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

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

This text has shadow with #CAC395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC395 on black background.


Color preview on white background

This text has color #CAC395 on white background.



Black color preview on #CAC395 background

This text has black color on #CAC395 background.


White color preview on #CAC395 background

This text has white color on #CAC395 background.