COLOR #CAD59B

HEX: #CAD59B RGB: (202,213,155)

Color info

#CAD59B contains red, green and blue colors in about the same proportion. Web safe color of #CAD59B is #CCCC99 (or #CC9).

RGB color model

#CAD59B color RGB value is (202,213,155).

RGB: (202,213,155) (79%, 84%, 61%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 155 of 255 = 61%

202
213
155

R + G + B ~ 75%. #CAD59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 213 + 155 = 570 (100%)
R 202 of 570 ~ 35.44%
G 213 of 570 ~ 37.37%
B 155 of 570 ~ 27.19'%

%35.44
%37.37
%27.19

CMYK color model

#CAD59B color CMYK value is (5,0,27,16).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 16.47%

CMYK: (5,0,27,16)
C5M0Y27K16 (5%, 0%, 27%, 16%)
(0.05 / 0.00 / 0.27 / 0.16)

CMYK percentages

%5.16
%0
%27.23
%16.47

Codes

Color #CAD59B in popluar color models

CA D5 9B
RGB 202 213 155
HSL 71° 40.85% 72.16%
HSB/HSV 71° 27.23% 83.53%
CMYK 5.16% 0.00% 27.23%
16.47%

Color #CAD59B in popluar number systems.

HEX CA D5 9B
Decimal 202 213 155
Binary 11001010 11010101 10011011
Octal 312 325 233

Shades and tints

Shades of #CAD59B

#CAD59B
(202,213,155)
#B8C28D
(184,194,141)
#A6AF7F
(166,175,127)
#949C71
(148,156,113)
#828963
(130,137,99)
#707655
(112,118,85)
#5E6347
(94,99,71)
#4C5039
(76,80,57)
#3A3D2B
(58,61,43)
#282A1D
(40,42,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #CAD59B

#CAD59B
(202,213,155)
#CED8A4
(206,216,164)
#D2DBAD
(210,219,173)
#D6DEB6
(214,222,182)
#DAE1BF
(218,225,191)
#DEE4C8
(222,228,200)
#E2E7D1
(226,231,209)
#E6EADA
(230,234,218)
#EAEDE3
(234,237,227)
#EEF0EC
(238,240,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAD59B; }

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

This text font color is #CAD59B.

Background Color

.myBgColor { background-color: #CAD59B; }

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

This div background color is #CAD59B.

Border color

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

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

This div border color is #CAD59B.

Opacity

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

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

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

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

This text has shadow with #CAD59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAD59B.

Preview

Color preview on black background

This text has color #CAD59B on black background.


Color preview on white background

This text has color #CAD59B on white background.


Black color preview on #CAD59B background

This text has black color on #CAD59B background.


White color preview on #CAD59B background

This text has white color on #CAD59B background.


Related colors

Complementary color

Complementary color for #hex is #352A64.


I love getcolorcode.com

Triadic colors

1 #9BCAD5 and #D59BCA with #CAD59B are triadic colors.

2 #9BD5CA and #D5CA9B with #CAD59B are triadic colors.