COLOR #EBD7B9

HEX: #EBD7B9
RGB: (235,215,185)

Color info

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

RGB color model

#EBD7B9 color RGB value is (235,215,185).

  • red value is 235;
  • green value is 215;
  • blue value is 185.
RGB:
(235,215,185)
(92%,84%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 185 of 255 = 73%

235
215
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 185 = 635 (100%)
R 235 of 635 ~ 37.01%
G 215 of 635 ~ 33.86%
B 185 of 635 ~ 29.13%

%37.01
%33.86
%29.13

CMYK color model

#EBD7B9 color CMYK value is (0,9,21,8).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,9,21,8)
C0M9Y21K8 
(0%,9%,21%,8%)
(0.00/0.09/0.21/0.08)	

CMYK percentages

%0
%8.51
%21.28
%7.84

Codes

Color #EBD7B9 in popluar color models

EBD7B9
RGB235215185
HSL36°55.56%82.35%
HSB/HSV36°21.28%92.16%
CMYK0.00%8.51%21.28%
7.84%

Color #EBD7B9 in popluar number systems.

HEXEBD7B9
Decimal235215185
Binary111010111101011110111001
Octal353327271

Shades and tints

Shades of #EBD7B9

#EBD7B9
(235,215,185)
#D6C4A9
(214,196,169)
#C1B199
(193,177,153)
#AC9E89
(172,158,137)
#978B79
(151,139,121)
#827869
(130,120,105)
#6D6559
(109,101,89)
#585249
(88,82,73)
#433F39
(67,63,57)
#2E2C29
(46,44,41)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBD7B9

#EBD7B9
(235,215,185)
#ECDABF
(236,218,191)
#EDDDC5
(237,221,197)
#EEE0CB
(238,224,203)
#EFE3D1
(239,227,209)
#F0E6D7
(240,230,215)
#F1E9DD
(241,233,221)
#F2ECE3
(242,236,227)
#F3EFE9
(243,239,233)
#F4F2EF
(244,242,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD7B9 color. Also use rgb(235,215,185) instead hex code.

Text Font Color

.myTextColor { color: #EBD7B9; }

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

This text font color is #EBD7B9.


Background Color

.myBgColor { background-color: #EBD7B9; }

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

This div background color is #EBD7B9.


Border color

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

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

This div border color is #EBD7B9.


Opacity

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

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

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

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

This text has shadow with #EBD7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7B9 on black background.


Color preview on white background

This text has color #EBD7B9 on white background.



Black color preview on #EBD7B9 background

This text has black color on #EBD7B9 background.


White color preview on #EBD7B9 background

This text has white color on #EBD7B9 background.