COLOR #E1EB94

HEX: #E1EB94
RGB: (225,235,148)

Color info

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

RGB color model

#E1EB94 color RGB value is (225,235,148).

  • red value is 225;
  • green value is 235;
  • blue value is 148.
RGB:
(225,235,148)
(88%,92%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 148 of 255 = 58%

225
235
148

R + G + B ~ 79%. #E1EB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 148 = 608 (100%)
R 225 of 608 ~ 37.01%
G 235 of 608 ~ 38.65%
B 148 of 608 ~ 24.34%

%37.01
%38.65
%24.34

CMYK color model

#E1EB94 color CMYK value is (4,0,37,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 7.84%
CMYK:
(4,0,37,8)
C4M0Y37K8 
(4%,0%,37%,8%)
(0.04/0.00/0.37/0.08)	

CMYK percentages

%4.26
%0
%37.02
%7.84

Codes

Color #E1EB94 in popluar color models

E1EB94
RGB225235148
HSL67°68.50%75.10%
HSB/HSV67°37.02%92.16%
CMYK4.26%0.00%37.02%
7.84%

Color #E1EB94 in popluar number systems.

HEXE1EB94
Decimal225235148
Binary111000011110101110010100
Octal341353224

Shades and tints

Shades of #E1EB94

#E1EB94
(225,235,148)
#CDD687
(205,214,135)
#B9C17A
(185,193,122)
#A5AC6D
(165,172,109)
#919760
(145,151,96)
#7D8253
(125,130,83)
#696D46
(105,109,70)
#555839
(85,88,57)
#41432C
(65,67,44)
#2D2E1F
(45,46,31)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #E1EB94

#E1EB94
(225,235,148)
#E3EC9D
(227,236,157)
#E5EDA6
(229,237,166)
#E7EEAF
(231,238,175)
#E9EFB8
(233,239,184)
#EBF0C1
(235,240,193)
#EDF1CA
(237,241,202)
#EFF2D3
(239,242,211)
#F1F3DC
(241,243,220)
#F3F4E5
(243,244,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EB94 color. Also use rgb(225,235,148) instead hex code.

Text Font Color

.myTextColor { color: #E1EB94; }

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

This text font color is #E1EB94.


Background Color

.myBgColor { background-color: #E1EB94; }

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

This div background color is #E1EB94.


Border color

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

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

This div border color is #E1EB94.


Opacity

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

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

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

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

This text has shadow with #E1EB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EB94 on black background.


Color preview on white background

This text has color #E1EB94 on white background.



Black color preview on #E1EB94 background

This text has black color on #E1EB94 background.


White color preview on #E1EB94 background

This text has white color on #E1EB94 background.