COLOR #E5F0A6

HEX: #E5F0A6 RGB: (229,240,166)

Color info

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

RGB color model

#E5F0A6 color RGB value is (229,240,166).

RGB: (229,240,166) (90%, 94%, 65%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 166 of 255 = 65%

229
240
166

R + G + B ~ 83%. #E5F0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 240 + 166 = 635 (100%)
R 229 of 635 ~ 36.06%
G 240 of 635 ~ 37.8%
B 166 of 635 ~ 26.14'%

%36.06
%37.8
%26.14

CMYK color model

#E5F0A6 color CMYK value is (5,0,31,6).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 5.88%

CMYK: (5,0,31,6)
C5M0Y31K6 (5%, 0%, 31%, 6%)
(0.05 / 0.00 / 0.31 / 0.06)

CMYK percentages

%4.58
%0
%30.83
%5.88

Codes

Color #E5F0A6 in popluar color models

E5 F0 A6
RGB 229 240 166
HSL 69° 71.15% 79.61%
HSB/HSV 69° 30.83% 94.12%
CMYK 4.58% 0.00% 30.83%
5.88%

Color #E5F0A6 in popluar number systems.

HEX E5 F0 A6
Decimal 229 240 166
Binary 11100101 11110000 10100110
Octal 345 360 246

Shades and tints

Shades of #E5F0A6

#E5F0A6
(229,240,166)
#D1DB97
(209,219,151)
#BDC688
(189,198,136)
#A9B179
(169,177,121)
#959C6A
(149,156,106)
#81875B
(129,135,91)
#6D724C
(109,114,76)
#595D3D
(89,93,61)
#45482E
(69,72,46)
#31331F
(49,51,31)
#1D1E10
(29,30,16)
#000000
(0,0,0)

Tints of #E5F0A6

#E5F0A6
(229,240,166)
#E7F1AE
(231,241,174)
#E9F2B6
(233,242,182)
#EBF3BE
(235,243,190)
#EDF4C6
(237,244,198)
#EFF5CE
(239,245,206)
#F1F6D6
(241,246,214)
#F3F7DE
(243,247,222)
#F5F8E6
(245,248,230)
#F7F9EE
(247,249,238)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0A6 color. Also use rgb(229,240,166) instead hex code.

Text Font Color

.myTextColor { color: #E5F0A6; }

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

This text font color is #E5F0A6.

Background Color

.myBgColor { background-color: #E5F0A6; }

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

This div background color is #E5F0A6.

Border color

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

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

This div border color is #E5F0A6.

Opacity

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

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

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

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

This text has shadow with #E5F0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F0A6.

Preview

Color preview on black background

This text has color #E5F0A6 on black background.


Color preview on white background

This text has color #E5F0A6 on white background.


Black color preview on #E5F0A6 background

This text has black color on #E5F0A6 background.


White color preview on #E5F0A6 background

This text has white color on #E5F0A6 background.


Related colors

Complementary color

Complementary color for #hex is #1A0F59.


I love getcolorcode.com

Triadic colors

1 #A6E5F0 and #F0A6E5 with #E5F0A6 are triadic colors.

2 #A6F0E5 and #F0E5A6 with #E5F0A6 are triadic colors.