COLOR #CAEEBA

HEX: #CAEEBA
RGB: (202,238,186)

Color info

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

RGB color model

#CAEEBA color RGB value is (202,238,186).

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

RGB channels and saturation

R 202 of 255 = 79%
G 238 of 255 = 93%
B 186 of 255 = 73%

202
238
186

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

Portions of RGB colors in percentages

R + G + B =
202 + 238 + 186 = 626 (100%)
R 202 of 626 ~ 32.27%
G 238 of 626 ~ 38.02%
B 186 of 626 ~ 29.71%

%32.27
%38.02
%29.71

CMYK color model

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

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(15,0,22,7)
C15M0Y22K7 
(15%,0%,22%,7%)
(0.15/0.00/0.22/0.07)	

CMYK percentages

%15.13
%0
%21.85
%6.67

Codes

Color #CAEEBA in popluar color models

CAEEBA
RGB202238186
HSL102°60.47%83.14%
HSB/HSV102°21.85%93.33%
CMYK15.13%0.00%21.85%
6.67%

Color #CAEEBA in popluar number systems.

HEXCAEEBA
Decimal202238186
Binary110010101110111010111010
Octal312356272

Shades and tints

Shades of #CAEEBA

#CAEEBA
(202,238,186)
#B8D9AA
(184,217,170)
#A6C49A
(166,196,154)
#94AF8A
(148,175,138)
#829A7A
(130,154,122)
#70856A
(112,133,106)
#5E705A
(94,112,90)
#4C5B4A
(76,91,74)
#3A463A
(58,70,58)
#28312A
(40,49,42)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #CAEEBA

#CAEEBA
(202,238,186)
#CEEFC0
(206,239,192)
#D2F0C6
(210,240,198)
#D6F1CC
(214,241,204)
#DAF2D2
(218,242,210)
#DEF3D8
(222,243,216)
#E2F4DE
(226,244,222)
#E6F5E4
(230,245,228)
#EAF6EA
(234,246,234)
#EEF7F0
(238,247,240)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEEBA; }

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

This text font color is #CAEEBA.


Background Color

.myBgColor { background-color: #CAEEBA; }

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

This div background color is #CAEEBA.


Border color

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

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

This div border color is #CAEEBA.


Opacity

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

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

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

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

This text has shadow with #CAEEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEEBA on black background.


Color preview on white background

This text has color #CAEEBA on white background.



Black color preview on #CAEEBA background

This text has black color on #CAEEBA background.


White color preview on #CAEEBA background

This text has white color on #CAEEBA background.