COLOR #CAE9B2

HEX: #CAE9B2
RGB: (202,233,178)

Color info

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

RGB color model

#CAE9B2 color RGB value is (202,233,178).

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

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 178 of 255 = 70%

202
233
178

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

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 178 = 613 (100%)
R 202 of 613 ~ 32.95%
G 233 of 613 ~ 38.01%
B 178 of 613 ~ 29.04%

%32.95
%38.01
%29.04

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • 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
%23.61
%8.63

Codes

Color #CAE9B2 in popluar color models

CAE9B2
RGB202233178
HSL94°55.56%80.59%
HSB/HSV94°23.61%91.37%
CMYK13.30%0.00%23.61%
8.63%

Color #CAE9B2 in popluar number systems.

HEXCAE9B2
Decimal202233178
Binary110010101110100110110010
Octal312351262

Shades and tints

Shades of #CAE9B2

#CAE9B2
(202,233,178)
#B8D4A2
(184,212,162)
#A6BF92
(166,191,146)
#94AA82
(148,170,130)
#829572
(130,149,114)
#708062
(112,128,98)
#5E6B52
(94,107,82)
#4C5642
(76,86,66)
#3A4132
(58,65,50)
#282C22
(40,44,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #CAE9B2

#CAE9B2
(202,233,178)
#CEEBB9
(206,235,185)
#D2EDC0
(210,237,192)
#D6EFC7
(214,239,199)
#DAF1CE
(218,241,206)
#DEF3D5
(222,243,213)
#E2F5DC
(226,245,220)
#E6F7E3
(230,247,227)
#EAF9EA
(234,249,234)
#EEFBF1
(238,251,241)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9B2; }

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

This text font color is #CAE9B2.


Background Color

.myBgColor { background-color: #CAE9B2; }

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

This div background color is #CAE9B2.


Border color

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

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

This div border color is #CAE9B2.


Opacity

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

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

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

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

This text has shadow with #CAE9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9B2 on black background.


Color preview on white background

This text has color #CAE9B2 on white background.



Black color preview on #CAE9B2 background

This text has black color on #CAE9B2 background.


White color preview on #CAE9B2 background

This text has white color on #CAE9B2 background.