COLOR #CACE87

HEX: #CACE87
RGB: (202,206,135)

Color info

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

RGB color model

#CACE87 color RGB value is (202,206,135).

  • red value is 202;
  • green value is 206;
  • blue value is 135.
RGB:
(202,206,135)
(79%,81%,53%)

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 135 of 255 = 53%

202
206
135

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

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 135 = 543 (100%)
R 202 of 543 ~ 37.2%
G 206 of 543 ~ 37.94%
B 135 of 543 ~ 24.86%

%37.2
%37.94
%24.86

CMYK color model

#CACE87 color CMYK value is (2,0,34,19).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 34.47%
  • key color value is 19.22%
CMYK:
(2,0,34,19)
C2M0Y34K19 
(2%,0%,34%,19%)
(0.02/0.00/0.34/0.19)	

CMYK percentages

%1.94
%0
%34.47
%19.22

Codes

Color #CACE87 in popluar color models

CACE87
RGB202206135
HSL63°42.01%66.86%
HSB/HSV63°34.47%80.78%
CMYK1.94%0.00%34.47%
19.22%

Color #CACE87 in popluar number systems.

HEXCACE87
Decimal202206135
Binary110010101100111010000111
Octal312316207

Shades and tints

Shades of #CACE87

#CACE87
(202,206,135)
#B8BC7B
(184,188,123)
#A6AA6F
(166,170,111)
#949863
(148,152,99)
#828657
(130,134,87)
#70744B
(112,116,75)
#5E623F
(94,98,63)
#4C5033
(76,80,51)
#3A3E27
(58,62,39)
#282C1B
(40,44,27)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #CACE87

#CACE87
(202,206,135)
#CED291
(206,210,145)
#D2D69B
(210,214,155)
#D6DAA5
(214,218,165)
#DADEAF
(218,222,175)
#DEE2B9
(222,226,185)
#E2E6C3
(226,230,195)
#E6EACD
(230,234,205)
#EAEED7
(234,238,215)
#EEF2E1
(238,242,225)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACE87 color. Also use rgb(202,206,135) instead hex code.

Text Font Color

.myTextColor { color: #CACE87; }

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

This text font color is #CACE87.


Background Color

.myBgColor { background-color: #CACE87; }

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

This div background color is #CACE87.


Border color

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

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

This div border color is #CACE87.


Opacity

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

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

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

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

This text has shadow with #CACE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACE87 on black background.


Color preview on white background

This text has color #CACE87 on white background.



Black color preview on #CACE87 background

This text has black color on #CACE87 background.


White color preview on #CACE87 background

This text has white color on #CACE87 background.