COLOR #E5EFAB

HEX: #E5EFAB RGB: (229,239,171)

Color info

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

RGB color model

#E5EFAB color RGB value is (229,239,171).

RGB: (229,239,171) (90%, 94%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 239 of 255 = 94%
B 171 of 255 = 67%

229
239
171

R + G + B ~ 84%. #E5EFAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 239 + 171 = 639 (100%)
R 229 of 639 ~ 35.84%
G 239 of 639 ~ 37.4%
B 171 of 639 ~ 26.76'%

%35.84
%37.4
%26.76

CMYK color model

#E5EFAB color CMYK value is (4,0,28,6).

  • cyan value is 4.18%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 6.27%
CMYK: (4,0,28,6) C4M0Y28K6 (4%,0%,28%,6%) (0.04/0.00/0.28/0.06) 

CMYK percentages

%4.18
%0
%28.45
%6.27

Codes

Color #E5EFAB in popluar color models

E5 EF AB
RGB 229 239 171
HSL 69° 68.00% 80.39%
HSB/HSV 69° 28.45% 93.73%
CMYK 4.18% 0.00% 28.45%
6.27%

Color #E5EFAB in popluar number systems.

HEX E5 EF AB
Decimal 229 239 171
Binary 11100101 11101111 10101011
Octal 345 357 253

Shades and tints

Shades of #E5EFAB

#E5EFAB
(229,239,171)
#D1DA9C
(209,218,156)
#BDC58D
(189,197,141)
#A9B07E
(169,176,126)
#959B6F
(149,155,111)
#818660
(129,134,96)
#6D7151
(109,113,81)
#595C42
(89,92,66)
#454733
(69,71,51)
#313224
(49,50,36)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #E5EFAB

#E5EFAB
(229,239,171)
#E7F0B2
(231,240,178)
#E9F1B9
(233,241,185)
#EBF2C0
(235,242,192)
#EDF3C7
(237,243,199)
#EFF4CE
(239,244,206)
#F1F5D5
(241,245,213)
#F3F6DC
(243,246,220)
#F5F7E3
(245,247,227)
#F7F8EA
(247,248,234)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EFAB color. Also use rgb(229,239,171) instead hex code.

Text Font Color

.myTextColor { color: #E5EFAB; }

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

This text font color is #E5EFAB.

Background Color

.myBgColor { background-color: #E5EFAB; }

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

This div background color is #E5EFAB.

Border color

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

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

This div border color is #E5EFAB.

Opacity

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

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

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

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

This text has shadow with #E5EFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EFAB.

Preview

Color preview on black background

This text has color #E5EFAB on black background.


Color preview on white background

This text has color #E5EFAB on white background.


Black color preview on #E5EFAB background

This text has black color on #E5EFAB background.


White color preview on #E5EFAB background

This text has white color on #E5EFAB background.


Related colors

Complementary color

Complementary color for #hex is #1A1054.


I love getcolorcode.com

Triadic colors

1 #ABE5EF and #EFABE5 with #E5EFAB are triadic colors.

2 #ABEFE5 and #EFE5AB with #E5EFAB are triadic colors.