COLOR #E7EF8C

HEX: #E7EF8C RGB: (231,239,140)

Color info

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

RGB color model

#E7EF8C color RGB value is (231,239,140).

RGB: (231,239,140) (91%, 94%, 55%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 140 of 255 = 55%

231
239
140

R + G + B ~ 80%. #E7EF8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 140 = 610 (100%)
R 231 of 610 ~ 37.87%
G 239 of 610 ~ 39.18%
B 140 of 610 ~ 22.95'%

%37.87
%39.18
%22.95

CMYK color model

#E7EF8C color CMYK value is (3,0,41,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 41.42%
  • key color value is 6.27%

CMYK: (3,0,41,6)
C3M0Y41K6 (3%, 0%, 41%, 6%)
(0.03 / 0.00 / 0.41 / 0.06)

CMYK percentages

%3.35
%0
%41.42
%6.27

Codes

Color #E7EF8C in popluar color models

E7 EF 8C
RGB 231 239 140
HSL 65° 75.57% 74.31%
HSB/HSV 65° 41.42% 93.73%
CMYK 3.35% 0.00% 41.42%
6.27%

Color #E7EF8C in popluar number systems.

HEX E7 EF 8C
Decimal 231 239 140
Binary 11100111 11101111 10001100
Octal 347 357 214

Shades and tints

Shades of #E7EF8C

#E7EF8C
(231,239,140)
#D2DA80
(210,218,128)
#BDC574
(189,197,116)
#A8B068
(168,176,104)
#939B5C
(147,155,92)
#7E8650
(126,134,80)
#697144
(105,113,68)
#545C38
(84,92,56)
#3F472C
(63,71,44)
#2A3220
(42,50,32)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #E7EF8C

#E7EF8C
(231,239,140)
#E9F096
(233,240,150)
#EBF1A0
(235,241,160)
#EDF2AA
(237,242,170)
#EFF3B4
(239,243,180)
#F1F4BE
(241,244,190)
#F3F5C8
(243,245,200)
#F5F6D2
(245,246,210)
#F7F7DC
(247,247,220)
#F9F8E6
(249,248,230)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EF8C color. Also use rgb(231,239,140) instead hex code.

Text Font Color

.myTextColor { color: #E7EF8C; }

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

This text font color is #E7EF8C.

Background Color

.myBgColor { background-color: #E7EF8C; }

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

This div background color is #E7EF8C.

Border color

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

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

This div border color is #E7EF8C.

Opacity

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

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

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

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

This text has shadow with #E7EF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EF8C.

Preview

Color preview on black background

This text has color #E7EF8C on black background.


Color preview on white background

This text has color #E7EF8C on white background.


Black color preview on #E7EF8C background

This text has black color on #E7EF8C background.


White color preview on #E7EF8C background

This text has white color on #E7EF8C background.


Related colors

Complementary color

Complementary color for #hex is #181073.


I love getcolorcode.com

Triadic colors

1 #8CE7EF and #EF8CE7 with #E7EF8C are triadic colors.

2 #8CEFE7 and #EFE78C with #E7EF8C are triadic colors.