COLOR #EBD5B8

HEX: #EBD5B8
RGB: (235,213,184)

Color info

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

RGB color model

#EBD5B8 color RGB value is (235,213,184).

  • red value is 235;
  • green value is 213;
  • blue value is 184.
RGB:
(235,213,184)
(92%,84%,72%)

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 184 of 255 = 72%

235
213
184

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

Portions of RGB colors in percentages

R + G + B =
235 + 213 + 184 = 632 (100%)
R 235 of 632 ~ 37.18%
G 213 of 632 ~ 33.7%
B 184 of 632 ~ 29.11%

%37.18
%33.7
%29.11

CMYK color model

#EBD5B8 color CMYK value is (0,9,22,8).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 21.70%
  • key color value is 7.84%
CMYK:
(0,9,22,8)
C0M9Y22K8 
(0%,9%,22%,8%)
(0.00/0.09/0.22/0.08)	

CMYK percentages

%0
%9.36
%21.7
%7.84

Codes

Color #EBD5B8 in popluar color models

EBD5B8
RGB235213184
HSL34°56.04%82.16%
HSB/HSV34°21.70%92.16%
CMYK0.00%9.36%21.70%
7.84%

Color #EBD5B8 in popluar number systems.

HEXEBD5B8
Decimal235213184
Binary111010111101010110111000
Octal353325270

Shades and tints

Shades of #EBD5B8

#EBD5B8
(235,213,184)
#D6C2A8
(214,194,168)
#C1AF98
(193,175,152)
#AC9C88
(172,156,136)
#978978
(151,137,120)
#827668
(130,118,104)
#6D6358
(109,99,88)
#585048
(88,80,72)
#433D38
(67,61,56)
#2E2A28
(46,42,40)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBD5B8

#EBD5B8
(235,213,184)
#ECD8BE
(236,216,190)
#EDDBC4
(237,219,196)
#EEDECA
(238,222,202)
#EFE1D0
(239,225,208)
#F0E4D6
(240,228,214)
#F1E7DC
(241,231,220)
#F2EAE2
(242,234,226)
#F3EDE8
(243,237,232)
#F4F0EE
(244,240,238)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD5B8 color. Also use rgb(235,213,184) instead hex code.

Text Font Color

.myTextColor { color: #EBD5B8; }

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

This text font color is #EBD5B8.


Background Color

.myBgColor { background-color: #EBD5B8; }

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

This div background color is #EBD5B8.


Border color

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

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

This div border color is #EBD5B8.


Opacity

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

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

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

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

This text has shadow with #EBD5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5B8 on black background.


Color preview on white background

This text has color #EBD5B8 on white background.



Black color preview on #EBD5B8 background

This text has black color on #EBD5B8 background.


White color preview on #EBD5B8 background

This text has white color on #EBD5B8 background.