COLOR #CAEDCA

HEX: #CAEDCA
RGB: (202,237,202)

Color info

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

RGB color model

#CAEDCA color RGB value is (202,237,202).

  • red value is 202;
  • green value is 237;
  • blue value is 202.
RGB:
(202,237,202)
(79%,93%,79%)

RGB channels and saturation

R 202 of 255 = 79%
G 237 of 255 = 93%
B 202 of 255 = 79%

202
237
202

R + G + B ~ 84%. #CAEDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 237 + 202 = 641 (100%)
R 202 of 641 ~ 31.51%
G 237 of 641 ~ 36.97%
B 202 of 641 ~ 31.51%

%31.51
%36.97
%31.51

CMYK color model

#CAEDCA color CMYK value is (15,0,15,7).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(15,0,15,7)
C15M0Y15K7 
(15%,0%,15%,7%)
(0.15/0.00/0.15/0.07)	

CMYK percentages

%14.77
%0
%14.77
%7.06

Codes

Color #CAEDCA in popluar color models

CAEDCA
RGB202237202
HSL120°49.30%86.08%
HSB/HSV120°14.77%92.94%
CMYK14.77%0.00%14.77%
7.06%

Color #CAEDCA in popluar number systems.

HEXCAEDCA
Decimal202237202
Binary110010101110110111001010
Octal312355312

Shades and tints

Shades of #CAEDCA

#CAEDCA
(202,237,202)
#B8D8B8
(184,216,184)
#A6C3A6
(166,195,166)
#94AE94
(148,174,148)
#829982
(130,153,130)
#708470
(112,132,112)
#5E6F5E
(94,111,94)
#4C5A4C
(76,90,76)
#3A453A
(58,69,58)
#283028
(40,48,40)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #CAEDCA

#CAEDCA
(202,237,202)
#CEEECE
(206,238,206)
#D2EFD2
(210,239,210)
#D6F0D6
(214,240,214)
#DAF1DA
(218,241,218)
#DEF2DE
(222,242,222)
#E2F3E2
(226,243,226)
#E6F4E6
(230,244,230)
#EAF5EA
(234,245,234)
#EEF6EE
(238,246,238)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEDCA; }

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

This text font color is #CAEDCA.


Background Color

.myBgColor { background-color: #CAEDCA; }

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

This div background color is #CAEDCA.


Border color

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

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

This div border color is #CAEDCA.


Opacity

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

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

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

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

This text has shadow with #CAEDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEDCA on black background.


Color preview on white background

This text has color #CAEDCA on white background.



Black color preview on #CAEDCA background

This text has black color on #CAEDCA background.


White color preview on #CAEDCA background

This text has white color on #CAEDCA background.