COLOR #E2FDB0

HEX: #E2FDB0 RGB: (226,253,176)

Color info

#E2FDB0 contains mainly red and green colors. Web safe color of #E2FDB0 is #CCFF99 (or #CF9).

RGB color model

#E2FDB0 color RGB value is (226,253,176).

RGB: (226,253,176) (89%, 99%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 176 of 255 = 69%

226
253
176

R + G + B ~ 86%. #E2FDB0 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 253 + 176 = 655 (100%)
R 226 of 655 ~ 34.5%
G 253 of 655 ~ 38.63%
B 176 of 655 ~ 26.87'%

%34.5
%38.63
%26.87

CMYK color model

#E2FDB0 color CMYK value is (11,0,30,1).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK: (11,0,30,1) C11M0Y30K1 (11%,0%,30%,1%) (0.11/0.00/0.30/0.01) 

CMYK percentages

%10.67
%0
%30.43
%0.78

Codes

Color #E2FDB0 in popluar color models

E2 FD B0
RGB 226 253 176
HSL 81° 95.06% 84.12%
HSB/HSV 81° 30.43% 99.22%
CMYK 10.67% 0.00% 30.43%
0.78%

Color #E2FDB0 in popluar number systems.

HEX E2 FD B0
Decimal 226 253 176
Binary 11100010 11111101 10110000
Octal 342 375 260

Shades and tints

Shades of #E2FDB0

#E2FDB0
(226,253,176)
#CEE6A0
(206,230,160)
#BACF90
(186,207,144)
#A6B880
(166,184,128)
#92A170
(146,161,112)
#7E8A60
(126,138,96)
#6A7350
(106,115,80)
#565C40
(86,92,64)
#424530
(66,69,48)
#2E2E20
(46,46,32)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #E2FDB0

#E2FDB0
(226,253,176)
#E4FDB7
(228,253,183)
#E6FDBE
(230,253,190)
#E8FDC5
(232,253,197)
#EAFDCC
(234,253,204)
#ECFDD3
(236,253,211)
#EEFDDA
(238,253,218)
#F0FDE1
(240,253,225)
#F2FDE8
(242,253,232)
#F4FDEF
(244,253,239)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FDB0 color. Also use rgb(226,253,176) instead hex code.

Text Font Color

.myTextColor { color: #E2FDB0; }

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

This text font color is #E2FDB0.

Background Color

.myBgColor { background-color: #E2FDB0; }

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

This div background color is #E2FDB0.

Border color

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

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

This div border color is #E2FDB0.

Opacity

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

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

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

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

This text has shadow with #E2FDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FDB0.

Preview

Color preview on black background

This text has color #E2FDB0 on black background.


Color preview on white background

This text has color #E2FDB0 on white background.


Black color preview on #E2FDB0 background

This text has black color on #E2FDB0 background.


White color preview on #E2FDB0 background

This text has white color on #E2FDB0 background.


Related colors

Complementary color

Complementary color for #hex is #1D024F.


I love getcolorcode.com

Triadic colors

1 #B0E2FD and #FDB0E2 with #E2FDB0 are triadic colors.

2 #B0FDE2 and #FDE2B0 with #E2FDB0 are triadic colors.