COLOR #E7E67F

HEX: #E7E67F
RGB: (231,230,127)

Color info

#E7E67F contains mainly red and green colors. Web safe color of #E7E67F is #FFCC66 (or #FC6).

RGB color model

#E7E67F color RGB value is (231,230,127).

  • red value is 231;
  • green value is 230;
  • blue value is 127.
RGB:
(231,230,127)
(91%,90%,50%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 127 of 255 = 50%

231
230
127

R + G + B ~ 77%. #E7E67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 127 = 588 (100%)
R 231 of 588 ~ 39.29%
G 230 of 588 ~ 39.12%
B 127 of 588 ~ 21.6%

%39.29
%39.12
%21.6

CMYK color model

#E7E67F color CMYK value is (0,0,45,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(0,0,45,9)
C0M0Y45K9 
(0%,0%,45%,9%)
(0.00/0.00/0.45/0.09)	

CMYK percentages

%0
%0.43
%45.02
%9.41

Codes

Color #E7E67F in popluar color models

E7E67F
RGB231230127
HSL59°68.42%70.20%
HSB/HSV59°45.02%90.59%
CMYK0.00%0.43%45.02%
9.41%

Color #E7E67F in popluar number systems.

HEXE7E67F
Decimal231230127
Binary11100111111001101111111
Octal347346177

Shades and tints

Shades of #E7E67F

#E7E67F
(231,230,127)
#D2D274
(210,210,116)
#BDBE69
(189,190,105)
#A8AA5E
(168,170,94)
#939653
(147,150,83)
#7E8248
(126,130,72)
#696E3D
(105,110,61)
#545A32
(84,90,50)
#3F4627
(63,70,39)
#2A321C
(42,50,28)
#151E11
(21,30,17)
#000000
(0,0,0)

Tints of #E7E67F

#E7E67F
(231,230,127)
#E9E88A
(233,232,138)
#EBEA95
(235,234,149)
#EDECA0
(237,236,160)
#EFEEAB
(239,238,171)
#F1F0B6
(241,240,182)
#F3F2C1
(243,242,193)
#F5F4CC
(245,244,204)
#F7F6D7
(247,246,215)
#F9F8E2
(249,248,226)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E67F color. Also use rgb(231,230,127) instead hex code.

Text Font Color

.myTextColor { color: #E7E67F; }

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

This text font color is #E7E67F.


Background Color

.myBgColor { background-color: #E7E67F; }

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

This div background color is #E7E67F.


Border color

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

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

This div border color is #E7E67F.


Opacity

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

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

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

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

This text has shadow with #E7E67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E67F on black background.


Color preview on white background

This text has color #E7E67F on white background.



Black color preview on #E7E67F background

This text has black color on #E7E67F background.


White color preview on #E7E67F background

This text has white color on #E7E67F background.