COLOR #CAEECC

HEX: #CAEECC RGB: (202,238,204)

Color info

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

RGB color model

#CAEECC color RGB value is (202,238,204).

RGB: (202,238,204) (79%, 93%, 80%)

RGB channels and saturation

R 202 of 255 = 79%
G 238 of 255 = 93%
B 204 of 255 = 80%

202
238
204

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

Portions of RGB colors in percentages

R + G + B = 202 + 238 + 204 = 644 (100%)
R 202 of 644 ~ 31.37%
G 238 of 644 ~ 36.96%
B 204 of 644 ~ 31.68'%

%31.37
%36.96
%31.68

CMYK color model

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

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (15,0,14,7)
C15M0Y14K7 (15%, 0%, 14%, 7%)
(0.15 / 0.00 / 0.14 / 0.07)

CMYK percentages

%15.13
%0
%14.29
%6.67

Codes

Color #CAEECC in popluar color models

CA EE CC
RGB 202 238 204
HSL 123° 51.43% 86.27%
HSB/HSV 123° 15.13% 93.33%
CMYK 15.13% 0.00% 14.29%
6.67%

Color #CAEECC in popluar number systems.

HEX CA EE CC
Decimal 202 238 204
Binary 11001010 11101110 11001100
Octal 312 356 314

Shades and tints

Shades of #CAEECC

#CAEECC
(202,238,204)
#B8D9BA
(184,217,186)
#A6C4A8
(166,196,168)
#94AF96
(148,175,150)
#829A84
(130,154,132)
#708572
(112,133,114)
#5E7060
(94,112,96)
#4C5B4E
(76,91,78)
#3A463C
(58,70,60)
#28312A
(40,49,42)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #CAEECC

#CAEECC
(202,238,204)
#CEEFD0
(206,239,208)
#D2F0D4
(210,240,212)
#D6F1D8
(214,241,216)
#DAF2DC
(218,242,220)
#DEF3E0
(222,243,224)
#E2F4E4
(226,244,228)
#E6F5E8
(230,245,232)
#EAF6EC
(234,246,236)
#EEF7F0
(238,247,240)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEECC; }

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

This text font color is #CAEECC.

Background Color

.myBgColor { background-color: #CAEECC; }

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

This div background color is #CAEECC.

Border color

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

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

This div border color is #CAEECC.

Opacity

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

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

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

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

This text has shadow with #CAEECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAEECC.

Preview

Color preview on black background

This text has color #CAEECC on black background.


Color preview on white background

This text has color #CAEECC on white background.


Black color preview on #CAEECC background

This text has black color on #CAEECC background.


White color preview on #CAEECC background

This text has white color on #CAEECC background.


Related colors

Complementary color

Complementary color for #hex is #351133.


I love getcolorcode.com

Triadic colors

1 #CCCAEE and #EECCCA with #CAEECC are triadic colors.

2 #CCEECA and #EECACC with #CAEECC are triadic colors.