COLOR #CAE07C

HEX: #CAE07C RGB: (202,224,124)

Color info

#CAE07C contains mainly red and green colors. Web safe color of #CAE07C is #CCCC66 (or #CC6).

RGB color model

#CAE07C color RGB value is (202,224,124).

RGB: (202,224,124) (79%, 88%, 49%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 124 of 255 = 49%

202
224
124

R + G + B ~ 72%. #CAE07C is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 224 + 124 = 550 (100%)
R 202 of 550 ~ 36.73%
G 224 of 550 ~ 40.73%
B 124 of 550 ~ 22.55'%

%36.73
%40.73
%22.55

CMYK color model

#CAE07C color CMYK value is (10,0,45,12).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 12.16%

CMYK: (10,0,45,12)
C10M0Y45K12 (10%, 0%, 45%, 12%)
(0.10 / 0.00 / 0.45 / 0.12)

CMYK percentages

%9.82
%0
%44.64
%12.16

Codes

Color #CAE07C in popluar color models

CA E0 7C
RGB 202 224 124
HSL 73° 61.73% 68.24%
HSB/HSV 73° 44.64% 87.84%
CMYK 9.82% 0.00% 44.64%
12.16%

Color #CAE07C in popluar number systems.

HEX CA E0 7C
Decimal 202 224 124
Binary 11001010 11100000 1111100
Octal 312 340 174

Shades and tints

Shades of #CAE07C

#CAE07C
(202,224,124)
#B8CC71
(184,204,113)
#A6B866
(166,184,102)
#94A45B
(148,164,91)
#829050
(130,144,80)
#707C45
(112,124,69)
#5E683A
(94,104,58)
#4C542F
(76,84,47)
#3A4024
(58,64,36)
#282C19
(40,44,25)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #CAE07C

#CAE07C
(202,224,124)
#CEE287
(206,226,135)
#D2E492
(210,228,146)
#D6E69D
(214,230,157)
#DAE8A8
(218,232,168)
#DEEAB3
(222,234,179)
#E2ECBE
(226,236,190)
#E6EEC9
(230,238,201)
#EAF0D4
(234,240,212)
#EEF2DF
(238,242,223)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE07C; }

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

This text font color is #CAE07C.

Background Color

.myBgColor { background-color: #CAE07C; }

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

This div background color is #CAE07C.

Border color

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

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

This div border color is #CAE07C.

Opacity

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

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

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

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

This text has shadow with #CAE07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE07C.

Preview

Color preview on black background

This text has color #CAE07C on black background.


Color preview on white background

This text has color #CAE07C on white background.


Black color preview on #CAE07C background

This text has black color on #CAE07C background.


White color preview on #CAE07C background

This text has white color on #CAE07C background.


Related colors

Complementary color

Complementary color for #hex is #351F83.


I love getcolorcode.com

Triadic colors

1 #7CCAE0 and #E07CCA with #CAE07C are triadic colors.

2 #7CE0CA and #E0CA7C with #CAE07C are triadic colors.