COLOR #CACC89

HEX: #CACC89
RGB: (202,204,137)

Color info

#CACC89 contains mainly red and green colors. Web safe color of #CACC89 is #CCCC99 (or #CC9).

RGB color model

#CACC89 color RGB value is (202,204,137).

  • red value is 202;
  • green value is 204;
  • blue value is 137.
RGB:
(202,204,137)
(79%,80%,54%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 137 of 255 = 54%

202
204
137

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

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 137 = 543 (100%)
R 202 of 543 ~ 37.2%
G 204 of 543 ~ 37.57%
B 137 of 543 ~ 25.23%

%37.2
%37.57
%25.23

CMYK color model

#CACC89 color CMYK value is (1,0,33,20).

  • cyan value is 0.98%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 20.00%
CMYK:
(1,0,33,20)
C1M0Y33K20 
(1%,0%,33%,20%)
(0.01/0.00/0.33/0.20)	

CMYK percentages

%0.98
%0
%32.84
%20

Codes

Color #CACC89 in popluar color models

CACC89
RGB202204137
HSL62°39.64%66.86%
HSB/HSV62°32.84%80.00%
CMYK0.98%0.00%32.84%
20.00%

Color #CACC89 in popluar number systems.

HEXCACC89
Decimal202204137
Binary110010101100110010001001
Octal312314211

Shades and tints

Shades of #CACC89

#CACC89
(202,204,137)
#B8BA7D
(184,186,125)
#A6A871
(166,168,113)
#949665
(148,150,101)
#828459
(130,132,89)
#70724D
(112,114,77)
#5E6041
(94,96,65)
#4C4E35
(76,78,53)
#3A3C29
(58,60,41)
#282A1D
(40,42,29)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #CACC89

#CACC89
(202,204,137)
#CED093
(206,208,147)
#D2D49D
(210,212,157)
#D6D8A7
(214,216,167)
#DADCB1
(218,220,177)
#DEE0BB
(222,224,187)
#E2E4C5
(226,228,197)
#E6E8CF
(230,232,207)
#EAECD9
(234,236,217)
#EEF0E3
(238,240,227)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACC89 color. Also use rgb(202,204,137) instead hex code.

Text Font Color

.myTextColor { color: #CACC89; }

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

This text font color is #CACC89.


Background Color

.myBgColor { background-color: #CACC89; }

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

This div background color is #CACC89.


Border color

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

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

This div border color is #CACC89.


Opacity

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

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

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

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

This text has shadow with #CACC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACC89 on black background.


Color preview on white background

This text has color #CACC89 on white background.



Black color preview on #CACC89 background

This text has black color on #CACC89 background.


White color preview on #CACC89 background

This text has white color on #CACC89 background.