COLOR #EBE9FB

HEX: #EBE9FB
RGB: (235,233,251)

Color info

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

RGB color model

#EBE9FB color RGB value is (235,233,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 251 of 255 = 98%

235
233
251

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

Portions of RGB colors in percentages

R + G + B =
235 + 233 + 251 = 719 (100%)
R 235 of 719 ~ 32.68%
G 233 of 719 ~ 32.41%
B 251 of 719 ~ 34.91%

%32.68
%32.41
%34.91

CMYK color model

#EBE9FB color CMYK value is (6,7,0,2).

  • cyan value is 6.37%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (6,7,0,2) C6M7Y0K2 (6%,7%,0%,2%) (0.06/0.07/0.00/0.02)

CMYK percentages

%6.37
%7.17
%0
%1.57

Codes

Color #EBE9FB in popluar color models

EBE9FB
RGB235233251
HSL247°69.23%94.90%
HSB/HSV247°7.17%98.43%
CMYK6.37%7.17%0.00%
1.57%

Color #EBE9FB in popluar number systems.

HEXEBE9FB
Decimal235233251
Binary111010111110100111111011
Octal353351373

Shades and tints

Shades of #EBE9FB

#EBE9FB
(235,233,251)
#D6D4E5
(214,212,229)
#C1BFCF
(193,191,207)
#ACAAB9
(172,170,185)
#9795A3
(151,149,163)
#82808D
(130,128,141)
#6D6B77
(109,107,119)
#585661
(88,86,97)
#43414B
(67,65,75)
#2E2C35
(46,44,53)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #EBE9FB

#EBE9FB
(235,233,251)
#ECEBFB
(236,235,251)
#EDEDFB
(237,237,251)
#EEEFFB
(238,239,251)
#EFF1FB
(239,241,251)
#F0F3FB
(240,243,251)
#F1F5FB
(241,245,251)
#F2F7FB
(242,247,251)
#F3F9FB
(243,249,251)
#F4FBFB
(244,251,251)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE9FB; }

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

This text font color is #EBE9FB.


Background Color

.myBgColor { background-color: #EBE9FB; }

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

This div background color is #EBE9FB.


Border color

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

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

This div border color is #EBE9FB.


Opacity

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

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

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

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

This text has shadow with #EBE9FB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBE9FB on black background.


Color preview on white background

This text has color #EBE9FB on white background.



Black color preview on #EBE9FB background

This text has black color on #EBE9FB background.


White color preview on #EBE9FB background

This text has white color on #EBE9FB background.