COLOR #EBDB9B

HEX: #EBDB9B
RGB: (235,219,155)

Color info

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

RGB color model

#EBDB9B color RGB value is (235,219,155).

  • red value is 235;
  • green value is 219;
  • blue value is 155.
RGB:
(235,219,155)
(92%,86%,61%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 155 of 255 = 61%

235
219
155

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

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 155 = 609 (100%)
R 235 of 609 ~ 38.59%
G 219 of 609 ~ 35.96%
B 155 of 609 ~ 25.45%

%38.59
%35.96
%25.45

CMYK color model

#EBDB9B color CMYK value is (0,7,34,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(0,7,34,8)
C0M7Y34K8 
(0%,7%,34%,8%)
(0.00/0.07/0.34/0.08)	

CMYK percentages

%0
%6.81
%34.04
%7.84

Codes

Color #EBDB9B in popluar color models

EBDB9B
RGB235219155
HSL48°66.67%76.47%
HSB/HSV48°34.04%92.16%
CMYK0.00%6.81%34.04%
7.84%

Color #EBDB9B in popluar number systems.

HEXEBDB9B
Decimal235219155
Binary111010111101101110011011
Octal353333233

Shades and tints

Shades of #EBDB9B

#EBDB9B
(235,219,155)
#D6C88D
(214,200,141)
#C1B57F
(193,181,127)
#ACA271
(172,162,113)
#978F63
(151,143,99)
#827C55
(130,124,85)
#6D6947
(109,105,71)
#585639
(88,86,57)
#43432B
(67,67,43)
#2E301D
(46,48,29)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #EBDB9B

#EBDB9B
(235,219,155)
#ECDEA4
(236,222,164)
#EDE1AD
(237,225,173)
#EEE4B6
(238,228,182)
#EFE7BF
(239,231,191)
#F0EAC8
(240,234,200)
#F1EDD1
(241,237,209)
#F2F0DA
(242,240,218)
#F3F3E3
(243,243,227)
#F4F6EC
(244,246,236)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDB9B color. Also use rgb(235,219,155) instead hex code.

Text Font Color

.myTextColor { color: #EBDB9B; }

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

This text font color is #EBDB9B.


Background Color

.myBgColor { background-color: #EBDB9B; }

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

This div background color is #EBDB9B.


Border color

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

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

This div border color is #EBDB9B.


Opacity

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

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

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

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

This text has shadow with #EBDB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDB9B on black background.


Color preview on white background

This text has color #EBDB9B on white background.



Black color preview on #EBDB9B background

This text has black color on #EBDB9B background.


White color preview on #EBDB9B background

This text has white color on #EBDB9B background.