COLOR #CAE3C7

HEX: #CAE3C7
RGB: (202,227,199)

Color info

#CAE3C7 contains red, green and blue colors in about the same proportion. Web safe color of #CAE3C7 is #CCCCCC (or #CCC).

RGB color model

#CAE3C7 color RGB value is (202,227,199).

  • red value is 202;
  • green value is 227;
  • blue value is 199.
RGB:
(202,227,199)
(79%,89%,78%)

RGB channels and saturation

R 202 of 255 = 79%
G 227 of 255 = 89%
B 199 of 255 = 78%

202
227
199

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

Portions of RGB colors in percentages

R + G + B =
202 + 227 + 199 = 628 (100%)
R 202 of 628 ~ 32.17%
G 227 of 628 ~ 36.15%
B 199 of 628 ~ 31.69%

%32.17
%36.15
%31.69

CMYK color model

#CAE3C7 color CMYK value is (11,0,12,11).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(11,0,12,11)
C11M0Y12K11 
(11%,0%,12%,11%)
(0.11/0.00/0.12/0.11)	

CMYK percentages

%11.01
%0
%12.33
%10.98

Codes

Color #CAE3C7 in popluar color models

CAE3C7
RGB202227199
HSL114°33.33%83.53%
HSB/HSV114°12.33%89.02%
CMYK11.01%0.00%12.33%
10.98%

Color #CAE3C7 in popluar number systems.

HEXCAE3C7
Decimal202227199
Binary110010101110001111000111
Octal312343307

Shades and tints

Shades of #CAE3C7

#CAE3C7
(202,227,199)
#B8CFB5
(184,207,181)
#A6BBA3
(166,187,163)
#94A791
(148,167,145)
#82937F
(130,147,127)
#707F6D
(112,127,109)
#5E6B5B
(94,107,91)
#4C5749
(76,87,73)
#3A4337
(58,67,55)
#282F25
(40,47,37)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #CAE3C7

#CAE3C7
(202,227,199)
#CEE5CC
(206,229,204)
#D2E7D1
(210,231,209)
#D6E9D6
(214,233,214)
#DAEBDB
(218,235,219)
#DEEDE0
(222,237,224)
#E2EFE5
(226,239,229)
#E6F1EA
(230,241,234)
#EAF3EF
(234,243,239)
#EEF5F4
(238,245,244)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE3C7; }

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

This text font color is #CAE3C7.


Background Color

.myBgColor { background-color: #CAE3C7; }

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

This div background color is #CAE3C7.


Border color

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

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

This div border color is #CAE3C7.


Opacity

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

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

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

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

This text has shadow with #CAE3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE3C7 on black background.


Color preview on white background

This text has color #CAE3C7 on white background.



Black color preview on #CAE3C7 background

This text has black color on #CAE3C7 background.


White color preview on #CAE3C7 background

This text has white color on #CAE3C7 background.