COLOR #EBE1FB

HEX: #EBE1FB
RGB: (235,225,251)

Color info

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

RGB color model

#EBE1FB color RGB value is (235,225,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 251 of 255 = 98%

235
225
251

R + G + B ~ 93%. #EBE1FB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 251 = 711 (100%)
R 235 of 711 ~ 33.05%
G 225 of 711 ~ 31.65%
B 251 of 711 ~ 35.3%

%33.05
%31.65
%35.3

CMYK color model

#EBE1FB color CMYK value is (6,10,0,2).

  • cyan value is 6.37%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,10,0,2)
C6M10Y0K2 
(6%,10%,0%,2%)
(0.06/0.10/0.00/0.02)	

CMYK percentages

%6.37
%10.36
%0
%1.57

Codes

Color #EBE1FB in popluar color models

EBE1FB
RGB235225251
HSL263°76.47%93.33%
HSB/HSV263°10.36%98.43%
CMYK6.37%10.36%0.00%
1.57%

Color #EBE1FB in popluar number systems.

HEXEBE1FB
Decimal235225251
Binary111010111110000111111011
Octal353341373

Shades and tints

Shades of #EBE1FB

#EBE1FB
(235,225,251)
#D6CDE5
(214,205,229)
#C1B9CF
(193,185,207)
#ACA5B9
(172,165,185)
#9791A3
(151,145,163)
#827D8D
(130,125,141)
#6D6977
(109,105,119)
#585561
(88,85,97)
#43414B
(67,65,75)
#2E2D35
(46,45,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #EBE1FB

#EBE1FB
(235,225,251)
#ECE3FB
(236,227,251)
#EDE5FB
(237,229,251)
#EEE7FB
(238,231,251)
#EFE9FB
(239,233,251)
#F0EBFB
(240,235,251)
#F1EDFB
(241,237,251)
#F2EFFB
(242,239,251)
#F3F1FB
(243,241,251)
#F4F3FB
(244,243,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1FB; }

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

This text font color is #EBE1FB.


Background Color

.myBgColor { background-color: #EBE1FB; }

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

This div background color is #EBE1FB.


Border color

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

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

This div border color is #EBE1FB.


Opacity

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

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

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

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

This text has shadow with #EBE1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1FB on black background.


Color preview on white background

This text has color #EBE1FB on white background.



Black color preview on #EBE1FB background

This text has black color on #EBE1FB background.


White color preview on #EBE1FB background

This text has white color on #EBE1FB background.