COLOR #CAE08C

HEX: #CAE08C
RGB: (202,224,140)

Color info

#CAE08C contains mainly red and green colors. Web safe color of #CAE08C is #CCCC99 (or #CC9).

RGB color model

#CAE08C color RGB value is (202,224,140).

  • red value is 202;
  • green value is 224;
  • blue value is 140.
RGB:
(202,224,140)
(79%,88%,55%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 140 of 255 = 55%

202
224
140

R + G + B ~ 74%. #CAE08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 224 + 140 = 566 (100%)
R 202 of 566 ~ 35.69%
G 224 of 566 ~ 39.58%
B 140 of 566 ~ 24.73%

%35.69
%39.58
%24.73

CMYK color model

#CAE08C color CMYK value is (10,0,38,12).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 12.16%
CMYK:
(10,0,38,12)
C10M0Y38K12 
(10%,0%,38%,12%)
(0.10/0.00/0.38/0.12)	

CMYK percentages

%9.82
%0
%37.5
%12.16

Codes

Color #CAE08C in popluar color models

CAE08C
RGB202224140
HSL76°57.53%71.37%
HSB/HSV76°37.50%87.84%
CMYK9.82%0.00%37.50%
12.16%

Color #CAE08C in popluar number systems.

HEXCAE08C
Decimal202224140
Binary110010101110000010001100
Octal312340214

Shades and tints

Shades of #CAE08C

#CAE08C
(202,224,140)
#B8CC80
(184,204,128)
#A6B874
(166,184,116)
#94A468
(148,164,104)
#82905C
(130,144,92)
#707C50
(112,124,80)
#5E6844
(94,104,68)
#4C5438
(76,84,56)
#3A402C
(58,64,44)
#282C20
(40,44,32)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #CAE08C

#CAE08C
(202,224,140)
#CEE296
(206,226,150)
#D2E4A0
(210,228,160)
#D6E6AA
(214,230,170)
#DAE8B4
(218,232,180)
#DEEABE
(222,234,190)
#E2ECC8
(226,236,200)
#E6EED2
(230,238,210)
#EAF0DC
(234,240,220)
#EEF2E6
(238,242,230)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE08C; }

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

This text font color is #CAE08C.


Background Color

.myBgColor { background-color: #CAE08C; }

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

This div background color is #CAE08C.


Border color

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

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

This div border color is #CAE08C.


Opacity

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

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

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

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

This text has shadow with #CAE08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE08C on black background.


Color preview on white background

This text has color #CAE08C on white background.



Black color preview on #CAE08C background

This text has black color on #CAE08C background.


White color preview on #CAE08C background

This text has white color on #CAE08C background.