COLOR #CAE066

HEX: #CAE066
RGB: (202,224,102)

Color info

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

RGB color model

#CAE066 color RGB value is (202,224,102).

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

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 102 of 255 = 40%

202
224
102

R + G + B ~ 69%. #CAE066 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 224 + 102 = 528 (100%)
R 202 of 528 ~ 38.26%
G 224 of 528 ~ 42.42%
B 102 of 528 ~ 19.32%

%38.26
%42.42
%19.32

CMYK color model

#CAE066 color CMYK value is (10,0,54,12).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 54.46%
  • key color value is 12.16%
CMYK:
(10,0,54,12)
C10M0Y54K12 
(10%,0%,54%,12%)
(0.10/0.00/0.54/0.12)	

CMYK percentages

%9.82
%0
%54.46
%12.16

Codes

Color #CAE066 in popluar color models

CAE066
RGB202224102
HSL71°66.30%63.92%
HSB/HSV71°54.46%87.84%
CMYK9.82%0.00%54.46%
12.16%

Color #CAE066 in popluar number systems.

HEXCAE066
Decimal202224102
Binary11001010111000001100110
Octal312340146

Shades and tints

Shades of #CAE066

#CAE066
(202,224,102)
#B8CC5D
(184,204,93)
#A6B854
(166,184,84)
#94A44B
(148,164,75)
#829042
(130,144,66)
#707C39
(112,124,57)
#5E6830
(94,104,48)
#4C5427
(76,84,39)
#3A401E
(58,64,30)
#282C15
(40,44,21)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #CAE066

#CAE066
(202,224,102)
#CEE273
(206,226,115)
#D2E480
(210,228,128)
#D6E68D
(214,230,141)
#DAE89A
(218,232,154)
#DEEAA7
(222,234,167)
#E2ECB4
(226,236,180)
#E6EEC1
(230,238,193)
#EAF0CE
(234,240,206)
#EEF2DB
(238,242,219)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE066; }

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

This text font color is #CAE066.


Background Color

.myBgColor { background-color: #CAE066; }

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

This div background color is #CAE066.


Border color

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

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

This div border color is #CAE066.


Opacity

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

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

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

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

This text has shadow with #CAE066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE066 on black background.


Color preview on white background

This text has color #CAE066 on white background.



Black color preview on #CAE066 background

This text has black color on #CAE066 background.


White color preview on #CAE066 background

This text has white color on #CAE066 background.