COLOR #EBE9FF

HEX: #EBE9FF
RGB: (235,233,255)

Color info

#EBE9FF contains red, green and blue colors in about the same proportion. Web safe color of #EBE9FF is #FFFFFF (or #FFF).

RGB color model

#EBE9FF color RGB value is (235,233,255).

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

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 255 of 255 = 100%

235
233
255

R + G + B ~ 94%. #EBE9FF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 233 + 255 = 723 (100%)
R 235 of 723 ~ 32.5%
G 233 of 723 ~ 32.23%
B 255 of 723 ~ 35.27%

%32.5
%32.23
%35.27

CMYK color model

#EBE9FF color CMYK value is (8,9,0,0).

  • cyan value is 7.84%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,9,0,0)
C8M9Y0K0 
(8%,9%,0%,0%)
(0.08/0.09/0.00/0.00)	

CMYK percentages

%7.84
%8.63
%0
%0

Codes

Color #EBE9FF in popluar color models

EBE9FF
RGB235233255
HSL245°100.00%95.69%
HSB/HSV245°8.63%100.00%
CMYK7.84%8.63%0.00%
0.00%

Color #EBE9FF in popluar number systems.

HEXEBE9FF
Decimal235233255
Binary111010111110100111111111
Octal353351377

Shades and tints

Shades of #EBE9FF

#EBE9FF
(235,233,255)
#D6D4E8
(214,212,232)
#C1BFD1
(193,191,209)
#ACAABA
(172,170,186)
#9795A3
(151,149,163)
#82808C
(130,128,140)
#6D6B75
(109,107,117)
#58565E
(88,86,94)
#434147
(67,65,71)
#2E2C30
(46,44,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBE9FF

#EBE9FF
(235,233,255)
#ECEBFF
(236,235,255)
#EDEDFF
(237,237,255)
#EEEFFF
(238,239,255)
#EFF1FF
(239,241,255)
#F0F3FF
(240,243,255)
#F1F5FF
(241,245,255)
#F2F7FF
(242,247,255)
#F3F9FF
(243,249,255)
#F4FBFF
(244,251,255)
#F5FDFF
(245,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE9FF; }

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

This text font color is #EBE9FF.


Background Color

.myBgColor { background-color: #EBE9FF; }

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

This div background color is #EBE9FF.


Border color

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

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

This div border color is #EBE9FF.


Opacity

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

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

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

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

This text has shadow with #EBE9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE9FF on black background.


Color preview on white background

This text has color #EBE9FF on white background.



Black color preview on #EBE9FF background

This text has black color on #EBE9FF background.


White color preview on #EBE9FF background

This text has white color on #EBE9FF background.