COLOR #EBD3FF

HEX: #EBD3FF
RGB: (235,211,255)

Color info

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

RGB color model

#EBD3FF color RGB value is (235,211,255).

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

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 255 of 255 = 100%

235
211
255

R + G + B ~ 92%. #EBD3FF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 255 = 701 (100%)
R 235 of 701 ~ 33.52%
G 211 of 701 ~ 30.1%
B 255 of 701 ~ 36.38%

%33.52
%30.1
%36.38

CMYK color model

#EBD3FF color CMYK value is (8,17,0,0).

  • cyan value is 7.84%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,17,0,0)
C8M17Y0K0 
(8%,17%,0%,0%)
(0.08/0.17/0.00/0.00)	

CMYK percentages

%7.84
%17.25
%0
%0

Codes

Color #EBD3FF in popluar color models

EBD3FF
RGB235211255
HSL273°100.00%91.37%
HSB/HSV273°17.25%100.00%
CMYK7.84%17.25%0.00%
0.00%

Color #EBD3FF in popluar number systems.

HEXEBD3FF
Decimal235211255
Binary111010111101001111111111
Octal353323377

Shades and tints

Shades of #EBD3FF

#EBD3FF
(235,211,255)
#D6C0E8
(214,192,232)
#C1ADD1
(193,173,209)
#AC9ABA
(172,154,186)
#9787A3
(151,135,163)
#82748C
(130,116,140)
#6D6175
(109,97,117)
#584E5E
(88,78,94)
#433B47
(67,59,71)
#2E2830
(46,40,48)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBD3FF

#EBD3FF
(235,211,255)
#ECD7FF
(236,215,255)
#EDDBFF
(237,219,255)
#EEDFFF
(238,223,255)
#EFE3FF
(239,227,255)
#F0E7FF
(240,231,255)
#F1EBFF
(241,235,255)
#F2EFFF
(242,239,255)
#F3F3FF
(243,243,255)
#F4F7FF
(244,247,255)
#F5FBFF
(245,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD3FF; }

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

This text font color is #EBD3FF.


Background Color

.myBgColor { background-color: #EBD3FF; }

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

This div background color is #EBD3FF.


Border color

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

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

This div border color is #EBD3FF.


Opacity

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

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

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

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

This text has shadow with #EBD3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3FF on black background.


Color preview on white background

This text has color #EBD3FF on white background.



Black color preview on #EBD3FF background

This text has black color on #EBD3FF background.


White color preview on #EBD3FF background

This text has white color on #EBD3FF background.