COLOR #EBDF9B

HEX: #EBDF9B
RGB: (235,223,155)

Color info

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

RGB color model

#EBDF9B color RGB value is (235,223,155).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 155 of 255 = 61%

235
223
155

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

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 155 = 613 (100%)
R 235 of 613 ~ 38.34%
G 223 of 613 ~ 36.38%
B 155 of 613 ~ 25.29%

%38.34
%36.38
%25.29

CMYK color model

#EBDF9B color CMYK value is (0,5,34,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(0,5,34,8)
C0M5Y34K8 
(0%,5%,34%,8%)
(0.00/0.05/0.34/0.08)	

CMYK percentages

%0
%5.11
%34.04
%7.84

Codes

Color #EBDF9B in popluar color models

EBDF9B
RGB235223155
HSL51°66.67%76.47%
HSB/HSV51°34.04%92.16%
CMYK0.00%5.11%34.04%
7.84%

Color #EBDF9B in popluar number systems.

HEXEBDF9B
Decimal235223155
Binary111010111101111110011011
Octal353337233

Shades and tints

Shades of #EBDF9B

#EBDF9B
(235,223,155)
#D6CB8D
(214,203,141)
#C1B77F
(193,183,127)
#ACA371
(172,163,113)
#978F63
(151,143,99)
#827B55
(130,123,85)
#6D6747
(109,103,71)
#585339
(88,83,57)
#433F2B
(67,63,43)
#2E2B1D
(46,43,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #EBDF9B

#EBDF9B
(235,223,155)
#ECE1A4
(236,225,164)
#EDE3AD
(237,227,173)
#EEE5B6
(238,229,182)
#EFE7BF
(239,231,191)
#F0E9C8
(240,233,200)
#F1EBD1
(241,235,209)
#F2EDDA
(242,237,218)
#F3EFE3
(243,239,227)
#F4F1EC
(244,241,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDF9B; }

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

This text font color is #EBDF9B.


Background Color

.myBgColor { background-color: #EBDF9B; }

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

This div background color is #EBDF9B.


Border color

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

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

This div border color is #EBDF9B.


Opacity

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

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

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

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

This text has shadow with #EBDF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDF9B on black background.


Color preview on white background

This text has color #EBDF9B on white background.



Black color preview on #EBDF9B background

This text has black color on #EBDF9B background.


White color preview on #EBDF9B background

This text has white color on #EBDF9B background.