COLOR #EBE5FF

HEX: #EBE5FF
RGB: (235,229,255)

Color info

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

RGB color model

#EBE5FF color RGB value is (235,229,255).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 255 of 255 = 100%

235
229
255

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 255 = 719 (100%)
R 235 of 719 ~ 32.68%
G 229 of 719 ~ 31.85%
B 255 of 719 ~ 35.47%

%32.68
%31.85
%35.47

CMYK color model

#EBE5FF color CMYK value is (8,10,0,0).

  • cyan value is 7.84%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (8,10,0,0) C8M10Y0K0 (8%,10%,0%,0%) (0.08/0.10/0.00/0.00)

CMYK percentages

%7.84
%10.2
%0
%0

Codes

Color #EBE5FF in popluar color models

EBE5FF
RGB235229255
HSL254°100.00%94.90%
HSB/HSV254°10.20%100.00%
CMYK7.84%10.20%0.00%
0.00%

Color #EBE5FF in popluar number systems.

HEXEBE5FF
Decimal235229255
Binary111010111110010111111111
Octal353345377

Shades and tints

Shades of #EBE5FF

#EBE5FF
(235,229,255)
#D6D1E8
(214,209,232)
#C1BDD1
(193,189,209)
#ACA9BA
(172,169,186)
#9795A3
(151,149,163)
#82818C
(130,129,140)
#6D6D75
(109,109,117)
#58595E
(88,89,94)
#434547
(67,69,71)
#2E3130
(46,49,48)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBE5FF

#EBE5FF
(235,229,255)
#ECE7FF
(236,231,255)
#EDE9FF
(237,233,255)
#EEEBFF
(238,235,255)
#EFEDFF
(239,237,255)
#F0EFFF
(240,239,255)
#F1F1FF
(241,241,255)
#F2F3FF
(242,243,255)
#F3F5FF
(243,245,255)
#F4F7FF
(244,247,255)
#F5F9FF
(245,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5FF; }

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

This text font color is #EBE5FF.


Background Color

.myBgColor { background-color: #EBE5FF; }

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

This div background color is #EBE5FF.


Border color

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

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

This div border color is #EBE5FF.


Opacity

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

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

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

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

This text has shadow with #EBE5FF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBE5FF on black background.


Color preview on white background

This text has color #EBE5FF on white background.



Black color preview on #EBE5FF background

This text has black color on #EBE5FF background.


White color preview on #EBE5FF background

This text has white color on #EBE5FF background.