COLOR #EDBFFE

HEX: #EDBFFE
RGB: (237,191,254)

Color info

#EDBFFE contains mainly red and blue colors. Web safe color of #EDBFFE is #FFCCFF (or #FCF).

RGB color model

#EDBFFE color RGB value is (237,191,254).

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

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 254 of 255 = 100%

237
191
254

R + G + B ~ 89%. #EDBFFE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 254 = 682 (100%)
R 237 of 682 ~ 34.75%
G 191 of 682 ~ 28.01%
B 254 of 682 ~ 37.24%

%34.75
%28.01
%37.24

CMYK color model

#EDBFFE color CMYK value is (7,25,0,0).

  • cyan value is 6.69%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,25,0,0)
C7M25Y0K0 
(7%,25%,0%,0%)
(0.07/0.25/0.00/0.00)	

CMYK percentages

%6.69
%24.8
%0
%0.39

Codes

Color #EDBFFE in popluar color models

EDBFFE
RGB237191254
HSL284°96.92%87.25%
HSB/HSV284°24.80%99.61%
CMYK6.69%24.80%0.00%
0.39%

Color #EDBFFE in popluar number systems.

HEXEDBFFE
Decimal237191254
Binary111011011011111111111110
Octal355277376

Shades and tints

Shades of #EDBFFE

#EDBFFE
(237,191,254)
#D8AEE7
(216,174,231)
#C39DD0
(195,157,208)
#AE8CB9
(174,140,185)
#997BA2
(153,123,162)
#846A8B
(132,106,139)
#6F5974
(111,89,116)
#5A485D
(90,72,93)
#453746
(69,55,70)
#30262F
(48,38,47)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDBFFE

#EDBFFE
(237,191,254)
#EEC4FE
(238,196,254)
#EFC9FE
(239,201,254)
#F0CEFE
(240,206,254)
#F1D3FE
(241,211,254)
#F2D8FE
(242,216,254)
#F3DDFE
(243,221,254)
#F4E2FE
(244,226,254)
#F5E7FE
(245,231,254)
#F6ECFE
(246,236,254)
#F7F1FE
(247,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFFE; }

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

This text font color is #EDBFFE.


Background Color

.myBgColor { background-color: #EDBFFE; }

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

This div background color is #EDBFFE.


Border color

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

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

This div border color is #EDBFFE.


Opacity

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

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

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

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

This text has shadow with #EDBFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFFE on black background.


Color preview on white background

This text has color #EDBFFE on white background.



Black color preview on #EDBFFE background

This text has black color on #EDBFFE background.


White color preview on #EDBFFE background

This text has white color on #EDBFFE background.