COLOR #CAE9B1

HEX: #CAE9B1
RGB: (202,233,177)

Color info

#CAE9B1 contains red, green and blue colors in about the same proportion. Web safe color of #CAE9B1 is #CCFF99 (or #CF9).

RGB color model

#CAE9B1 color RGB value is (202,233,177).

  • red value is 202;
  • green value is 233;
  • blue value is 177.
RGB:
(202,233,177)
(79%,91%,69%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 177 of 255 = 69%

202
233
177

R + G + B ~ 80%. #CAE9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 177 = 612 (100%)
R 202 of 612 ~ 33.01%
G 233 of 612 ~ 38.07%
B 177 of 612 ~ 28.92%

%33.01
%38.07
%28.92

CMYK color model

#CAE9B1 color CMYK value is (13,0,24,9).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 8.63%
CMYK:
(13,0,24,9)
C13M0Y24K9 
(13%,0%,24%,9%)
(0.13/0.00/0.24/0.09)	

CMYK percentages

%13.3
%0
%24.03
%8.63

Codes

Color #CAE9B1 in popluar color models

CAE9B1
RGB202233177
HSL93°56.00%80.39%
HSB/HSV93°24.03%91.37%
CMYK13.30%0.00%24.03%
8.63%

Color #CAE9B1 in popluar number systems.

HEXCAE9B1
Decimal202233177
Binary110010101110100110110001
Octal312351261

Shades and tints

Shades of #CAE9B1

#CAE9B1
(202,233,177)
#B8D4A1
(184,212,161)
#A6BF91
(166,191,145)
#94AA81
(148,170,129)
#829571
(130,149,113)
#708061
(112,128,97)
#5E6B51
(94,107,81)
#4C5641
(76,86,65)
#3A4131
(58,65,49)
#282C21
(40,44,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #CAE9B1

#CAE9B1
(202,233,177)
#CEEBB8
(206,235,184)
#D2EDBF
(210,237,191)
#D6EFC6
(214,239,198)
#DAF1CD
(218,241,205)
#DEF3D4
(222,243,212)
#E2F5DB
(226,245,219)
#E6F7E2
(230,247,226)
#EAF9E9
(234,249,233)
#EEFBF0
(238,251,240)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE9B1 color. Also use rgb(202,233,177) instead hex code.

Text Font Color

.myTextColor { color: #CAE9B1; }

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

This text font color is #CAE9B1.


Background Color

.myBgColor { background-color: #CAE9B1; }

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

This div background color is #CAE9B1.


Border color

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

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

This div border color is #CAE9B1.


Opacity

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

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

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

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

This text has shadow with #CAE9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9B1 on black background.


Color preview on white background

This text has color #CAE9B1 on white background.



Black color preview on #CAE9B1 background

This text has black color on #CAE9B1 background.


White color preview on #CAE9B1 background

This text has white color on #CAE9B1 background.