COLOR #CACD5A

HEX: #CACD5A
RGB: (202,205,90)

Color info

#CACD5A contains mainly red and green colors. Web safe color of #CACD5A is #CCCC66 (or #CC6).

RGB color model

#CACD5A color RGB value is (202,205,90).

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

RGB channels and saturation

R 202 of 255 = 79%
G 205 of 255 = 80%
B 90 of 255 = 35%

202
205
90

R + G + B ~ 65%. #CACD5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 205 + 90 = 497 (100%)
R 202 of 497 ~ 40.64%
G 205 of 497 ~ 41.25%
B 90 of 497 ~ 18.11%

%40.64
%41.25
%18.11

CMYK color model

#CACD5A color CMYK value is (1,0,56,20).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 19.61%
CMYK:
(1,0,56,20)
C1M0Y56K20 
(1%,0%,56%,20%)
(0.01/0.00/0.56/0.20)	

CMYK percentages

%1.46
%0
%56.1
%19.61

Codes

Color #CACD5A in popluar color models

CACD5A
RGB20220590
HSL62°53.49%57.84%
HSB/HSV62°56.10%80.39%
CMYK1.46%0.00%56.10%
19.61%

Color #CACD5A in popluar number systems.

HEXCACD5A
Decimal20220590
Binary11001010110011011011010
Octal312315132

Shades and tints

Shades of #CACD5A

#CACD5A
(202,205,90)
#B8BB52
(184,187,82)
#A6A94A
(166,169,74)
#949742
(148,151,66)
#82853A
(130,133,58)
#707332
(112,115,50)
#5E612A
(94,97,42)
#4C4F22
(76,79,34)
#3A3D1A
(58,61,26)
#282B12
(40,43,18)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #CACD5A

#CACD5A
(202,205,90)
#CED169
(206,209,105)
#D2D578
(210,213,120)
#D6D987
(214,217,135)
#DADD96
(218,221,150)
#DEE1A5
(222,225,165)
#E2E5B4
(226,229,180)
#E6E9C3
(230,233,195)
#EAEDD2
(234,237,210)
#EEF1E1
(238,241,225)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACD5A; }

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

This text font color is #CACD5A.


Background Color

.myBgColor { background-color: #CACD5A; }

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

This div background color is #CACD5A.


Border color

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

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

This div border color is #CACD5A.


Opacity

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

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

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

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

This text has shadow with #CACD5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACD5A on black background.


Color preview on white background

This text has color #CACD5A on white background.



Black color preview on #CACD5A background

This text has black color on #CACD5A background.


White color preview on #CACD5A background

This text has white color on #CACD5A background.