COLOR #CAE591

HEX: #CAE591
RGB: (202,229,145)

Color info

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

RGB color model

#CAE591 color RGB value is (202,229,145).

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

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 145 of 255 = 57%

202
229
145

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

Portions of RGB colors in percentages

R + G + B =
202 + 229 + 145 = 576 (100%)
R 202 of 576 ~ 35.07%
G 229 of 576 ~ 39.76%
B 145 of 576 ~ 25.17%

%35.07
%39.76
%25.17

CMYK color model

#CAE591 color CMYK value is (12,0,37,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 10.20%
CMYK:
(12,0,37,10)
C12M0Y37K10 
(12%,0%,37%,10%)
(0.12/0.00/0.37/0.10)	

CMYK percentages

%11.79
%0
%36.68
%10.2

Codes

Color #CAE591 in popluar color models

CAE591
RGB202229145
HSL79°61.76%73.33%
HSB/HSV79°36.68%89.80%
CMYK11.79%0.00%36.68%
10.20%

Color #CAE591 in popluar number systems.

HEXCAE591
Decimal202229145
Binary110010101110010110010001
Octal312345221

Shades and tints

Shades of #CAE591

#CAE591
(202,229,145)
#B8D184
(184,209,132)
#A6BD77
(166,189,119)
#94A96A
(148,169,106)
#82955D
(130,149,93)
#708150
(112,129,80)
#5E6D43
(94,109,67)
#4C5936
(76,89,54)
#3A4529
(58,69,41)
#28311C
(40,49,28)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #CAE591

#CAE591
(202,229,145)
#CEE79B
(206,231,155)
#D2E9A5
(210,233,165)
#D6EBAF
(214,235,175)
#DAEDB9
(218,237,185)
#DEEFC3
(222,239,195)
#E2F1CD
(226,241,205)
#E6F3D7
(230,243,215)
#EAF5E1
(234,245,225)
#EEF7EB
(238,247,235)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE591; }

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

This text font color is #CAE591.


Background Color

.myBgColor { background-color: #CAE591; }

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

This div background color is #CAE591.


Border color

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

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

This div border color is #CAE591.


Opacity

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

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

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

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

This text has shadow with #CAE591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE591 on black background.


Color preview on white background

This text has color #CAE591 on white background.



Black color preview on #CAE591 background

This text has black color on #CAE591 background.


White color preview on #CAE591 background

This text has white color on #CAE591 background.