COLOR #EBD7EE

HEX: #EBD7EE
RGB: (235,215,238)

Color info

#EBD7EE contains red, green and blue colors in about the same proportion. Web safe color of #EBD7EE is #FFCCFF (or #FCF).

RGB color model

#EBD7EE color RGB value is (235,215,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 238 of 255 = 93%

235
215
238

R + G + B ~ 90%. #EBD7EE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 238 = 688 (100%)
R 235 of 688 ~ 34.16%
G 215 of 688 ~ 31.25%
B 238 of 688 ~ 34.59%

%34.16
%31.25
%34.59

CMYK color model

#EBD7EE color CMYK value is (1,10,0,7).

  • cyan value is 1.26%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,10,0,7)
C1M10Y0K7 
(1%,10%,0%,7%)
(0.01/0.10/0.00/0.07)	

CMYK percentages

%1.26
%9.66
%0
%6.67

Codes

Color #EBD7EE in popluar color models

EBD7EE
RGB235215238
HSL292°40.35%88.82%
HSB/HSV292°9.66%93.33%
CMYK1.26%9.66%0.00%
6.67%

Color #EBD7EE in popluar number systems.

HEXEBD7EE
Decimal235215238
Binary111010111101011111101110
Octal353327356

Shades and tints

Shades of #EBD7EE

#EBD7EE
(235,215,238)
#D6C4D9
(214,196,217)
#C1B1C4
(193,177,196)
#AC9EAF
(172,158,175)
#978B9A
(151,139,154)
#827885
(130,120,133)
#6D6570
(109,101,112)
#58525B
(88,82,91)
#433F46
(67,63,70)
#2E2C31
(46,44,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBD7EE

#EBD7EE
(235,215,238)
#ECDAEF
(236,218,239)
#EDDDF0
(237,221,240)
#EEE0F1
(238,224,241)
#EFE3F2
(239,227,242)
#F0E6F3
(240,230,243)
#F1E9F4
(241,233,244)
#F2ECF5
(242,236,245)
#F3EFF6
(243,239,246)
#F4F2F7
(244,242,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7EE; }

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

This text font color is #EBD7EE.


Background Color

.myBgColor { background-color: #EBD7EE; }

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

This div background color is #EBD7EE.


Border color

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

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

This div border color is #EBD7EE.


Opacity

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

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

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

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

This text has shadow with #EBD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7EE on black background.


Color preview on white background

This text has color #EBD7EE on white background.



Black color preview on #EBD7EE background

This text has black color on #EBD7EE background.


White color preview on #EBD7EE background

This text has white color on #EBD7EE background.