COLOR #CAE895

HEX: #CAE895
RGB: (202,232,149)

Color info

#CAE895 contains mainly red and green colors. Web safe color of #CAE895 is #CCFF99 (or #CF9).

RGB color model

#CAE895 color RGB value is (202,232,149).

  • red value is 202;
  • green value is 232;
  • blue value is 149.
RGB:
(202,232,149)
(79%,91%,58%)

RGB channels and saturation

R 202 of 255 = 79%
G 232 of 255 = 91%
B 149 of 255 = 58%

202
232
149

R + G + B ~ 76%. #CAE895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 232 + 149 = 583 (100%)
R 202 of 583 ~ 34.65%
G 232 of 583 ~ 39.79%
B 149 of 583 ~ 25.56%

%34.65
%39.79
%25.56

CMYK color model

#CAE895 color CMYK value is (13,0,36,9).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 9.02%
CMYK:
(13,0,36,9)
C13M0Y36K9 
(13%,0%,36%,9%)
(0.13/0.00/0.36/0.09)	

CMYK percentages

%12.93
%0
%35.78
%9.02

Codes

Color #CAE895 in popluar color models

CAE895
RGB202232149
HSL82°64.34%74.71%
HSB/HSV82°35.78%90.98%
CMYK12.93%0.00%35.78%
9.02%

Color #CAE895 in popluar number systems.

HEXCAE895
Decimal202232149
Binary110010101110100010010101
Octal312350225

Shades and tints

Shades of #CAE895

#CAE895
(202,232,149)
#B8D388
(184,211,136)
#A6BE7B
(166,190,123)
#94A96E
(148,169,110)
#829461
(130,148,97)
#707F54
(112,127,84)
#5E6A47
(94,106,71)
#4C553A
(76,85,58)
#3A402D
(58,64,45)
#282B20
(40,43,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #CAE895

#CAE895
(202,232,149)
#CEEA9E
(206,234,158)
#D2ECA7
(210,236,167)
#D6EEB0
(214,238,176)
#DAF0B9
(218,240,185)
#DEF2C2
(222,242,194)
#E2F4CB
(226,244,203)
#E6F6D4
(230,246,212)
#EAF8DD
(234,248,221)
#EEFAE6
(238,250,230)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE895 color. Also use rgb(202,232,149) instead hex code.

Text Font Color

.myTextColor { color: #CAE895; }

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

This text font color is #CAE895.


Background Color

.myBgColor { background-color: #CAE895; }

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

This div background color is #CAE895.


Border color

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

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

This div border color is #CAE895.


Opacity

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

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

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

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

This text has shadow with #CAE895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE895 on black background.


Color preview on white background

This text has color #CAE895 on white background.



Black color preview on #CAE895 background

This text has black color on #CAE895 background.


White color preview on #CAE895 background

This text has white color on #CAE895 background.