COLOR #EBE1FD

HEX: #EBE1FD
RGB: (235,225,253)

Color info

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

RGB color model

#EBE1FD color RGB value is (235,225,253).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 253 of 255 = 99%

235
225
253

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 253 = 713 (100%)
R 235 of 713 ~ 32.96%
G 225 of 713 ~ 31.56%
B 253 of 713 ~ 35.48%

%32.96
%31.56
%35.48

CMYK color model

#EBE1FD color CMYK value is (7,11,0,1).

  • cyan value is 7.11%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,11,0,1)
C7M11Y0K1 
(7%,11%,0%,1%)
(0.07/0.11/0.00/0.01)	

CMYK percentages

%7.11
%11.07
%0
%0.78

Codes

Color #EBE1FD in popluar color models

EBE1FD
RGB235225253
HSL261°87.50%93.73%
HSB/HSV261°11.07%99.22%
CMYK7.11%11.07%0.00%
0.78%

Color #EBE1FD in popluar number systems.

HEXEBE1FD
Decimal235225253
Binary111010111110000111111101
Octal353341375

Shades and tints

Shades of #EBE1FD

#EBE1FD
(235,225,253)
#D6CDE6
(214,205,230)
#C1B9CF
(193,185,207)
#ACA5B8
(172,165,184)
#9791A1
(151,145,161)
#827D8A
(130,125,138)
#6D6973
(109,105,115)
#58555C
(88,85,92)
#434145
(67,65,69)
#2E2D2E
(46,45,46)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBE1FD

#EBE1FD
(235,225,253)
#ECE3FD
(236,227,253)
#EDE5FD
(237,229,253)
#EEE7FD
(238,231,253)
#EFE9FD
(239,233,253)
#F0EBFD
(240,235,253)
#F1EDFD
(241,237,253)
#F2EFFD
(242,239,253)
#F3F1FD
(243,241,253)
#F4F3FD
(244,243,253)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1FD; }

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

This text font color is #EBE1FD.


Background Color

.myBgColor { background-color: #EBE1FD; }

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

This div background color is #EBE1FD.


Border color

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

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

This div border color is #EBE1FD.


Opacity

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

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

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

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

This text has shadow with #EBE1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1FD on black background.


Color preview on white background

This text has color #EBE1FD on white background.



Black color preview on #EBE1FD background

This text has black color on #EBE1FD background.


White color preview on #EBE1FD background

This text has white color on #EBE1FD background.