COLOR #EDBFFF

HEX: #EDBFFF
RGB: (237,191,255)

Color info

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

RGB color model

#EDBFFF color RGB value is (237,191,255).

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

RGB channels and saturation

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

237
191
255

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

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 255 = 683 (100%)
R 237 of 683 ~ 34.7%
G 191 of 683 ~ 27.96%
B 255 of 683 ~ 37.34%

%34.7
%27.96
%37.34

CMYK color model

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

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

CMYK percentages

%7.06
%25.1
%0
%0

Codes

Color #EDBFFF in popluar color models

EDBFFF
RGB237191255
HSL283°100.00%87.45%
HSB/HSV283°25.10%100.00%
CMYK7.06%25.10%0.00%
0.00%

Color #EDBFFF in popluar number systems.

HEXEDBFFF
Decimal237191255
Binary111011011011111111111111
Octal355277377

Shades and tints

Shades of #EDBFFF

#EDBFFF
(237,191,255)
#D8AEE8
(216,174,232)
#C39DD1
(195,157,209)
#AE8CBA
(174,140,186)
#997BA3
(153,123,163)
#846A8C
(132,106,140)
#6F5975
(111,89,117)
#5A485E
(90,72,94)
#453747
(69,55,71)
#302630
(48,38,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDBFFF

#EDBFFF
(237,191,255)
#EEC4FF
(238,196,255)
#EFC9FF
(239,201,255)
#F0CEFF
(240,206,255)
#F1D3FF
(241,211,255)
#F2D8FF
(242,216,255)
#F3DDFF
(243,221,255)
#F4E2FF
(244,226,255)
#F5E7FF
(245,231,255)
#F6ECFF
(246,236,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFFF; }

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

This text font color is #EDBFFF.


Background Color

.myBgColor { background-color: #EDBFFF; }

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

This div background color is #EDBFFF.


Border color

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

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

This div border color is #EDBFFF.


Opacity

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

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

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

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

This text has shadow with #EDBFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFFF on black background.


Color preview on white background

This text has color #EDBFFF on white background.



Black color preview on #EDBFFF background

This text has black color on #EDBFFF background.


White color preview on #EDBFFF background

This text has white color on #EDBFFF background.