COLOR #E2FBD8

HEX: #E2FBD8
RGB: (226,251,216)

Color info

#E2FBD8 contains red, green and blue colors in about the same proportion. Web safe color of #E2FBD8 is #CCFFCC (or #CFC).

RGB color model

#E2FBD8 color RGB value is (226,251,216).

  • red value is 226;
  • green value is 251;
  • blue value is 216.
RGB:
(226,251,216)
(89%,98%,85%)

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 216 of 255 = 85%

226
251
216

R + G + B ~ 91%. #E2FBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 216 = 693 (100%)
R 226 of 693 ~ 32.61%
G 251 of 693 ~ 36.22%
B 216 of 693 ~ 31.17%

%32.61
%36.22
%31.17

CMYK color model

#E2FBD8 color CMYK value is (10,0,14,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 1.57%
CMYK:
(10,0,14,2)
C10M0Y14K2 
(10%,0%,14%,2%)
(0.10/0.00/0.14/0.02)	

CMYK percentages

%9.96
%0
%13.94
%1.57

Codes

Color #E2FBD8 in popluar color models

E2FBD8
RGB226251216
HSL103°81.40%91.57%
HSB/HSV103°13.94%98.43%
CMYK9.96%0.00%13.94%
1.57%

Color #E2FBD8 in popluar number systems.

HEXE2FBD8
Decimal226251216
Binary111000101111101111011000
Octal342373330

Shades and tints

Shades of #E2FBD8

#E2FBD8
(226,251,216)
#CEE5C5
(206,229,197)
#BACFB2
(186,207,178)
#A6B99F
(166,185,159)
#92A38C
(146,163,140)
#7E8D79
(126,141,121)
#6A7766
(106,119,102)
#566153
(86,97,83)
#424B40
(66,75,64)
#2E352D
(46,53,45)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #E2FBD8

#E2FBD8
(226,251,216)
#E4FBDB
(228,251,219)
#E6FBDE
(230,251,222)
#E8FBE1
(232,251,225)
#EAFBE4
(234,251,228)
#ECFBE7
(236,251,231)
#EEFBEA
(238,251,234)
#F0FBED
(240,251,237)
#F2FBF0
(242,251,240)
#F4FBF3
(244,251,243)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FBD8 color. Also use rgb(226,251,216) instead hex code.

Text Font Color

.myTextColor { color: #E2FBD8; }

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

This text font color is #E2FBD8.


Background Color

.myBgColor { background-color: #E2FBD8; }

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

This div background color is #E2FBD8.


Border color

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

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

This div border color is #E2FBD8.


Opacity

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

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

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

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

This text has shadow with #E2FBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBD8 on black background.


Color preview on white background

This text has color #E2FBD8 on white background.



Black color preview on #E2FBD8 background

This text has black color on #E2FBD8 background.


White color preview on #E2FBD8 background

This text has white color on #E2FBD8 background.