COLOR #CAD595

HEX: #CAD595
RGB: (202,213,149)

Color info

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

RGB color model

#CAD595 color RGB value is (202,213,149).

  • red value is 202;
  • green value is 213;
  • blue value is 149.
RGB:
(202,213,149)
(79%,84%,58%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 149 of 255 = 58%

202
213
149

R + G + B ~ 74%. #CAD595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 149 = 564 (100%)
R 202 of 564 ~ 35.82%
G 213 of 564 ~ 37.77%
B 149 of 564 ~ 26.42%

%35.82
%37.77
%26.42

CMYK color model

#CAD595 color CMYK value is (5,0,30,16).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(5,0,30,16)
C5M0Y30K16 
(5%,0%,30%,16%)
(0.05/0.00/0.30/0.16)	

CMYK percentages

%5.16
%0
%30.05
%16.47

Codes

Color #CAD595 in popluar color models

CAD595
RGB202213149
HSL70°43.24%70.98%
HSB/HSV70°30.05%83.53%
CMYK5.16%0.00%30.05%
16.47%

Color #CAD595 in popluar number systems.

HEXCAD595
Decimal202213149
Binary110010101101010110010101
Octal312325225

Shades and tints

Shades of #CAD595

#CAD595
(202,213,149)
#B8C288
(184,194,136)
#A6AF7B
(166,175,123)
#949C6E
(148,156,110)
#828961
(130,137,97)
#707654
(112,118,84)
#5E6347
(94,99,71)
#4C503A
(76,80,58)
#3A3D2D
(58,61,45)
#282A20
(40,42,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #CAD595

#CAD595
(202,213,149)
#CED89E
(206,216,158)
#D2DBA7
(210,219,167)
#D6DEB0
(214,222,176)
#DAE1B9
(218,225,185)
#DEE4C2
(222,228,194)
#E2E7CB
(226,231,203)
#E6EAD4
(230,234,212)
#EAEDDD
(234,237,221)
#EEF0E6
(238,240,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD595 color. Also use rgb(202,213,149) instead hex code.

Text Font Color

.myTextColor { color: #CAD595; }

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

This text font color is #CAD595.


Background Color

.myBgColor { background-color: #CAD595; }

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

This div background color is #CAD595.


Border color

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

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

This div border color is #CAD595.


Opacity

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

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

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

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

This text has shadow with #CAD595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD595 on black background.


Color preview on white background

This text has color #CAD595 on white background.



Black color preview on #CAD595 background

This text has black color on #CAD595 background.


White color preview on #CAD595 background

This text has white color on #CAD595 background.