COLOR #CACD99

HEX: #CACD99
RGB: (202,205,153)

Color info

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

RGB color model

#CACD99 color RGB value is (202,205,153).

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

RGB channels and saturation

R 202 of 255 = 79%
G 205 of 255 = 80%
B 153 of 255 = 60%

202
205
153

R + G + B ~ 73%. #CACD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 205 + 153 = 560 (100%)
R 202 of 560 ~ 36.07%
G 205 of 560 ~ 36.61%
B 153 of 560 ~ 27.32%

%36.07
%36.61
%27.32

CMYK color model

#CACD99 color CMYK value is (1,0,25,20).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(1,0,25,20)
C1M0Y25K20 
(1%,0%,25%,20%)
(0.01/0.00/0.25/0.20)	

CMYK percentages

%1.46
%0
%25.37
%19.61

Codes

Color #CACD99 in popluar color models

CACD99
RGB202205153
HSL63°34.21%70.20%
HSB/HSV63°25.37%80.39%
CMYK1.46%0.00%25.37%
19.61%

Color #CACD99 in popluar number systems.

HEXCACD99
Decimal202205153
Binary110010101100110110011001
Octal312315231

Shades and tints

Shades of #CACD99

#CACD99
(202,205,153)
#B8BB8C
(184,187,140)
#A6A97F
(166,169,127)
#949772
(148,151,114)
#828565
(130,133,101)
#707358
(112,115,88)
#5E614B
(94,97,75)
#4C4F3E
(76,79,62)
#3A3D31
(58,61,49)
#282B24
(40,43,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #CACD99

#CACD99
(202,205,153)
#CED1A2
(206,209,162)
#D2D5AB
(210,213,171)
#D6D9B4
(214,217,180)
#DADDBD
(218,221,189)
#DEE1C6
(222,225,198)
#E2E5CF
(226,229,207)
#E6E9D8
(230,233,216)
#EAEDE1
(234,237,225)
#EEF1EA
(238,241,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACD99; }

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

This text font color is #CACD99.


Background Color

.myBgColor { background-color: #CACD99; }

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

This div background color is #CACD99.


Border color

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

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

This div border color is #CACD99.


Opacity

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

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

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

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

This text has shadow with #CACD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACD99 on black background.


Color preview on white background

This text has color #CACD99 on white background.



Black color preview on #CACD99 background

This text has black color on #CACD99 background.


White color preview on #CACD99 background

This text has white color on #CACD99 background.