COLOR #EBD7E2

HEX: #EBD7E2
RGB: (235,215,226)

Color info

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

RGB color model

#EBD7E2 color RGB value is (235,215,226).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 226 of 255 = 89%

235
215
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 226 = 676 (100%)
R 235 of 676 ~ 34.76%
G 215 of 676 ~ 31.8%
B 226 of 676 ~ 33.43%

%34.76
%31.8
%33.43

CMYK color model

#EBD7E2 color CMYK value is (0,9,4,8).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,9,4,8)
C0M9Y4K8 
(0%,9%,4%,8%)
(0.00/0.09/0.04/0.08)	

CMYK percentages

%0
%8.51
%3.83
%7.84

Codes

Color #EBD7E2 in popluar color models

EBD7E2
RGB235215226
HSL327°33.33%88.24%
HSB/HSV327°8.51%92.16%
CMYK0.00%8.51%3.83%
7.84%

Color #EBD7E2 in popluar number systems.

HEXEBD7E2
Decimal235215226
Binary111010111101011111100010
Octal353327342

Shades and tints

Shades of #EBD7E2

#EBD7E2
(235,215,226)
#D6C4CE
(214,196,206)
#C1B1BA
(193,177,186)
#AC9EA6
(172,158,166)
#978B92
(151,139,146)
#82787E
(130,120,126)
#6D656A
(109,101,106)
#585256
(88,82,86)
#433F42
(67,63,66)
#2E2C2E
(46,44,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBD7E2

#EBD7E2
(235,215,226)
#ECDAE4
(236,218,228)
#EDDDE6
(237,221,230)
#EEE0E8
(238,224,232)
#EFE3EA
(239,227,234)
#F0E6EC
(240,230,236)
#F1E9EE
(241,233,238)
#F2ECF0
(242,236,240)
#F3EFF2
(243,239,242)
#F4F2F4
(244,242,244)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7E2; }

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

This text font color is #EBD7E2.


Background Color

.myBgColor { background-color: #EBD7E2; }

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

This div background color is #EBD7E2.


Border color

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

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

This div border color is #EBD7E2.


Opacity

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

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

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

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

This text has shadow with #EBD7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7E2 on black background.


Color preview on white background

This text has color #EBD7E2 on white background.



Black color preview on #EBD7E2 background

This text has black color on #EBD7E2 background.


White color preview on #EBD7E2 background

This text has white color on #EBD7E2 background.