COLOR #CAEF99

HEX: #CAEF99 RGB: (202,239,153)

Color info

#CAEF99 contains mainly red and green colors. Web safe color of #CAEF99 is #CCFF99 (or #CF9).

RGB color model

#CAEF99 color RGB value is (202,239,153).

RGB: (202,239,153) (79%, 94%, 60%)

RGB channels and saturation

R 202 of 255 = 79%
G 239 of 255 = 94%
B 153 of 255 = 60%

202
239
153

R + G + B ~ 78%. #CAEF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 239 + 153 = 594 (100%)
R 202 of 594 ~ 34.01%
G 239 of 594 ~ 40.24%
B 153 of 594 ~ 25.76'%

%34.01
%40.24
%25.76

CMYK color model

#CAEF99 color CMYK value is (15,0,36,6).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 6.27%

CMYK: (15,0,36,6)
C15M0Y36K6 (15%, 0%, 36%, 6%)
(0.15 / 0.00 / 0.36 / 0.06)

CMYK percentages

%15.48
%0
%35.98
%6.27

Codes

Color #CAEF99 in popluar color models

CA EF 99
RGB 202 239 153
HSL 86° 72.88% 76.86%
HSB/HSV 86° 35.98% 93.73%
CMYK 15.48% 0.00% 35.98%
6.27%

Color #CAEF99 in popluar number systems.

HEX CA EF 99
Decimal 202 239 153
Binary 11001010 11101111 10011001
Octal 312 357 231

Shades and tints

Shades of #CAEF99

#CAEF99
(202,239,153)
#B8DA8C
(184,218,140)
#A6C57F
(166,197,127)
#94B072
(148,176,114)
#829B65
(130,155,101)
#708658
(112,134,88)
#5E714B
(94,113,75)
#4C5C3E
(76,92,62)
#3A4731
(58,71,49)
#283224
(40,50,36)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #CAEF99

#CAEF99
(202,239,153)
#CEF0A2
(206,240,162)
#D2F1AB
(210,241,171)
#D6F2B4
(214,242,180)
#DAF3BD
(218,243,189)
#DEF4C6
(222,244,198)
#E2F5CF
(226,245,207)
#E6F6D8
(230,246,216)
#EAF7E1
(234,247,225)
#EEF8EA
(238,248,234)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEF99; }

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

This text font color is #CAEF99.

Background Color

.myBgColor { background-color: #CAEF99; }

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

This div background color is #CAEF99.

Border color

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

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

This div border color is #CAEF99.

Opacity

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

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

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

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

This text has shadow with #CAEF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAEF99.

Preview

Color preview on black background

This text has color #CAEF99 on black background.


Color preview on white background

This text has color #CAEF99 on white background.


Black color preview on #CAEF99 background

This text has black color on #CAEF99 background.


White color preview on #CAEF99 background

This text has white color on #CAEF99 background.


Related colors

Complementary color

Complementary color for #hex is #351066.


I love getcolorcode.com

Triadic colors

1 #99CAEF and #EF99CA with #CAEF99 are triadic colors.

2 #99EFCA and #EFCA99 with #CAEF99 are triadic colors.