COLOR #EBD0FF

HEX: #EBD0FF
RGB: (235,208,255)

Color info

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

RGB color model

#EBD0FF color RGB value is (235,208,255).

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

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 255 of 255 = 100%

235
208
255

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

Portions of RGB colors in percentages

R + G + B =
235 + 208 + 255 = 698 (100%)
R 235 of 698 ~ 33.67%
G 208 of 698 ~ 29.8%
B 255 of 698 ~ 36.53%

%33.67
%29.8
%36.53

CMYK color model

#EBD0FF color CMYK value is (8,18,0,0).

  • cyan value is 7.84%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,18,0,0)
C8M18Y0K0 
(8%,18%,0%,0%)
(0.08/0.18/0.00/0.00)	

CMYK percentages

%7.84
%18.43
%0
%0

Codes

Color #EBD0FF in popluar color models

EBD0FF
RGB235208255
HSL274°100.00%90.78%
HSB/HSV274°18.43%100.00%
CMYK7.84%18.43%0.00%
0.00%

Color #EBD0FF in popluar number systems.

HEXEBD0FF
Decimal235208255
Binary111010111101000011111111
Octal353320377

Shades and tints

Shades of #EBD0FF

#EBD0FF
(235,208,255)
#D6BEE8
(214,190,232)
#C1ACD1
(193,172,209)
#AC9ABA
(172,154,186)
#9788A3
(151,136,163)
#82768C
(130,118,140)
#6D6475
(109,100,117)
#58525E
(88,82,94)
#434047
(67,64,71)
#2E2E30
(46,46,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #EBD0FF

#EBD0FF
(235,208,255)
#ECD4FF
(236,212,255)
#EDD8FF
(237,216,255)
#EEDCFF
(238,220,255)
#EFE0FF
(239,224,255)
#F0E4FF
(240,228,255)
#F1E8FF
(241,232,255)
#F2ECFF
(242,236,255)
#F3F0FF
(243,240,255)
#F4F4FF
(244,244,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0FF; }

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

This text font color is #EBD0FF.


Background Color

.myBgColor { background-color: #EBD0FF; }

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

This div background color is #EBD0FF.


Border color

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

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

This div border color is #EBD0FF.


Opacity

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

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

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

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

This text has shadow with #EBD0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD0FF on black background.


Color preview on white background

This text has color #EBD0FF on white background.



Black color preview on #EBD0FF background

This text has black color on #EBD0FF background.


White color preview on #EBD0FF background

This text has white color on #EBD0FF background.