COLOR #E5F4B2

HEX: #E5F4B2 RGB: (229,244,178)

Color info

#E5F4B2 contains mainly red and green colors. Web safe color of #E5F4B2 is #CCFF99 (or #CF9).

RGB color model

#E5F4B2 color RGB value is (229,244,178).

RGB: (229,244,178) (90%, 96%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 178 of 255 = 70%

229
244
178

R + G + B ~ 85%. #E5F4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 178 = 651 (100%)
R 229 of 651 ~ 35.18%
G 244 of 651 ~ 37.48%
B 178 of 651 ~ 27.34'%

%35.18
%37.48
%27.34

CMYK color model

#E5F4B2 color CMYK value is (6,0,27,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 4.31%

CMYK: (6,0,27,4)
C6M0Y27K4 (6%, 0%, 27%, 4%)
(0.06 / 0.00 / 0.27 / 0.04)

CMYK percentages

%6.15
%0
%27.05
%4.31

Codes

Color #E5F4B2 in popluar color models

E5 F4 B2
RGB 229 244 178
HSL 74° 75.00% 82.75%
HSB/HSV 74° 27.05% 95.69%
CMYK 6.15% 0.00% 27.05%
4.31%

Color #E5F4B2 in popluar number systems.

HEX E5 F4 B2
Decimal 229 244 178
Binary 11100101 11110100 10110010
Octal 345 364 262

Shades and tints

Shades of #E5F4B2

#E5F4B2
(229,244,178)
#D1DEA2
(209,222,162)
#BDC892
(189,200,146)
#A9B282
(169,178,130)
#959C72
(149,156,114)
#818662
(129,134,98)
#6D7052
(109,112,82)
#595A42
(89,90,66)
#454432
(69,68,50)
#312E22
(49,46,34)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #E5F4B2

#E5F4B2
(229,244,178)
#E7F5B9
(231,245,185)
#E9F6C0
(233,246,192)
#EBF7C7
(235,247,199)
#EDF8CE
(237,248,206)
#EFF9D5
(239,249,213)
#F1FADC
(241,250,220)
#F3FBE3
(243,251,227)
#F5FCEA
(245,252,234)
#F7FDF1
(247,253,241)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F4B2 color. Also use rgb(229,244,178) instead hex code.

Text Font Color

.myTextColor { color: #E5F4B2; }

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

This text font color is #E5F4B2.

Background Color

.myBgColor { background-color: #E5F4B2; }

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

This div background color is #E5F4B2.

Border color

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

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

This div border color is #E5F4B2.

Opacity

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

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

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

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

This text has shadow with #E5F4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4B2.

Preview

Color preview on black background

This text has color #E5F4B2 on black background.


Color preview on white background

This text has color #E5F4B2 on white background.


Black color preview on #E5F4B2 background

This text has black color on #E5F4B2 background.


White color preview on #E5F4B2 background

This text has white color on #E5F4B2 background.


Related colors

Complementary color

Complementary color for #hex is #1A0B4D.


I love getcolorcode.com

Triadic colors

1 #B2E5F4 and #F4B2E5 with #E5F4B2 are triadic colors.

2 #B2F4E5 and #F4E5B2 with #E5F4B2 are triadic colors.