COLOR #E7F1AD

HEX: #E7F1AD RGB: (231,241,173)

Color info

#E7F1AD contains mainly red and green colors. Web safe color of #E7F1AD is #FFFF99 (or #FF9).

RGB color model

#E7F1AD color RGB value is (231,241,173).

RGB: (231,241,173) (91%, 95%, 68%)

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 173 of 255 = 68%

231
241
173

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

Portions of RGB colors in percentages

R + G + B = 231 + 241 + 173 = 645 (100%)
R 231 of 645 ~ 35.81%
G 241 of 645 ~ 37.36%
B 173 of 645 ~ 26.82'%

%35.81
%37.36
%26.82

CMYK color model

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

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

CMYK: (4,0,28,5)
C4M0Y28K5 (4%, 0%, 28%, 5%)
(0.04 / 0.00 / 0.28 / 0.05)

CMYK percentages

%4.15
%0
%28.22
%5.49

Codes

Color #E7F1AD in popluar color models

E7 F1 AD
RGB 231 241 173
HSL 69° 70.83% 81.18%
HSB/HSV 69° 28.22% 94.51%
CMYK 4.15% 0.00% 28.22%
5.49%

Color #E7F1AD in popluar number systems.

HEX E7 F1 AD
Decimal 231 241 173
Binary 11100111 11110001 10101101
Octal 347 361 255

Shades and tints

Shades of #E7F1AD

#E7F1AD
(231,241,173)
#D2DC9E
(210,220,158)
#BDC78F
(189,199,143)
#A8B280
(168,178,128)
#939D71
(147,157,113)
#7E8862
(126,136,98)
#697353
(105,115,83)
#545E44
(84,94,68)
#3F4935
(63,73,53)
#2A3426
(42,52,38)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #E7F1AD

#E7F1AD
(231,241,173)
#E9F2B4
(233,242,180)
#EBF3BB
(235,243,187)
#EDF4C2
(237,244,194)
#EFF5C9
(239,245,201)
#F1F6D0
(241,246,208)
#F3F7D7
(243,247,215)
#F5F8DE
(245,248,222)
#F7F9E5
(247,249,229)
#F9FAEC
(249,250,236)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1AD; }

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

This text font color is #E7F1AD.

Background Color

.myBgColor { background-color: #E7F1AD; }

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

This div background color is #E7F1AD.

Border color

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

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

This div border color is #E7F1AD.

Opacity

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

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

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

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

This text has shadow with #E7F1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F1AD.

Preview

Color preview on black background

This text has color #E7F1AD on black background.


Color preview on white background

This text has color #E7F1AD on white background.


Black color preview on #E7F1AD background

This text has black color on #E7F1AD background.


White color preview on #E7F1AD background

This text has white color on #E7F1AD background.


Related colors

Complementary color

Complementary color for #hex is #180E52.


I love getcolorcode.com

Triadic colors

1 #ADE7F1 and #F1ADE7 with #E7F1AD are triadic colors.

2 #ADF1E7 and #F1E7AD with #E7F1AD are triadic colors.