COLOR #EBD7E0

HEX: #EBD7E0
RGB: (235,215,224)

Color info

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

RGB color model

#EBD7E0 color RGB value is (235,215,224).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 224 of 255 = 88%

235
215
224

R + G + B ~ 88%. #EBD7E0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 224 = 674 (100%)
R 235 of 674 ~ 34.87%
G 215 of 674 ~ 31.9%
B 224 of 674 ~ 33.23%

%34.87
%31.9
%33.23

CMYK color model

#EBD7E0 color CMYK value is (0,9,5,8).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(0,9,5,8)
C0M9Y5K8 
(0%,9%,5%,8%)
(0.00/0.09/0.05/0.08)	

CMYK percentages

%0
%8.51
%4.68
%7.84

Codes

Color #EBD7E0 in popluar color models

EBD7E0
RGB235215224
HSL333°33.33%88.24%
HSB/HSV333°8.51%92.16%
CMYK0.00%8.51%4.68%
7.84%

Color #EBD7E0 in popluar number systems.

HEXEBD7E0
Decimal235215224
Binary111010111101011111100000
Octal353327340

Shades and tints

Shades of #EBD7E0

#EBD7E0
(235,215,224)
#D6C4CC
(214,196,204)
#C1B1B8
(193,177,184)
#AC9EA4
(172,158,164)
#978B90
(151,139,144)
#82787C
(130,120,124)
#6D6568
(109,101,104)
#585254
(88,82,84)
#433F40
(67,63,64)
#2E2C2C
(46,44,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBD7E0

#EBD7E0
(235,215,224)
#ECDAE2
(236,218,226)
#EDDDE4
(237,221,228)
#EEE0E6
(238,224,230)
#EFE3E8
(239,227,232)
#F0E6EA
(240,230,234)
#F1E9EC
(241,233,236)
#F2ECEE
(242,236,238)
#F3EFF0
(243,239,240)
#F4F2F2
(244,242,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7E0; }

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

This text font color is #EBD7E0.


Background Color

.myBgColor { background-color: #EBD7E0; }

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

This div background color is #EBD7E0.


Border color

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

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

This div border color is #EBD7E0.


Opacity

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

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

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

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

This text has shadow with #EBD7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7E0 on black background.


Color preview on white background

This text has color #EBD7E0 on white background.



Black color preview on #EBD7E0 background

This text has black color on #EBD7E0 background.


White color preview on #EBD7E0 background

This text has white color on #EBD7E0 background.