COLOR #E2FBD6

HEX: #E2FBD6 RGB: (226,251,214)

Color info

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

RGB color model

#E2FBD6 color RGB value is (226,251,214).

RGB: (226,251,214) (89%, 98%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 214 of 255 = 84%

226
251
214

R + G + B ~ 90%. #E2FBD6 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 251 + 214 = 691 (100%)
R 226 of 691 ~ 32.71%
G 251 of 691 ~ 36.32%
B 214 of 691 ~ 30.97'%

%32.71
%36.32
%30.97

CMYK color model

#E2FBD6 color CMYK value is (10,0,15,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 1.57%

CMYK: (10,0,15,2)
C10M0Y15K2 (10%, 0%, 15%, 2%)
(0.10 / 0.00 / 0.15 / 0.02)

CMYK percentages

%9.96
%0
%14.74
%1.57

Codes

Color #E2FBD6 in popluar color models

E2 FB D6
RGB 226 251 214
HSL 101° 82.22% 91.18%
HSB/HSV 101° 14.74% 98.43%
CMYK 9.96% 0.00% 14.74%
1.57%

Color #E2FBD6 in popluar number systems.

HEX E2 FB D6
Decimal 226 251 214
Binary 11100010 11111011 11010110
Octal 342 373 326

Shades and tints

Shades of #E2FBD6

#E2FBD6
(226,251,214)
#CEE5C3
(206,229,195)
#BACFB0
(186,207,176)
#A6B99D
(166,185,157)
#92A38A
(146,163,138)
#7E8D77
(126,141,119)
#6A7764
(106,119,100)
#566151
(86,97,81)
#424B3E
(66,75,62)
#2E352B
(46,53,43)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #E2FBD6

#E2FBD6
(226,251,214)
#E4FBD9
(228,251,217)
#E6FBDC
(230,251,220)
#E8FBDF
(232,251,223)
#EAFBE2
(234,251,226)
#ECFBE5
(236,251,229)
#EEFBE8
(238,251,232)
#F0FBEB
(240,251,235)
#F2FBEE
(242,251,238)
#F4FBF1
(244,251,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBD6; }

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

This text font color is #E2FBD6.

Background Color

.myBgColor { background-color: #E2FBD6; }

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

This div background color is #E2FBD6.

Border color

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

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

This div border color is #E2FBD6.

Opacity

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

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

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

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

This text has shadow with #E2FBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FBD6.

Preview

Color preview on black background

This text has color #E2FBD6 on black background.


Color preview on white background

This text has color #E2FBD6 on white background.


Black color preview on #E2FBD6 background

This text has black color on #E2FBD6 background.


White color preview on #E2FBD6 background

This text has white color on #E2FBD6 background.


Related colors

Complementary color

Complementary color for #hex is #1D0429.


I love getcolorcode.com

Triadic colors

1 #D6E2FB and #FBD6E2 with #E2FBD6 are triadic colors.

2 #D6FBE2 and #FBE2D6 with #E2FBD6 are triadic colors.