COLOR #EBD8B4

HEX: #EBD8B4
RGB: (235,216,180)

Color info

#EBD8B4 contains red, green and blue colors in about the same proportion. Web safe color of #EBD8B4 is #FFCCCC (or #FCC).

RGB color model

#EBD8B4 color RGB value is (235,216,180).

  • red value is 235;
  • green value is 216;
  • blue value is 180.
RGB:
(235,216,180)
(92%,85%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 180 of 255 = 71%

235
216
180

R + G + B ~ 83%. #EBD8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 180 = 631 (100%)
R 235 of 631 ~ 37.24%
G 216 of 631 ~ 34.23%
B 180 of 631 ~ 28.53%

%37.24
%34.23
%28.53

CMYK color model

#EBD8B4 color CMYK value is (0,8,23,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,8,23,8)
C0M8Y23K8 
(0%,8%,23%,8%)
(0.00/0.08/0.23/0.08)	

CMYK percentages

%0
%8.09
%23.4
%7.84

Codes

Color #EBD8B4 in popluar color models

EBD8B4
RGB235216180
HSL39°57.89%81.37%
HSB/HSV39°23.40%92.16%
CMYK0.00%8.09%23.40%
7.84%

Color #EBD8B4 in popluar number systems.

HEXEBD8B4
Decimal235216180
Binary111010111101100010110100
Octal353330264

Shades and tints

Shades of #EBD8B4

#EBD8B4
(235,216,180)
#D6C5A4
(214,197,164)
#C1B294
(193,178,148)
#AC9F84
(172,159,132)
#978C74
(151,140,116)
#827964
(130,121,100)
#6D6654
(109,102,84)
#585344
(88,83,68)
#434034
(67,64,52)
#2E2D24
(46,45,36)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBD8B4

#EBD8B4
(235,216,180)
#ECDBBA
(236,219,186)
#EDDEC0
(237,222,192)
#EEE1C6
(238,225,198)
#EFE4CC
(239,228,204)
#F0E7D2
(240,231,210)
#F1EAD8
(241,234,216)
#F2EDDE
(242,237,222)
#F3F0E4
(243,240,228)
#F4F3EA
(244,243,234)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD8B4 color. Also use rgb(235,216,180) instead hex code.

Text Font Color

.myTextColor { color: #EBD8B4; }

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

This text font color is #EBD8B4.


Background Color

.myBgColor { background-color: #EBD8B4; }

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

This div background color is #EBD8B4.


Border color

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

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

This div border color is #EBD8B4.


Opacity

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

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

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

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

This text has shadow with #EBD8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8B4 on black background.


Color preview on white background

This text has color #EBD8B4 on white background.



Black color preview on #EBD8B4 background

This text has black color on #EBD8B4 background.


White color preview on #EBD8B4 background

This text has white color on #EBD8B4 background.