COLOR #E3FEBE

HEX: #E3FEBE RGB: (227,254,190)

Color info

#E3FEBE contains mainly red and green colors. Web safe color of #E3FEBE is #CCFFCC (or #CFC).

RGB color model

#E3FEBE color RGB value is (227,254,190).

RGB: (227,254,190) (89%, 100%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 254 of 255 = 100%
B 190 of 255 = 75%

227
254
190

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

Portions of RGB colors in percentages

R + G + B = 227 + 254 + 190 = 671 (100%)
R 227 of 671 ~ 33.83%
G 254 of 671 ~ 37.85%
B 190 of 671 ~ 28.32'%

%33.83
%37.85
%28.32

CMYK color model

#E3FEBE color CMYK value is (11,0,25,0).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 0.39%

CMYK: (11,0,25,0)
C11M0Y25K0 (11%, 0%, 25%, 0%)
(0.11 / 0.00 / 0.25 / 0.00)

CMYK percentages

%10.63
%0
%25.2
%0.39

Codes

Color #E3FEBE in popluar color models

E3 FE BE
RGB 227 254 190
HSL 85° 96.97% 87.06%
HSB/HSV 85° 25.20% 99.61%
CMYK 10.63% 0.00% 25.20%
0.39%

Color #E3FEBE in popluar number systems.

HEX E3 FE BE
Decimal 227 254 190
Binary 11100011 11111110 10111110
Octal 343 376 276

Shades and tints

Shades of #E3FEBE

#E3FEBE
(227,254,190)
#CFE7AD
(207,231,173)
#BBD09C
(187,208,156)
#A7B98B
(167,185,139)
#93A27A
(147,162,122)
#7F8B69
(127,139,105)
#6B7458
(107,116,88)
#575D47
(87,93,71)
#434636
(67,70,54)
#2F2F25
(47,47,37)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3FEBE

#E3FEBE
(227,254,190)
#E5FEC3
(229,254,195)
#E7FEC8
(231,254,200)
#E9FECD
(233,254,205)
#EBFED2
(235,254,210)
#EDFED7
(237,254,215)
#EFFEDC
(239,254,220)
#F1FEE1
(241,254,225)
#F3FEE6
(243,254,230)
#F5FEEB
(245,254,235)
#F7FEF0
(247,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FEBE color. Also use rgb(227,254,190) instead hex code.

Text Font Color

.myTextColor { color: #E3FEBE; }

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

This text font color is #E3FEBE.

Background Color

.myBgColor { background-color: #E3FEBE; }

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

This div background color is #E3FEBE.

Border color

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

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

This div border color is #E3FEBE.

Opacity

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

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

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

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

This text has shadow with #E3FEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3FEBE.

Preview

Color preview on black background

This text has color #E3FEBE on black background.


Color preview on white background

This text has color #E3FEBE on white background.


Black color preview on #E3FEBE background

This text has black color on #E3FEBE background.


White color preview on #E3FEBE background

This text has white color on #E3FEBE background.


Related colors

Complementary color

Complementary color for #hex is #1C0141.


I love getcolorcode.com

Triadic colors

1 #BEE3FE and #FEBEE3 with #E3FEBE are triadic colors.

2 #BEFEE3 and #FEE3BE with #E3FEBE are triadic colors.