COLOR #CAE6C2

HEX: #CAE6C2
RGB: (202,230,194)

Color info

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

RGB color model

#CAE6C2 color RGB value is (202,230,194).

  • red value is 202;
  • green value is 230;
  • blue value is 194.
RGB:
(202,230,194)
(79%,90%,76%)

RGB channels and saturation

R 202 of 255 = 79%
G 230 of 255 = 90%
B 194 of 255 = 76%

202
230
194

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

Portions of RGB colors in percentages

R + G + B =
202 + 230 + 194 = 626 (100%)
R 202 of 626 ~ 32.27%
G 230 of 626 ~ 36.74%
B 194 of 626 ~ 30.99%

%32.27
%36.74
%30.99

CMYK color model

#CAE6C2 color CMYK value is (12,0,16,10).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(12,0,16,10)
C12M0Y16K10 
(12%,0%,16%,10%)
(0.12/0.00/0.16/0.10)	

CMYK percentages

%12.17
%0
%15.65
%9.8

Codes

Color #CAE6C2 in popluar color models

CAE6C2
RGB202230194
HSL107°41.86%83.14%
HSB/HSV107°15.65%90.20%
CMYK12.17%0.00%15.65%
9.80%

Color #CAE6C2 in popluar number systems.

HEXCAE6C2
Decimal202230194
Binary110010101110011011000010
Octal312346302

Shades and tints

Shades of #CAE6C2

#CAE6C2
(202,230,194)
#B8D2B1
(184,210,177)
#A6BEA0
(166,190,160)
#94AA8F
(148,170,143)
#82967E
(130,150,126)
#70826D
(112,130,109)
#5E6E5C
(94,110,92)
#4C5A4B
(76,90,75)
#3A463A
(58,70,58)
#283229
(40,50,41)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #CAE6C2

#CAE6C2
(202,230,194)
#CEE8C7
(206,232,199)
#D2EACC
(210,234,204)
#D6ECD1
(214,236,209)
#DAEED6
(218,238,214)
#DEF0DB
(222,240,219)
#E2F2E0
(226,242,224)
#E6F4E5
(230,244,229)
#EAF6EA
(234,246,234)
#EEF8EF
(238,248,239)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE6C2 color. Also use rgb(202,230,194) instead hex code.

Text Font Color

.myTextColor { color: #CAE6C2; }

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

This text font color is #CAE6C2.


Background Color

.myBgColor { background-color: #CAE6C2; }

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

This div background color is #CAE6C2.


Border color

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

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

This div border color is #CAE6C2.


Opacity

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

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

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

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

This text has shadow with #CAE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE6C2 on black background.


Color preview on white background

This text has color #CAE6C2 on white background.



Black color preview on #CAE6C2 background

This text has black color on #CAE6C2 background.


White color preview on #CAE6C2 background

This text has white color on #CAE6C2 background.