COLOR #EBD7FA

HEX: #EBD7FA
RGB: (235,215,250)

Color info

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

RGB color model

#EBD7FA color RGB value is (235,215,250).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 250 of 255 = 98%

235
215
250

R + G + B ~ 91%. #EBD7FA is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 250 = 700 (100%)
R 235 of 700 ~ 33.57%
G 215 of 700 ~ 30.71%
B 250 of 700 ~ 35.71%

%33.57
%30.71
%35.71

CMYK color model

#EBD7FA color CMYK value is (6,14,0,2).

  • cyan value is 6.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,14,0,2)
C6M14Y0K2 
(6%,14%,0%,2%)
(0.06/0.14/0.00/0.02)	

CMYK percentages

%6
%14
%0
%1.96

Codes

Color #EBD7FA in popluar color models

EBD7FA
RGB235215250
HSL274°77.78%91.18%
HSB/HSV274°14.00%98.04%
CMYK6.00%14.00%0.00%
1.96%

Color #EBD7FA in popluar number systems.

HEXEBD7FA
Decimal235215250
Binary111010111101011111111010
Octal353327372

Shades and tints

Shades of #EBD7FA

#EBD7FA
(235,215,250)
#D6C4E4
(214,196,228)
#C1B1CE
(193,177,206)
#AC9EB8
(172,158,184)
#978BA2
(151,139,162)
#82788C
(130,120,140)
#6D6576
(109,101,118)
#585260
(88,82,96)
#433F4A
(67,63,74)
#2E2C34
(46,44,52)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #EBD7FA

#EBD7FA
(235,215,250)
#ECDAFA
(236,218,250)
#EDDDFA
(237,221,250)
#EEE0FA
(238,224,250)
#EFE3FA
(239,227,250)
#F0E6FA
(240,230,250)
#F1E9FA
(241,233,250)
#F2ECFA
(242,236,250)
#F3EFFA
(243,239,250)
#F4F2FA
(244,242,250)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7FA; }

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

This text font color is #EBD7FA.


Background Color

.myBgColor { background-color: #EBD7FA; }

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

This div background color is #EBD7FA.


Border color

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

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

This div border color is #EBD7FA.


Opacity

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

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

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

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

This text has shadow with #EBD7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7FA on black background.


Color preview on white background

This text has color #EBD7FA on white background.



Black color preview on #EBD7FA background

This text has black color on #EBD7FA background.


White color preview on #EBD7FA background

This text has white color on #EBD7FA background.