COLOR #E1F1AD

HEX: #E1F1AD RGB: (225,241,173)

Color info

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

RGB color model

#E1F1AD color RGB value is (225,241,173).

RGB: (225,241,173) (88%, 95%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 173 of 255 = 68%

225
241
173

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

Portions of RGB colors in percentages

R + G + B = 225 + 241 + 173 = 639 (100%)
R 225 of 639 ~ 35.21%
G 241 of 639 ~ 37.72%
B 173 of 639 ~ 27.07'%

%35.21
%37.72
%27.07

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%
CMYK: (7,0,28,5) C7M0Y28K5 (7%,0%,28%,5%) (0.07/0.00/0.28/0.05) 

CMYK percentages

%6.64
%0
%28.22
%5.49

Codes

Color #E1F1AD in popluar color models

E1 F1 AD
RGB 225 241 173
HSL 74° 70.83% 81.18%
HSB/HSV 74° 28.22% 94.51%
CMYK 6.64% 0.00% 28.22%
5.49%

Color #E1F1AD in popluar number systems.

HEX E1 F1 AD
Decimal 225 241 173
Binary 11100001 11110001 10101101
Octal 341 361 255

Shades and tints

Shades of #E1F1AD

#E1F1AD
(225,241,173)
#CDDC9E
(205,220,158)
#B9C78F
(185,199,143)
#A5B280
(165,178,128)
#919D71
(145,157,113)
#7D8862
(125,136,98)
#697353
(105,115,83)
#555E44
(85,94,68)
#414935
(65,73,53)
#2D3426
(45,52,38)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #E1F1AD

#E1F1AD
(225,241,173)
#E3F2B4
(227,242,180)
#E5F3BB
(229,243,187)
#E7F4C2
(231,244,194)
#E9F5C9
(233,245,201)
#EBF6D0
(235,246,208)
#EDF7D7
(237,247,215)
#EFF8DE
(239,248,222)
#F1F9E5
(241,249,229)
#F3FAEC
(243,250,236)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F1AD; }

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

This text font color is #E1F1AD.

Background Color

.myBgColor { background-color: #E1F1AD; }

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

This div background color is #E1F1AD.

Border color

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

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

This div border color is #E1F1AD.

Opacity

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

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

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

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

This text has shadow with #E1F1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F1AD.

Preview

Color preview on black background

This text has color #E1F1AD on black background.


Color preview on white background

This text has color #E1F1AD on white background.


Black color preview on #E1F1AD background

This text has black color on #E1F1AD background.


White color preview on #E1F1AD background

This text has white color on #E1F1AD background.


Related colors

Complementary color

Complementary color for #hex is #1E0E52.


I love getcolorcode.com

Triadic colors

1 #ADE1F1 and #F1ADE1 with #E1F1AD are triadic colors.

2 #ADF1E1 and #F1E1AD with #E1F1AD are triadic colors.