COLOR #EBD9B7

HEX: #EBD9B7
RGB: (235,217,183)

Color info

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

RGB color model

#EBD9B7 color RGB value is (235,217,183).

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

RGB channels and saturation

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

235
217
183

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 183 = 635 (100%)
R 235 of 635 ~ 37.01%
G 217 of 635 ~ 34.17%
B 183 of 635 ~ 28.82%

%37.01
%34.17
%28.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 22.13%
  • 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
%22.13
%7.84

Codes

Color #EBD9B7 in popluar color models

EBD9B7
RGB235217183
HSL39°56.52%81.96%
HSB/HSV39°22.13%92.16%
CMYK0.00%7.66%22.13%
7.84%

Color #EBD9B7 in popluar number systems.

HEXEBD9B7
Decimal235217183
Binary111010111101100110110111
Octal353331267

Shades and tints

Shades of #EBD9B7

#EBD9B7
(235,217,183)
#D6C6A7
(214,198,167)
#C1B397
(193,179,151)
#ACA087
(172,160,135)
#978D77
(151,141,119)
#827A67
(130,122,103)
#6D6757
(109,103,87)
#585447
(88,84,71)
#434137
(67,65,55)
#2E2E27
(46,46,39)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBD9B7

#EBD9B7
(235,217,183)
#ECDCBD
(236,220,189)
#EDDFC3
(237,223,195)
#EEE2C9
(238,226,201)
#EFE5CF
(239,229,207)
#F0E8D5
(240,232,213)
#F1EBDB
(241,235,219)
#F2EEE1
(242,238,225)
#F3F1E7
(243,241,231)
#F4F4ED
(244,244,237)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9B7; }

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

This text font color is #EBD9B7.


Background Color

.myBgColor { background-color: #EBD9B7; }

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

This div background color is #EBD9B7.


Border color

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

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

This div border color is #EBD9B7.


Opacity

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

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

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

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

This text has shadow with #EBD9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9B7 on black background.


Color preview on white background

This text has color #EBD9B7 on white background.



Black color preview on #EBD9B7 background

This text has black color on #EBD9B7 background.


White color preview on #EBD9B7 background

This text has white color on #EBD9B7 background.