COLOR #CAE189

HEX: #CAE189
RGB: (202,225,137)

Color info

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

RGB color model

#CAE189 color RGB value is (202,225,137).

  • red value is 202;
  • green value is 225;
  • blue value is 137.
RGB:
(202,225,137)
(79%,88%,54%)

RGB channels and saturation

R 202 of 255 = 79%
G 225 of 255 = 88%
B 137 of 255 = 54%

202
225
137

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

Portions of RGB colors in percentages

R + G + B =
202 + 225 + 137 = 564 (100%)
R 202 of 564 ~ 35.82%
G 225 of 564 ~ 39.89%
B 137 of 564 ~ 24.29%

%35.82
%39.89
%24.29

CMYK color model

#CAE189 color CMYK value is (10,0,39,12).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 11.76%
CMYK:
(10,0,39,12)
C10M0Y39K12 
(10%,0%,39%,12%)
(0.10/0.00/0.39/0.12)	

CMYK percentages

%10.22
%0
%39.11
%11.76

Codes

Color #CAE189 in popluar color models

CAE189
RGB202225137
HSL76°59.46%70.98%
HSB/HSV76°39.11%88.24%
CMYK10.22%0.00%39.11%
11.76%

Color #CAE189 in popluar number systems.

HEXCAE189
Decimal202225137
Binary110010101110000110001001
Octal312341211

Shades and tints

Shades of #CAE189

#CAE189
(202,225,137)
#B8CD7D
(184,205,125)
#A6B971
(166,185,113)
#94A565
(148,165,101)
#829159
(130,145,89)
#707D4D
(112,125,77)
#5E6941
(94,105,65)
#4C5535
(76,85,53)
#3A4129
(58,65,41)
#282D1D
(40,45,29)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #CAE189

#CAE189
(202,225,137)
#CEE393
(206,227,147)
#D2E59D
(210,229,157)
#D6E7A7
(214,231,167)
#DAE9B1
(218,233,177)
#DEEBBB
(222,235,187)
#E2EDC5
(226,237,197)
#E6EFCF
(230,239,207)
#EAF1D9
(234,241,217)
#EEF3E3
(238,243,227)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE189 color. Also use rgb(202,225,137) instead hex code.

Text Font Color

.myTextColor { color: #CAE189; }

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

This text font color is #CAE189.


Background Color

.myBgColor { background-color: #CAE189; }

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

This div background color is #CAE189.


Border color

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

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

This div border color is #CAE189.


Opacity

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

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

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

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

This text has shadow with #CAE189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE189 on black background.


Color preview on white background

This text has color #CAE189 on white background.



Black color preview on #CAE189 background

This text has black color on #CAE189 background.


White color preview on #CAE189 background

This text has white color on #CAE189 background.