COLOR #EBD9B9

HEX: #EBD9B9
RGB: (235,217,185)

Color info

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

RGB color model

#EBD9B9 color RGB value is (235,217,185).

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

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 185 of 255 = 73%

235
217
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 185 = 637 (100%)
R 235 of 637 ~ 36.89%
G 217 of 637 ~ 34.07%
B 185 of 637 ~ 29.04%

%36.89
%34.07
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,8,21,8)
C0M8Y21K8 
(0%,8%,21%,8%)
(0.00/0.08/0.21/0.08)	

CMYK percentages

%0
%7.66
%21.28
%7.84

Codes

Color #EBD9B9 in popluar color models

EBD9B9
RGB235217185
HSL38°55.56%82.35%
HSB/HSV38°21.28%92.16%
CMYK0.00%7.66%21.28%
7.84%

Color #EBD9B9 in popluar number systems.

HEXEBD9B9
Decimal235217185
Binary111010111101100110111001
Octal353331271

Shades and tints

Shades of #EBD9B9

#EBD9B9
(235,217,185)
#D6C6A9
(214,198,169)
#C1B399
(193,179,153)
#ACA089
(172,160,137)
#978D79
(151,141,121)
#827A69
(130,122,105)
#6D6759
(109,103,89)
#585449
(88,84,73)
#434139
(67,65,57)
#2E2E29
(46,46,41)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBD9B9

#EBD9B9
(235,217,185)
#ECDCBF
(236,220,191)
#EDDFC5
(237,223,197)
#EEE2CB
(238,226,203)
#EFE5D1
(239,229,209)
#F0E8D7
(240,232,215)
#F1EBDD
(241,235,221)
#F2EEE3
(242,238,227)
#F3F1E9
(243,241,233)
#F4F4EF
(244,244,239)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9B9; }

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

This text font color is #EBD9B9.


Background Color

.myBgColor { background-color: #EBD9B9; }

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

This div background color is #EBD9B9.


Border color

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

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

This div border color is #EBD9B9.


Opacity

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

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

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

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

This text has shadow with #EBD9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9B9 on black background.


Color preview on white background

This text has color #EBD9B9 on white background.



Black color preview on #EBD9B9 background

This text has black color on #EBD9B9 background.


White color preview on #EBD9B9 background

This text has white color on #EBD9B9 background.