COLOR #EBD7FB

HEX: #EBD7FB
RGB: (235,215,251)

Color info

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

RGB color model

#EBD7FB color RGB value is (235,215,251).

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

RGB channels and saturation

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

235
215
251

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

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 251 = 701 (100%)
R 235 of 701 ~ 33.52%
G 215 of 701 ~ 30.67%
B 251 of 701 ~ 35.81%

%33.52
%30.67
%35.81

CMYK color model

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

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

CMYK percentages

%6.37
%14.34
%0
%1.57

Codes

Color #EBD7FB in popluar color models

EBD7FB
RGB235215251
HSL273°81.82%91.37%
HSB/HSV273°14.34%98.43%
CMYK6.37%14.34%0.00%
1.57%

Color #EBD7FB in popluar number systems.

HEXEBD7FB
Decimal235215251
Binary111010111101011111111011
Octal353327373

Shades and tints

Shades of #EBD7FB

#EBD7FB
(235,215,251)
#D6C4E5
(214,196,229)
#C1B1CF
(193,177,207)
#AC9EB9
(172,158,185)
#978BA3
(151,139,163)
#82788D
(130,120,141)
#6D6577
(109,101,119)
#585261
(88,82,97)
#433F4B
(67,63,75)
#2E2C35
(46,44,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #EBD7FB

#EBD7FB
(235,215,251)
#ECDAFB
(236,218,251)
#EDDDFB
(237,221,251)
#EEE0FB
(238,224,251)
#EFE3FB
(239,227,251)
#F0E6FB
(240,230,251)
#F1E9FB
(241,233,251)
#F2ECFB
(242,236,251)
#F3EFFB
(243,239,251)
#F4F2FB
(244,242,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7FB; }

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

This text font color is #EBD7FB.


Background Color

.myBgColor { background-color: #EBD7FB; }

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

This div background color is #EBD7FB.


Border color

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

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

This div border color is #EBD7FB.


Opacity

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

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

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

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

This text has shadow with #EBD7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7FB on black background.


Color preview on white background

This text has color #EBD7FB on white background.



Black color preview on #EBD7FB background

This text has black color on #EBD7FB background.


White color preview on #EBD7FB background

This text has white color on #EBD7FB background.