COLOR #E2FBC2

HEX: #E2FBC2
RGB: (226,251,194)

Color info

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

RGB color model

#E2FBC2 color RGB value is (226,251,194).

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

RGB channels and saturation

R 226 of 255 = 89%
G 251 of 255 = 98%
B 194 of 255 = 76%

226
251
194

R + G + B ~ 88%. #E2FBC2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 251 + 194 = 671 (100%)
R 226 of 671 ~ 33.68%
G 251 of 671 ~ 37.41%
B 194 of 671 ~ 28.91%

%33.68
%37.41
%28.91

CMYK color model

#E2FBC2 color CMYK value is (10,0,23,2).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 1.57%
CMYK:
(10,0,23,2)
C10M0Y23K2 
(10%,0%,23%,2%)
(0.10/0.00/0.23/0.02)	

CMYK percentages

%9.96
%0
%22.71
%1.57

Codes

Color #E2FBC2 in popluar color models

E2FBC2
RGB226251194
HSL86°87.69%87.25%
HSB/HSV86°22.71%98.43%
CMYK9.96%0.00%22.71%
1.57%

Color #E2FBC2 in popluar number systems.

HEXE2FBC2
Decimal226251194
Binary111000101111101111000010
Octal342373302

Shades and tints

Shades of #E2FBC2

#E2FBC2
(226,251,194)
#CEE5B1
(206,229,177)
#BACFA0
(186,207,160)
#A6B98F
(166,185,143)
#92A37E
(146,163,126)
#7E8D6D
(126,141,109)
#6A775C
(106,119,92)
#56614B
(86,97,75)
#424B3A
(66,75,58)
#2E3529
(46,53,41)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #E2FBC2

#E2FBC2
(226,251,194)
#E4FBC7
(228,251,199)
#E6FBCC
(230,251,204)
#E8FBD1
(232,251,209)
#EAFBD6
(234,251,214)
#ECFBDB
(236,251,219)
#EEFBE0
(238,251,224)
#F0FBE5
(240,251,229)
#F2FBEA
(242,251,234)
#F4FBEF
(244,251,239)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FBC2; }

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

This text font color is #E2FBC2.


Background Color

.myBgColor { background-color: #E2FBC2; }

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

This div background color is #E2FBC2.


Border color

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

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

This div border color is #E2FBC2.


Opacity

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

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

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

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

This text has shadow with #E2FBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FBC2 on black background.


Color preview on white background

This text has color #E2FBC2 on white background.



Black color preview on #E2FBC2 background

This text has black color on #E2FBC2 background.


White color preview on #E2FBC2 background

This text has white color on #E2FBC2 background.