COLOR #CAE76B

HEX: #CAE76B
RGB: (202,231,107)

Color info

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

RGB color model

#CAE76B color RGB value is (202,231,107).

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

RGB channels and saturation

R 202 of 255 = 79%
G 231 of 255 = 91%
B 107 of 255 = 42%

202
231
107

R + G + B ~ 71%. #CAE76B is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 231 + 107 = 540 (100%)
R 202 of 540 ~ 37.41%
G 231 of 540 ~ 42.78%
B 107 of 540 ~ 19.81%

%37.41
%42.78
%19.81

CMYK color model

#CAE76B color CMYK value is (13,0,54,9).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 9.41%
CMYK:
(13,0,54,9)
C13M0Y54K9 
(13%,0%,54%,9%)
(0.13/0.00/0.54/0.09)	

CMYK percentages

%12.55
%0
%53.68
%9.41

Codes

Color #CAE76B in popluar color models

CAE76B
RGB202231107
HSL74°72.09%66.27%
HSB/HSV74°53.68%90.59%
CMYK12.55%0.00%53.68%
9.41%

Color #CAE76B in popluar number systems.

HEXCAE76B
Decimal202231107
Binary11001010111001111101011
Octal312347153

Shades and tints

Shades of #CAE76B

#CAE76B
(202,231,107)
#B8D262
(184,210,98)
#A6BD59
(166,189,89)
#94A850
(148,168,80)
#829347
(130,147,71)
#707E3E
(112,126,62)
#5E6935
(94,105,53)
#4C542C
(76,84,44)
#3A3F23
(58,63,35)
#282A1A
(40,42,26)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #CAE76B

#CAE76B
(202,231,107)
#CEE978
(206,233,120)
#D2EB85
(210,235,133)
#D6ED92
(214,237,146)
#DAEF9F
(218,239,159)
#DEF1AC
(222,241,172)
#E2F3B9
(226,243,185)
#E6F5C6
(230,245,198)
#EAF7D3
(234,247,211)
#EEF9E0
(238,249,224)
#F2FBED
(242,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE76B; }

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

This text font color is #CAE76B.


Background Color

.myBgColor { background-color: #CAE76B; }

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

This div background color is #CAE76B.


Border color

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

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

This div border color is #CAE76B.


Opacity

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

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

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

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

This text has shadow with #CAE76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE76B on black background.


Color preview on white background

This text has color #CAE76B on white background.



Black color preview on #CAE76B background

This text has black color on #CAE76B background.


White color preview on #CAE76B background

This text has white color on #CAE76B background.