COLOR #EBE5FC

HEX: #EBE5FC
RGB: (235,229,252)

Color info

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

RGB color model

#EBE5FC color RGB value is (235,229,252).

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

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 252 of 255 = 99%

235
229
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 229 + 252 = 716 (100%)
R 235 of 716 ~ 32.82%
G 229 of 716 ~ 31.98%
B 252 of 716 ~ 35.2%

%32.82
%31.98
%35.2

CMYK color model

#EBE5FC color CMYK value is (7,9,0,1).

  • cyan value is 6.75%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,9,0,1)
C7M9Y0K1 
(7%,9%,0%,1%)
(0.07/0.09/0.00/0.01)	

CMYK percentages

%6.75
%9.13
%0
%1.18

Codes

Color #EBE5FC in popluar color models

EBE5FC
RGB235229252
HSL256°79.31%94.31%
HSB/HSV256°9.13%98.82%
CMYK6.75%9.13%0.00%
1.18%

Color #EBE5FC in popluar number systems.

HEXEBE5FC
Decimal235229252
Binary111010111110010111111100
Octal353345374

Shades and tints

Shades of #EBE5FC

#EBE5FC
(235,229,252)
#D6D1E6
(214,209,230)
#C1BDD0
(193,189,208)
#ACA9BA
(172,169,186)
#9795A4
(151,149,164)
#82818E
(130,129,142)
#6D6D78
(109,109,120)
#585962
(88,89,98)
#43454C
(67,69,76)
#2E3136
(46,49,54)
#191D20
(25,29,32)
#000000
(0,0,0)

Tints of #EBE5FC

#EBE5FC
(235,229,252)
#ECE7FC
(236,231,252)
#EDE9FC
(237,233,252)
#EEEBFC
(238,235,252)
#EFEDFC
(239,237,252)
#F0EFFC
(240,239,252)
#F1F1FC
(241,241,252)
#F2F3FC
(242,243,252)
#F3F5FC
(243,245,252)
#F4F7FC
(244,247,252)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5FC; }

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

This text font color is #EBE5FC.


Background Color

.myBgColor { background-color: #EBE5FC; }

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

This div background color is #EBE5FC.


Border color

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

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

This div border color is #EBE5FC.


Opacity

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

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

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

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

This text has shadow with #EBE5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5FC on black background.


Color preview on white background

This text has color #EBE5FC on white background.



Black color preview on #EBE5FC background

This text has black color on #EBE5FC background.


White color preview on #EBE5FC background

This text has white color on #EBE5FC background.