COLOR #EBD9B8

HEX: #EBD9B8
RGB: (235,217,184)

Color info

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

RGB color model

#EBD9B8 color RGB value is (235,217,184).

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

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 184 of 255 = 72%

235
217
184

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 184 = 636 (100%)
R 235 of 636 ~ 36.95%
G 217 of 636 ~ 34.12%
B 184 of 636 ~ 28.93%

%36.95
%34.12
%28.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 21.70%
  • key color value is 7.84%
CMYK:
(0,8,22,8)
C0M8Y22K8 
(0%,8%,22%,8%)
(0.00/0.08/0.22/0.08)	

CMYK percentages

%0
%7.66
%21.7
%7.84

Codes

Color #EBD9B8 in popluar color models

EBD9B8
RGB235217184
HSL39°56.04%82.16%
HSB/HSV39°21.70%92.16%
CMYK0.00%7.66%21.70%
7.84%

Color #EBD9B8 in popluar number systems.

HEXEBD9B8
Decimal235217184
Binary111010111101100110111000
Octal353331270

Shades and tints

Shades of #EBD9B8

#EBD9B8
(235,217,184)
#D6C6A8
(214,198,168)
#C1B398
(193,179,152)
#ACA088
(172,160,136)
#978D78
(151,141,120)
#827A68
(130,122,104)
#6D6758
(109,103,88)
#585448
(88,84,72)
#434138
(67,65,56)
#2E2E28
(46,46,40)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBD9B8

#EBD9B8
(235,217,184)
#ECDCBE
(236,220,190)
#EDDFC4
(237,223,196)
#EEE2CA
(238,226,202)
#EFE5D0
(239,229,208)
#F0E8D6
(240,232,214)
#F1EBDC
(241,235,220)
#F2EEE2
(242,238,226)
#F3F1E8
(243,241,232)
#F4F4EE
(244,244,238)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9B8; }

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

This text font color is #EBD9B8.


Background Color

.myBgColor { background-color: #EBD9B8; }

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

This div background color is #EBD9B8.


Border color

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

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

This div border color is #EBD9B8.


Opacity

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

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

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

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

This text has shadow with #EBD9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9B8 on black background.


Color preview on white background

This text has color #EBD9B8 on white background.



Black color preview on #EBD9B8 background

This text has black color on #EBD9B8 background.


White color preview on #EBD9B8 background

This text has white color on #EBD9B8 background.