COLOR #CAE59B

HEX: #CAE59B
RGB: (202,229,155)

Color info

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

RGB color model

#CAE59B color RGB value is (202,229,155).

  • red value is 202;
  • green value is 229;
  • blue value is 155.
RGB: (202,229,155) (79%,90%,61%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 155 of 255 = 61%

202
229
155

R + G + B ~ 77%. #CAE59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 229 + 155 = 586 (100%)
R 202 of 586 ~ 34.47%
G 229 of 586 ~ 39.08%
B 155 of 586 ~ 26.45%

%34.47
%39.08
%26.45

CMYK color model

#CAE59B color CMYK value is (12,0,32,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 10.20%
CMYK: (12,0,32,10) C12M0Y32K10 (12%,0%,32%,10%) (0.12/0.00/0.32/0.10)

CMYK percentages

%11.79
%0
%32.31
%10.2

Codes

Color #CAE59B in popluar color models

CAE59B
RGB202229155
HSL82°58.73%75.29%
HSB/HSV82°32.31%89.80%
CMYK11.79%0.00%32.31%
10.20%

Color #CAE59B in popluar number systems.

HEXCAE59B
Decimal202229155
Binary110010101110010110011011
Octal312345233

Shades and tints

Shades of #CAE59B

#CAE59B
(202,229,155)
#B8D18D
(184,209,141)
#A6BD7F
(166,189,127)
#94A971
(148,169,113)
#829563
(130,149,99)
#708155
(112,129,85)
#5E6D47
(94,109,71)
#4C5939
(76,89,57)
#3A452B
(58,69,43)
#28311D
(40,49,29)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #CAE59B

#CAE59B
(202,229,155)
#CEE7A4
(206,231,164)
#D2E9AD
(210,233,173)
#D6EBB6
(214,235,182)
#DAEDBF
(218,237,191)
#DEEFC8
(222,239,200)
#E2F1D1
(226,241,209)
#E6F3DA
(230,243,218)
#EAF5E3
(234,245,227)
#EEF7EC
(238,247,236)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE59B; }

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

This text font color is #CAE59B.


Background Color

.myBgColor { background-color: #CAE59B; }

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

This div background color is #CAE59B.


Border color

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

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

This div border color is #CAE59B.


Opacity

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

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

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

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

This text has shadow with #CAE59B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CAE59B on black background.


Color preview on white background

This text has color #CAE59B on white background.



Black color preview on #CAE59B background

This text has black color on #CAE59B background.


White color preview on #CAE59B background

This text has white color on #CAE59B background.