COLOR #EBEE9F

HEX: #EBEE9F
RGB: (235,238,159)

Color info

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

RGB color model

#EBEE9F color RGB value is (235,238,159).

  • red value is 235;
  • green value is 238;
  • blue value is 159.
RGB:
(235,238,159)
(92%,93%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 159 of 255 = 62%

235
238
159

R + G + B ~ 82%. #EBEE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 238 + 159 = 632 (100%)
R 235 of 632 ~ 37.18%
G 238 of 632 ~ 37.66%
B 159 of 632 ~ 25.16%

%37.18
%37.66
%25.16

CMYK color model

#EBEE9F color CMYK value is (1,0,33,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 6.67%
CMYK:
(1,0,33,7)
C1M0Y33K7 
(1%,0%,33%,7%)
(0.01/0.00/0.33/0.07)	

CMYK percentages

%1.26
%0
%33.19
%6.67

Codes

Color #EBEE9F in popluar color models

EBEE9F
RGB235238159
HSL62°69.91%77.84%
HSB/HSV62°33.19%93.33%
CMYK1.26%0.00%33.19%
6.67%

Color #EBEE9F in popluar number systems.

HEXEBEE9F
Decimal235238159
Binary111010111110111010011111
Octal353356237

Shades and tints

Shades of #EBEE9F

#EBEE9F
(235,238,159)
#D6D991
(214,217,145)
#C1C483
(193,196,131)
#ACAF75
(172,175,117)
#979A67
(151,154,103)
#828559
(130,133,89)
#6D704B
(109,112,75)
#585B3D
(88,91,61)
#43462F
(67,70,47)
#2E3121
(46,49,33)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #EBEE9F

#EBEE9F
(235,238,159)
#ECEFA7
(236,239,167)
#EDF0AF
(237,240,175)
#EEF1B7
(238,241,183)
#EFF2BF
(239,242,191)
#F0F3C7
(240,243,199)
#F1F4CF
(241,244,207)
#F2F5D7
(242,245,215)
#F3F6DF
(243,246,223)
#F4F7E7
(244,247,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEE9F color. Also use rgb(235,238,159) instead hex code.

Text Font Color

.myTextColor { color: #EBEE9F; }

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

This text font color is #EBEE9F.


Background Color

.myBgColor { background-color: #EBEE9F; }

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

This div background color is #EBEE9F.


Border color

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

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

This div border color is #EBEE9F.


Opacity

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

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

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

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

This text has shadow with #EBEE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEE9F on black background.


Color preview on white background

This text has color #EBEE9F on white background.



Black color preview on #EBEE9F background

This text has black color on #EBEE9F background.


White color preview on #EBEE9F background

This text has white color on #EBEE9F background.