COLOR #EBD3F8

HEX: #EBD3F8
RGB: (235,211,248)

Color info

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

RGB color model

#EBD3F8 color RGB value is (235,211,248).

  • red value is 235;
  • green value is 211;
  • blue value is 248.
RGB:
(235,211,248)
(92%,83%,97%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 248 of 255 = 97%

235
211
248

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

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 248 = 694 (100%)
R 235 of 694 ~ 33.86%
G 211 of 694 ~ 30.4%
B 248 of 694 ~ 35.73%

%33.86
%30.4
%35.73

CMYK color model

#EBD3F8 color CMYK value is (5,15,0,3).

  • cyan value is 5.24%
  • magenta value is 14.92%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(5,15,0,3)
C5M15Y0K3 
(5%,15%,0%,3%)
(0.05/0.15/0.00/0.03)	

CMYK percentages

%5.24
%14.92
%0
%2.75

Codes

Color #EBD3F8 in popluar color models

EBD3F8
RGB235211248
HSL279°72.55%90.00%
HSB/HSV279°14.92%97.25%
CMYK5.24%14.92%0.00%
2.75%

Color #EBD3F8 in popluar number systems.

HEXEBD3F8
Decimal235211248
Binary111010111101001111111000
Octal353323370

Shades and tints

Shades of #EBD3F8

#EBD3F8
(235,211,248)
#D6C0E2
(214,192,226)
#C1ADCC
(193,173,204)
#AC9AB6
(172,154,182)
#9787A0
(151,135,160)
#82748A
(130,116,138)
#6D6174
(109,97,116)
#584E5E
(88,78,94)
#433B48
(67,59,72)
#2E2832
(46,40,50)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBD3F8

#EBD3F8
(235,211,248)
#ECD7F8
(236,215,248)
#EDDBF8
(237,219,248)
#EEDFF8
(238,223,248)
#EFE3F8
(239,227,248)
#F0E7F8
(240,231,248)
#F1EBF8
(241,235,248)
#F2EFF8
(242,239,248)
#F3F3F8
(243,243,248)
#F4F7F8
(244,247,248)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD3F8 color. Also use rgb(235,211,248) instead hex code.

Text Font Color

.myTextColor { color: #EBD3F8; }

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

This text font color is #EBD3F8.


Background Color

.myBgColor { background-color: #EBD3F8; }

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

This div background color is #EBD3F8.


Border color

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

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

This div border color is #EBD3F8.


Opacity

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

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

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

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

This text has shadow with #EBD3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3F8 on black background.


Color preview on white background

This text has color #EBD3F8 on white background.



Black color preview on #EBD3F8 background

This text has black color on #EBD3F8 background.


White color preview on #EBD3F8 background

This text has white color on #EBD3F8 background.