COLOR #CAD392

HEX: #CAD392
RGB: (202,211,146)

Color info

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

RGB color model

#CAD392 color RGB value is (202,211,146).

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

RGB channels and saturation

R 202 of 255 = 79%
G 211 of 255 = 83%
B 146 of 255 = 57%

202
211
146

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

Portions of RGB colors in percentages

R + G + B =
202 + 211 + 146 = 559 (100%)
R 202 of 559 ~ 36.14%
G 211 of 559 ~ 37.75%
B 146 of 559 ~ 26.12%

%36.14
%37.75
%26.12

CMYK color model

#CAD392 color CMYK value is (4,0,31,17).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK:
(4,0,31,17)
C4M0Y31K17 
(4%,0%,31%,17%)
(0.04/0.00/0.31/0.17)	

CMYK percentages

%4.27
%0
%30.81
%17.25

Codes

Color #CAD392 in popluar color models

CAD392
RGB202211146
HSL68°42.48%70.00%
HSB/HSV68°30.81%82.75%
CMYK4.27%0.00%30.81%
17.25%

Color #CAD392 in popluar number systems.

HEXCAD392
Decimal202211146
Binary110010101101001110010010
Octal312323222

Shades and tints

Shades of #CAD392

#CAD392
(202,211,146)
#B8C085
(184,192,133)
#A6AD78
(166,173,120)
#949A6B
(148,154,107)
#82875E
(130,135,94)
#707451
(112,116,81)
#5E6144
(94,97,68)
#4C4E37
(76,78,55)
#3A3B2A
(58,59,42)
#28281D
(40,40,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #CAD392

#CAD392
(202,211,146)
#CED79B
(206,215,155)
#D2DBA4
(210,219,164)
#D6DFAD
(214,223,173)
#DAE3B6
(218,227,182)
#DEE7BF
(222,231,191)
#E2EBC8
(226,235,200)
#E6EFD1
(230,239,209)
#EAF3DA
(234,243,218)
#EEF7E3
(238,247,227)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD392; }

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

This text font color is #CAD392.


Background Color

.myBgColor { background-color: #CAD392; }

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

This div background color is #CAD392.


Border color

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

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

This div border color is #CAD392.


Opacity

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

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

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

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

This text has shadow with #CAD392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD392 on black background.


Color preview on white background

This text has color #CAD392 on white background.



Black color preview on #CAD392 background

This text has black color on #CAD392 background.


White color preview on #CAD392 background

This text has white color on #CAD392 background.