COLOR #EBEDFE

HEX: #EBEDFE
RGB: (235,237,254)

Color info

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

RGB color model

#EBEDFE color RGB value is (235,237,254).

  • red value is 235;
  • green value is 237;
  • blue value is 254.
RGB:
(235,237,254)
(92%,93%,100%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 254 of 255 = 100%

235
237
254

R + G + B ~ 95%. #EBEDFE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 254 = 726 (100%)
R 235 of 726 ~ 32.37%
G 237 of 726 ~ 32.64%
B 254 of 726 ~ 34.99%

%32.37
%32.64
%34.99

CMYK color model

#EBEDFE color CMYK value is (7,7,0,0).

  • cyan value is 7.48%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,7,0,0)
C7M7Y0K0 
(7%,7%,0%,0%)
(0.07/0.07/0.00/0.00)	

CMYK percentages

%7.48
%6.69
%0
%0.39

Codes

Color #EBEDFE in popluar color models

EBEDFE
RGB235237254
HSL234°90.48%95.88%
HSB/HSV234°7.48%99.61%
CMYK7.48%6.69%0.00%
0.39%

Color #EBEDFE in popluar number systems.

HEXEBEDFE
Decimal235237254
Binary111010111110110111111110
Octal353355376

Shades and tints

Shades of #EBEDFE

#EBEDFE
(235,237,254)
#D6D8E7
(214,216,231)
#C1C3D0
(193,195,208)
#ACAEB9
(172,174,185)
#9799A2
(151,153,162)
#82848B
(130,132,139)
#6D6F74
(109,111,116)
#585A5D
(88,90,93)
#434546
(67,69,70)
#2E302F
(46,48,47)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBEDFE

#EBEDFE
(235,237,254)
#ECEEFE
(236,238,254)
#EDEFFE
(237,239,254)
#EEF0FE
(238,240,254)
#EFF1FE
(239,241,254)
#F0F2FE
(240,242,254)
#F1F3FE
(241,243,254)
#F2F4FE
(242,244,254)
#F3F5FE
(243,245,254)
#F4F6FE
(244,246,254)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEDFE color. Also use rgb(235,237,254) instead hex code.

Text Font Color

.myTextColor { color: #EBEDFE; }

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

This text font color is #EBEDFE.


Background Color

.myBgColor { background-color: #EBEDFE; }

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

This div background color is #EBEDFE.


Border color

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

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

This div border color is #EBEDFE.


Opacity

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

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

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

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

This text has shadow with #EBEDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDFE on black background.


Color preview on white background

This text has color #EBEDFE on white background.



Black color preview on #EBEDFE background

This text has black color on #EBEDFE background.


White color preview on #EBEDFE background

This text has white color on #EBEDFE background.