COLOR #CAE9C4

HEX: #CAE9C4
RGB: (202,233,196)

Color info

#CAE9C4 contains red, green and blue colors in about the same proportion. Web safe color of #CAE9C4 is #CCFFCC (or #CFC).

RGB color model

#CAE9C4 color RGB value is (202,233,196).

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

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 196 of 255 = 77%

202
233
196

R + G + B ~ 82%. #CAE9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 196 = 631 (100%)
R 202 of 631 ~ 32.01%
G 233 of 631 ~ 36.93%
B 196 of 631 ~ 31.06%

%32.01
%36.93
%31.06

CMYK color model

#CAE9C4 color CMYK value is (13,0,16,9).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 8.63%
CMYK:
(13,0,16,9)
C13M0Y16K9 
(13%,0%,16%,9%)
(0.13/0.00/0.16/0.09)	

CMYK percentages

%13.3
%0
%15.88
%8.63

Codes

Color #CAE9C4 in popluar color models

CAE9C4
RGB202233196
HSL110°45.68%84.12%
HSB/HSV110°15.88%91.37%
CMYK13.30%0.00%15.88%
8.63%

Color #CAE9C4 in popluar number systems.

HEXCAE9C4
Decimal202233196
Binary110010101110100111000100
Octal312351304

Shades and tints

Shades of #CAE9C4

#CAE9C4
(202,233,196)
#B8D4B3
(184,212,179)
#A6BFA2
(166,191,162)
#94AA91
(148,170,145)
#829580
(130,149,128)
#70806F
(112,128,111)
#5E6B5E
(94,107,94)
#4C564D
(76,86,77)
#3A413C
(58,65,60)
#282C2B
(40,44,43)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #CAE9C4

#CAE9C4
(202,233,196)
#CEEBC9
(206,235,201)
#D2EDCE
(210,237,206)
#D6EFD3
(214,239,211)
#DAF1D8
(218,241,216)
#DEF3DD
(222,243,221)
#E2F5E2
(226,245,226)
#E6F7E7
(230,247,231)
#EAF9EC
(234,249,236)
#EEFBF1
(238,251,241)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9C4; }

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

This text font color is #CAE9C4.


Background Color

.myBgColor { background-color: #CAE9C4; }

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

This div background color is #CAE9C4.


Border color

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

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

This div border color is #CAE9C4.


Opacity

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

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

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

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

This text has shadow with #CAE9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9C4 on black background.


Color preview on white background

This text has color #CAE9C4 on white background.



Black color preview on #CAE9C4 background

This text has black color on #CAE9C4 background.


White color preview on #CAE9C4 background

This text has white color on #CAE9C4 background.