COLOR #CAE9C7

HEX: #CAE9C7 RGB: (202,233,199)

Color info

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

RGB color model

#CAE9C7 color RGB value is (202,233,199).

RGB: (202,233,199) (79%, 91%, 78%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 199 of 255 = 78%

202
233
199

R + G + B ~ 83%. #CAE9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 233 + 199 = 634 (100%)
R 202 of 634 ~ 31.86%
G 233 of 634 ~ 36.75%
B 199 of 634 ~ 31.39'%

%31.86
%36.75
%31.39

CMYK color model

#CAE9C7 color CMYK value is (13,0,15,9).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 8.63%

CMYK: (13,0,15,9)
C13M0Y15K9 (13%, 0%, 15%, 9%)
(0.13 / 0.00 / 0.15 / 0.09)

CMYK percentages

%13.3
%0
%14.59
%8.63

Codes

Color #CAE9C7 in popluar color models

CA E9 C7
RGB 202 233 199
HSL 115° 43.59% 84.71%
HSB/HSV 115° 14.59% 91.37%
CMYK 13.30% 0.00% 14.59%
8.63%

Color #CAE9C7 in popluar number systems.

HEX CA E9 C7
Decimal 202 233 199
Binary 11001010 11101001 11000111
Octal 312 351 307

Shades and tints

Shades of #CAE9C7

#CAE9C7
(202,233,199)
#B8D4B5
(184,212,181)
#A6BFA3
(166,191,163)
#94AA91
(148,170,145)
#82957F
(130,149,127)
#70806D
(112,128,109)
#5E6B5B
(94,107,91)
#4C5649
(76,86,73)
#3A4137
(58,65,55)
#282C25
(40,44,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #CAE9C7

#CAE9C7
(202,233,199)
#CEEBCC
(206,235,204)
#D2EDD1
(210,237,209)
#D6EFD6
(214,239,214)
#DAF1DB
(218,241,219)
#DEF3E0
(222,243,224)
#E2F5E5
(226,245,229)
#E6F7EA
(230,247,234)
#EAF9EF
(234,249,239)
#EEFBF4
(238,251,244)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9C7; }

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

This text font color is #CAE9C7.

Background Color

.myBgColor { background-color: #CAE9C7; }

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

This div background color is #CAE9C7.

Border color

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

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

This div border color is #CAE9C7.

Opacity

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

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

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

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

This text has shadow with #CAE9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE9C7.

Preview

Color preview on black background

This text has color #CAE9C7 on black background.


Color preview on white background

This text has color #CAE9C7 on white background.


Black color preview on #CAE9C7 background

This text has black color on #CAE9C7 background.


White color preview on #CAE9C7 background

This text has white color on #CAE9C7 background.


Related colors

Complementary color

Complementary color for #hex is #351638.


I love getcolorcode.com

Triadic colors

1 #C7CAE9 and #E9C7CA with #CAE9C7 are triadic colors.

2 #C7E9CA and #E9CAC7 with #CAE9C7 are triadic colors.