COLOR #EBDD9E

HEX: #EBDD9E
RGB: (235,221,158)

Color info

#EBDD9E contains mainly red and green colors. Web safe color of #EBDD9E is #FFCC99 (or #FC9).

RGB color model

#EBDD9E color RGB value is (235,221,158).

  • red value is 235;
  • green value is 221;
  • blue value is 158.
RGB:
(235,221,158)
(92%,87%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 158 of 255 = 62%

235
221
158

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 158 = 614 (100%)
R 235 of 614 ~ 38.27%
G 221 of 614 ~ 35.99%
B 158 of 614 ~ 25.73%

%38.27
%35.99
%25.73

CMYK color model

#EBDD9E color CMYK value is (0,6,33,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 32.77%
  • key color value is 7.84%
CMYK:
(0,6,33,8)
C0M6Y33K8 
(0%,6%,33%,8%)
(0.00/0.06/0.33/0.08)	

CMYK percentages

%0
%5.96
%32.77
%7.84

Codes

Color #EBDD9E in popluar color models

EBDD9E
RGB235221158
HSL49°65.81%77.06%
HSB/HSV49°32.77%92.16%
CMYK0.00%5.96%32.77%
7.84%

Color #EBDD9E in popluar number systems.

HEXEBDD9E
Decimal235221158
Binary111010111101110110011110
Octal353335236

Shades and tints

Shades of #EBDD9E

#EBDD9E
(235,221,158)
#D6C990
(214,201,144)
#C1B582
(193,181,130)
#ACA174
(172,161,116)
#978D66
(151,141,102)
#827958
(130,121,88)
#6D654A
(109,101,74)
#58513C
(88,81,60)
#433D2E
(67,61,46)
#2E2920
(46,41,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #EBDD9E

#EBDD9E
(235,221,158)
#ECE0A6
(236,224,166)
#EDE3AE
(237,227,174)
#EEE6B6
(238,230,182)
#EFE9BE
(239,233,190)
#F0ECC6
(240,236,198)
#F1EFCE
(241,239,206)
#F2F2D6
(242,242,214)
#F3F5DE
(243,245,222)
#F4F8E6
(244,248,230)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDD9E; }

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

This text font color is #EBDD9E.


Background Color

.myBgColor { background-color: #EBDD9E; }

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

This div background color is #EBDD9E.


Border color

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

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

This div border color is #EBDD9E.


Opacity

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

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

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

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

This text has shadow with #EBDD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDD9E on black background.


Color preview on white background

This text has color #EBDD9E on white background.



Black color preview on #EBDD9E background

This text has black color on #EBDD9E background.


White color preview on #EBDD9E background

This text has white color on #EBDD9E background.