COLOR #E5F1AD

HEX: #E5F1AD RGB: (229,241,173)

Color info

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

RGB color model

#E5F1AD color RGB value is (229,241,173).

RGB: (229,241,173) (90%, 95%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 173 of 255 = 68%

229
241
173

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

Portions of RGB colors in percentages

R + G + B = 229 + 241 + 173 = 643 (100%)
R 229 of 643 ~ 35.61%
G 241 of 643 ~ 37.48%
B 173 of 643 ~ 26.91'%

%35.61
%37.48
%26.91

CMYK color model

#E5F1AD color CMYK value is (5,0,28,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%

CMYK: (5,0,28,5)
C5M0Y28K5 (5%, 0%, 28%, 5%)
(0.05 / 0.00 / 0.28 / 0.05)

CMYK percentages

%4.98
%0
%28.22
%5.49

Codes

Color #E5F1AD in popluar color models

E5 F1 AD
RGB 229 241 173
HSL 71° 70.83% 81.18%
HSB/HSV 71° 28.22% 94.51%
CMYK 4.98% 0.00% 28.22%
5.49%

Color #E5F1AD in popluar number systems.

HEX E5 F1 AD
Decimal 229 241 173
Binary 11100101 11110001 10101101
Octal 345 361 255

Shades and tints

Shades of #E5F1AD

#E5F1AD
(229,241,173)
#D1DC9E
(209,220,158)
#BDC78F
(189,199,143)
#A9B280
(169,178,128)
#959D71
(149,157,113)
#818862
(129,136,98)
#6D7353
(109,115,83)
#595E44
(89,94,68)
#454935
(69,73,53)
#313426
(49,52,38)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #E5F1AD

#E5F1AD
(229,241,173)
#E7F2B4
(231,242,180)
#E9F3BB
(233,243,187)
#EBF4C2
(235,244,194)
#EDF5C9
(237,245,201)
#EFF6D0
(239,246,208)
#F1F7D7
(241,247,215)
#F3F8DE
(243,248,222)
#F5F9E5
(245,249,229)
#F7FAEC
(247,250,236)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1AD color. Also use rgb(229,241,173) instead hex code.

Text Font Color

.myTextColor { color: #E5F1AD; }

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

This text font color is #E5F1AD.

Background Color

.myBgColor { background-color: #E5F1AD; }

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

This div background color is #E5F1AD.

Border color

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

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

This div border color is #E5F1AD.

Opacity

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

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

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

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

This text has shadow with #E5F1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F1AD.

Preview

Color preview on black background

This text has color #E5F1AD on black background.


Color preview on white background

This text has color #E5F1AD on white background.


Black color preview on #E5F1AD background

This text has black color on #E5F1AD background.


White color preview on #E5F1AD background

This text has white color on #E5F1AD background.


Related colors

Complementary color

Complementary color for #hex is #1A0E52.


I love getcolorcode.com

Triadic colors

1 #ADE5F1 and #F1ADE5 with #E5F1AD are triadic colors.

2 #ADF1E5 and #F1E5AD with #E5F1AD are triadic colors.