COLOR #CAD498

HEX: #CAD498 RGB: (202,212,152)

Color info

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

RGB color model

#CAD498 color RGB value is (202,212,152).

RGB: (202,212,152) (79%, 83%, 60%)

RGB channels and saturation

R 202 of 255 = 79%
G 212 of 255 = 83%
B 152 of 255 = 60%

202
212
152

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

Portions of RGB colors in percentages

R + G + B = 202 + 212 + 152 = 566 (100%)
R 202 of 566 ~ 35.69%
G 212 of 566 ~ 37.46%
B 152 of 566 ~ 26.86'%

%35.69
%37.46
%26.86

CMYK color model

#CAD498 color CMYK value is (5,0,28,17).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 16.86%

CMYK: (5,0,28,17)
C5M0Y28K17 (5%, 0%, 28%, 17%)
(0.05 / 0.00 / 0.28 / 0.17)

CMYK percentages

%4.72
%0
%28.3
%16.86

Codes

Color #CAD498 in popluar color models

CA D4 98
RGB 202 212 152
HSL 70° 41.10% 71.37%
HSB/HSV 70° 28.30% 83.14%
CMYK 4.72% 0.00% 28.30%
16.86%

Color #CAD498 in popluar number systems.

HEX CA D4 98
Decimal 202 212 152
Binary 11001010 11010100 10011000
Octal 312 324 230

Shades and tints

Shades of #CAD498

#CAD498
(202,212,152)
#B8C18B
(184,193,139)
#A6AE7E
(166,174,126)
#949B71
(148,155,113)
#828864
(130,136,100)
#707557
(112,117,87)
#5E624A
(94,98,74)
#4C4F3D
(76,79,61)
#3A3C30
(58,60,48)
#282923
(40,41,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #CAD498

#CAD498
(202,212,152)
#CED7A1
(206,215,161)
#D2DAAA
(210,218,170)
#D6DDB3
(214,221,179)
#DAE0BC
(218,224,188)
#DEE3C5
(222,227,197)
#E2E6CE
(226,230,206)
#E6E9D7
(230,233,215)
#EAECE0
(234,236,224)
#EEEFE9
(238,239,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD498 color. Also use rgb(202,212,152) instead hex code.

Text Font Color

.myTextColor { color: #CAD498; }

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

This text font color is #CAD498.

Background Color

.myBgColor { background-color: #CAD498; }

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

This div background color is #CAD498.

Border color

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

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

This div border color is #CAD498.

Opacity

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

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

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

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

This text has shadow with #CAD498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD498.

Preview

Color preview on black background

This text has color #CAD498 on black background.


Color preview on white background

This text has color #CAD498 on white background.


Black color preview on #CAD498 background

This text has black color on #CAD498 background.


White color preview on #CAD498 background

This text has white color on #CAD498 background.


Related colors

Complementary color

Complementary color for #hex is #352B67.


I love getcolorcode.com

Triadic colors

1 #98CAD4 and #D498CA with #CAD498 are triadic colors.

2 #98D4CA and #D4CA98 with #CAD498 are triadic colors.