COLOR #EBD8BB

HEX: #EBD8BB
RGB: (235,216,187)

Color info

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

RGB color model

#EBD8BB color RGB value is (235,216,187).

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

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 187 of 255 = 73%

235
216
187

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 187 = 638 (100%)
R 235 of 638 ~ 36.83%
G 216 of 638 ~ 33.86%
B 187 of 638 ~ 29.31%

%36.83
%33.86
%29.31

CMYK color model

#EBD8BB color CMYK value is (0,8,20,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 20.43%
  • key color value is 7.84%
CMYK:
(0,8,20,8)
C0M8Y20K8 
(0%,8%,20%,8%)
(0.00/0.08/0.20/0.08)	

CMYK percentages

%0
%8.09
%20.43
%7.84

Codes

Color #EBD8BB in popluar color models

EBD8BB
RGB235216187
HSL36°54.55%82.75%
HSB/HSV36°20.43%92.16%
CMYK0.00%8.09%20.43%
7.84%

Color #EBD8BB in popluar number systems.

HEXEBD8BB
Decimal235216187
Binary111010111101100010111011
Octal353330273

Shades and tints

Shades of #EBD8BB

#EBD8BB
(235,216,187)
#D6C5AA
(214,197,170)
#C1B299
(193,178,153)
#AC9F88
(172,159,136)
#978C77
(151,140,119)
#827966
(130,121,102)
#6D6655
(109,102,85)
#585344
(88,83,68)
#434033
(67,64,51)
#2E2D22
(46,45,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #EBD8BB

#EBD8BB
(235,216,187)
#ECDBC1
(236,219,193)
#EDDEC7
(237,222,199)
#EEE1CD
(238,225,205)
#EFE4D3
(239,228,211)
#F0E7D9
(240,231,217)
#F1EADF
(241,234,223)
#F2EDE5
(242,237,229)
#F3F0EB
(243,240,235)
#F4F3F1
(244,243,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8BB; }

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

This text font color is #EBD8BB.


Background Color

.myBgColor { background-color: #EBD8BB; }

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

This div background color is #EBD8BB.


Border color

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

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

This div border color is #EBD8BB.


Opacity

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

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

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

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

This text has shadow with #EBD8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8BB on black background.


Color preview on white background

This text has color #EBD8BB on white background.



Black color preview on #EBD8BB background

This text has black color on #EBD8BB background.


White color preview on #EBD8BB background

This text has white color on #EBD8BB background.