COLOR #EBD9D0

HEX: #EBD9D0
RGB: (235,217,208)

Color info

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

RGB color model

#EBD9D0 color RGB value is (235,217,208).

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

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 208 of 255 = 82%

235
217
208

R + G + B ~ 86%. #EBD9D0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 208 = 660 (100%)
R 235 of 660 ~ 35.61%
G 217 of 660 ~ 32.88%
B 208 of 660 ~ 31.52%

%35.61
%32.88
%31.52

CMYK color model

#EBD9D0 color CMYK value is (0,8,11,8).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,8,11,8)
C0M8Y11K8 
(0%,8%,11%,8%)
(0.00/0.08/0.11/0.08)	

CMYK percentages

%0
%7.66
%11.49
%7.84

Codes

Color #EBD9D0 in popluar color models

EBD9D0
RGB235217208
HSL20°40.30%86.86%
HSB/HSV20°11.49%92.16%
CMYK0.00%7.66%11.49%
7.84%

Color #EBD9D0 in popluar number systems.

HEXEBD9D0
Decimal235217208
Binary111010111101100111010000
Octal353331320

Shades and tints

Shades of #EBD9D0

#EBD9D0
(235,217,208)
#D6C6BE
(214,198,190)
#C1B3AC
(193,179,172)
#ACA09A
(172,160,154)
#978D88
(151,141,136)
#827A76
(130,122,118)
#6D6764
(109,103,100)
#585452
(88,84,82)
#434140
(67,65,64)
#2E2E2E
(46,46,46)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #EBD9D0

#EBD9D0
(235,217,208)
#ECDCD4
(236,220,212)
#EDDFD8
(237,223,216)
#EEE2DC
(238,226,220)
#EFE5E0
(239,229,224)
#F0E8E4
(240,232,228)
#F1EBE8
(241,235,232)
#F2EEEC
(242,238,236)
#F3F1F0
(243,241,240)
#F4F4F4
(244,244,244)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9D0; }

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

This text font color is #EBD9D0.


Background Color

.myBgColor { background-color: #EBD9D0; }

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

This div background color is #EBD9D0.


Border color

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

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

This div border color is #EBD9D0.


Opacity

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

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

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

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

This text has shadow with #EBD9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9D0 on black background.


Color preview on white background

This text has color #EBD9D0 on white background.



Black color preview on #EBD9D0 background

This text has black color on #EBD9D0 background.


White color preview on #EBD9D0 background

This text has white color on #EBD9D0 background.