COLOR #CAD379

HEX: #CAD379
RGB: (202,211,121)

Color info

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

RGB color model

#CAD379 color RGB value is (202,211,121).

  • red value is 202;
  • green value is 211;
  • blue value is 121.
RGB:
(202,211,121)
(79%,83%,47%)

RGB channels and saturation

R 202 of 255 = 79%
G 211 of 255 = 83%
B 121 of 255 = 47%

202
211
121

R + G + B ~ 70%. #CAD379 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 211 + 121 = 534 (100%)
R 202 of 534 ~ 37.83%
G 211 of 534 ~ 39.51%
B 121 of 534 ~ 22.66%

%37.83
%39.51
%22.66

CMYK color model

#CAD379 color CMYK value is (4,0,43,17).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 17.25%
CMYK:
(4,0,43,17)
C4M0Y43K17 
(4%,0%,43%,17%)
(0.04/0.00/0.43/0.17)	

CMYK percentages

%4.27
%0
%42.65
%17.25

Codes

Color #CAD379 in popluar color models

CAD379
RGB202211121
HSL66°50.56%65.10%
HSB/HSV66°42.65%82.75%
CMYK4.27%0.00%42.65%
17.25%

Color #CAD379 in popluar number systems.

HEXCAD379
Decimal202211121
Binary11001010110100111111001
Octal312323171

Shades and tints

Shades of #CAD379

#CAD379
(202,211,121)
#B8C06E
(184,192,110)
#A6AD63
(166,173,99)
#949A58
(148,154,88)
#82874D
(130,135,77)
#707442
(112,116,66)
#5E6137
(94,97,55)
#4C4E2C
(76,78,44)
#3A3B21
(58,59,33)
#282816
(40,40,22)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #CAD379

#CAD379
(202,211,121)
#CED785
(206,215,133)
#D2DB91
(210,219,145)
#D6DF9D
(214,223,157)
#DAE3A9
(218,227,169)
#DEE7B5
(222,231,181)
#E2EBC1
(226,235,193)
#E6EFCD
(230,239,205)
#EAF3D9
(234,243,217)
#EEF7E5
(238,247,229)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD379 color. Also use rgb(202,211,121) instead hex code.

Text Font Color

.myTextColor { color: #CAD379; }

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

This text font color is #CAD379.


Background Color

.myBgColor { background-color: #CAD379; }

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

This div background color is #CAD379.


Border color

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

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

This div border color is #CAD379.


Opacity

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

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

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

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

This text has shadow with #CAD379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD379 on black background.


Color preview on white background

This text has color #CAD379 on white background.



Black color preview on #CAD379 background

This text has black color on #CAD379 background.


White color preview on #CAD379 background

This text has white color on #CAD379 background.