COLOR #EBD7D2

HEX: #EBD7D2
RGB: (235,215,210)

Color info

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

RGB color model

#EBD7D2 color RGB value is (235,215,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 210 of 255 = 82%

235
215
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 210 = 660 (100%)
R 235 of 660 ~ 35.61%
G 215 of 660 ~ 32.58%
B 210 of 660 ~ 31.82%

%35.61
%32.58
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,9,11,8)
C0M9Y11K8 
(0%,9%,11%,8%)
(0.00/0.09/0.11/0.08)	

CMYK percentages

%0
%8.51
%10.64
%7.84

Codes

Color #EBD7D2 in popluar color models

EBD7D2
RGB235215210
HSL12°38.46%87.25%
HSB/HSV12°10.64%92.16%
CMYK0.00%8.51%10.64%
7.84%

Color #EBD7D2 in popluar number systems.

HEXEBD7D2
Decimal235215210
Binary111010111101011111010010
Octal353327322

Shades and tints

Shades of #EBD7D2

#EBD7D2
(235,215,210)
#D6C4BF
(214,196,191)
#C1B1AC
(193,177,172)
#AC9E99
(172,158,153)
#978B86
(151,139,134)
#827873
(130,120,115)
#6D6560
(109,101,96)
#58524D
(88,82,77)
#433F3A
(67,63,58)
#2E2C27
(46,44,39)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBD7D2

#EBD7D2
(235,215,210)
#ECDAD6
(236,218,214)
#EDDDDA
(237,221,218)
#EEE0DE
(238,224,222)
#EFE3E2
(239,227,226)
#F0E6E6
(240,230,230)
#F1E9EA
(241,233,234)
#F2ECEE
(242,236,238)
#F3EFF2
(243,239,242)
#F4F2F6
(244,242,246)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7D2; }

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

This text font color is #EBD7D2.


Background Color

.myBgColor { background-color: #EBD7D2; }

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

This div background color is #EBD7D2.


Border color

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

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

This div border color is #EBD7D2.


Opacity

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

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

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

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

This text has shadow with #EBD7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7D2 on black background.


Color preview on white background

This text has color #EBD7D2 on white background.



Black color preview on #EBD7D2 background

This text has black color on #EBD7D2 background.


White color preview on #EBD7D2 background

This text has white color on #EBD7D2 background.