COLOR #EBEE9E

HEX: #EBEE9E RGB: (235,238,158)

Color info

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

RGB color model

#EBEE9E color RGB value is (235,238,158).

RGB: (235,238,158) (92%, 93%, 62%)

RGB channels and saturation

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

235
238
158

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

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 158 = 631 (100%)
R 235 of 631 ~ 37.24%
G 238 of 631 ~ 37.72%
B 158 of 631 ~ 25.04'%

%37.24
%37.72
%25.04

CMYK color model

#EBEE9E color CMYK value is (1,0,34,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 6.67%

CMYK: (1,0,34,7)
C1M0Y34K7 (1%, 0%, 34%, 7%)
(0.01 / 0.00 / 0.34 / 0.07)

CMYK percentages

%1.26
%0
%33.61
%6.67

Codes

Color #EBEE9E in popluar color models

EB EE 9E
RGB 235 238 158
HSL 62° 70.18% 77.65%
HSB/HSV 62° 33.61% 93.33%
CMYK 1.26% 0.00% 33.61%
6.67%

Color #EBEE9E in popluar number systems.

HEX EB EE 9E
Decimal 235 238 158
Binary 11101011 11101110 10011110
Octal 353 356 236

Shades and tints

Shades of #EBEE9E

#EBEE9E
(235,238,158)
#D6D990
(214,217,144)
#C1C482
(193,196,130)
#ACAF74
(172,175,116)
#979A66
(151,154,102)
#828558
(130,133,88)
#6D704A
(109,112,74)
#585B3C
(88,91,60)
#43462E
(67,70,46)
#2E3120
(46,49,32)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #EBEE9E

#EBEE9E
(235,238,158)
#ECEFA6
(236,239,166)
#EDF0AE
(237,240,174)
#EEF1B6
(238,241,182)
#EFF2BE
(239,242,190)
#F0F3C6
(240,243,198)
#F1F4CE
(241,244,206)
#F2F5D6
(242,245,214)
#F3F6DE
(243,246,222)
#F4F7E6
(244,247,230)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEE9E; }

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

This text font color is #EBEE9E.

Background Color

.myBgColor { background-color: #EBEE9E; }

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

This div background color is #EBEE9E.

Border color

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

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

This div border color is #EBEE9E.

Opacity

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

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

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

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

This text has shadow with #EBEE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEE9E.

Preview

Color preview on black background

This text has color #EBEE9E on black background.


Color preview on white background

This text has color #EBEE9E on white background.


Black color preview on #EBEE9E background

This text has black color on #EBEE9E background.


White color preview on #EBEE9E background

This text has white color on #EBEE9E background.


Related colors

Complementary color

Complementary color for #hex is #141161.


I love getcolorcode.com

Triadic colors

1 #9EEBEE and #EE9EEB with #EBEE9E are triadic colors.

2 #9EEEEB and #EEEB9E with #EBEE9E are triadic colors.