COLOR #CAE780

HEX: #CAE780
RGB: (202,231,128)

Color info

#CAE780 contains mainly red and green colors. Web safe color of #CAE780 is #CCFF66 (or #CF6).

RGB color model

#CAE780 color RGB value is (202,231,128).

  • red value is 202;
  • green value is 231;
  • blue value is 128.
RGB:
(202,231,128)
(79%,91%,50%)

RGB channels and saturation

R 202 of 255 = 79%
G 231 of 255 = 91%
B 128 of 255 = 50%

202
231
128

R + G + B ~ 73%. #CAE780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 231 + 128 = 561 (100%)
R 202 of 561 ~ 36.01%
G 231 of 561 ~ 41.18%
B 128 of 561 ~ 22.82%

%36.01
%41.18
%22.82

CMYK color model

#CAE780 color CMYK value is (13,0,45,9).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 44.59%
  • key color value is 9.41%
CMYK:
(13,0,45,9)
C13M0Y45K9 
(13%,0%,45%,9%)
(0.13/0.00/0.45/0.09)	

CMYK percentages

%12.55
%0
%44.59
%9.41

Codes

Color #CAE780 in popluar color models

CAE780
RGB202231128
HSL77°68.21%70.39%
HSB/HSV77°44.59%90.59%
CMYK12.55%0.00%44.59%
9.41%

Color #CAE780 in popluar number systems.

HEXCAE780
Decimal202231128
Binary110010101110011110000000
Octal312347200

Shades and tints

Shades of #CAE780

#CAE780
(202,231,128)
#B8D275
(184,210,117)
#A6BD6A
(166,189,106)
#94A85F
(148,168,95)
#829354
(130,147,84)
#707E49
(112,126,73)
#5E693E
(94,105,62)
#4C5433
(76,84,51)
#3A3F28
(58,63,40)
#282A1D
(40,42,29)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #CAE780

#CAE780
(202,231,128)
#CEE98B
(206,233,139)
#D2EB96
(210,235,150)
#D6EDA1
(214,237,161)
#DAEFAC
(218,239,172)
#DEF1B7
(222,241,183)
#E2F3C2
(226,243,194)
#E6F5CD
(230,245,205)
#EAF7D8
(234,247,216)
#EEF9E3
(238,249,227)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE780 color. Also use rgb(202,231,128) instead hex code.

Text Font Color

.myTextColor { color: #CAE780; }

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

This text font color is #CAE780.


Background Color

.myBgColor { background-color: #CAE780; }

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

This div background color is #CAE780.


Border color

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

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

This div border color is #CAE780.


Opacity

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

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

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

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

This text has shadow with #CAE780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE780 on black background.


Color preview on white background

This text has color #CAE780 on white background.



Black color preview on #CAE780 background

This text has black color on #CAE780 background.


White color preview on #CAE780 background

This text has white color on #CAE780 background.