COLOR #E5FABB

HEX: #E5FABB RGB: (229,250,187)

Color info

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

RGB color model

#E5FABB color RGB value is (229,250,187).

RGB: (229,250,187) (90%, 98%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 187 of 255 = 73%

229
250
187

R + G + B ~ 87%. #E5FABB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 250 + 187 = 666 (100%)
R 229 of 666 ~ 34.38%
G 250 of 666 ~ 37.54%
B 187 of 666 ~ 28.08'%

%34.38
%37.54
%28.08

CMYK color model

#E5FABB color CMYK value is (8,0,25,2).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 1.96%

CMYK: (8,0,25,2)
C8M0Y25K2 (8%, 0%, 25%, 2%)
(0.08 / 0.00 / 0.25 / 0.02)

CMYK percentages

%8.4
%0
%25.2
%1.96

Codes

Color #E5FABB in popluar color models

E5 FA BB
RGB 229 250 187
HSL 80° 86.30% 85.69%
HSB/HSV 80° 25.20% 98.04%
CMYK 8.40% 0.00% 25.20%
1.96%

Color #E5FABB in popluar number systems.

HEX E5 FA BB
Decimal 229 250 187
Binary 11100101 11111010 10111011
Octal 345 372 273

Shades and tints

Shades of #E5FABB

#E5FABB
(229,250,187)
#D1E4AA
(209,228,170)
#BDCE99
(189,206,153)
#A9B888
(169,184,136)
#95A277
(149,162,119)
#818C66
(129,140,102)
#6D7655
(109,118,85)
#596044
(89,96,68)
#454A33
(69,74,51)
#313422
(49,52,34)
#1D1E11
(29,30,17)
#000000
(0,0,0)

Tints of #E5FABB

#E5FABB
(229,250,187)
#E7FAC1
(231,250,193)
#E9FAC7
(233,250,199)
#EBFACD
(235,250,205)
#EDFAD3
(237,250,211)
#EFFAD9
(239,250,217)
#F1FADF
(241,250,223)
#F3FAE5
(243,250,229)
#F5FAEB
(245,250,235)
#F7FAF1
(247,250,241)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FABB color. Also use rgb(229,250,187) instead hex code.

Text Font Color

.myTextColor { color: #E5FABB; }

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

This text font color is #E5FABB.

Background Color

.myBgColor { background-color: #E5FABB; }

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

This div background color is #E5FABB.

Border color

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

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

This div border color is #E5FABB.

Opacity

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

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

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

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

This text has shadow with #E5FABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FABB.

Preview

Color preview on black background

This text has color #E5FABB on black background.


Color preview on white background

This text has color #E5FABB on white background.


Black color preview on #E5FABB background

This text has black color on #E5FABB background.


White color preview on #E5FABB background

This text has white color on #E5FABB background.


Related colors

Complementary color

Complementary color for #hex is #1A0544.


I love getcolorcode.com

Triadic colors

1 #BBE5FA and #FABBE5 with #E5FABB are triadic colors.

2 #BBFAE5 and #FAE5BB with #E5FABB are triadic colors.