COLOR #EDBFF5

HEX: #EDBFF5
RGB: (237,191,245)

Color info

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

RGB color model

#EDBFF5 color RGB value is (237,191,245).

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

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 245 of 255 = 96%

237
191
245

R + G + B ~ 88%. #EDBFF5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 245 = 673 (100%)
R 237 of 673 ~ 35.22%
G 191 of 673 ~ 28.38%
B 245 of 673 ~ 36.4%

%35.22
%28.38
%36.4

CMYK color model

#EDBFF5 color CMYK value is (3,22,0,4).

  • cyan value is 3.27%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,22,0,4)
C3M22Y0K4 
(3%,22%,0%,4%)
(0.03/0.22/0.00/0.04)	

CMYK percentages

%3.27
%22.04
%0
%3.92

Codes

Color #EDBFF5 in popluar color models

EDBFF5
RGB237191245
HSL291°72.97%85.49%
HSB/HSV291°22.04%96.08%
CMYK3.27%22.04%0.00%
3.92%

Color #EDBFF5 in popluar number systems.

HEXEDBFF5
Decimal237191245
Binary111011011011111111110101
Octal355277365

Shades and tints

Shades of #EDBFF5

#EDBFF5
(237,191,245)
#D8AEDF
(216,174,223)
#C39DC9
(195,157,201)
#AE8CB3
(174,140,179)
#997B9D
(153,123,157)
#846A87
(132,106,135)
#6F5971
(111,89,113)
#5A485B
(90,72,91)
#453745
(69,55,69)
#30262F
(48,38,47)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDBFF5

#EDBFF5
(237,191,245)
#EEC4F5
(238,196,245)
#EFC9F5
(239,201,245)
#F0CEF5
(240,206,245)
#F1D3F5
(241,211,245)
#F2D8F5
(242,216,245)
#F3DDF5
(243,221,245)
#F4E2F5
(244,226,245)
#F5E7F5
(245,231,245)
#F6ECF5
(246,236,245)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFF5; }

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

This text font color is #EDBFF5.


Background Color

.myBgColor { background-color: #EDBFF5; }

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

This div background color is #EDBFF5.


Border color

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

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

This div border color is #EDBFF5.


Opacity

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

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

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

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

This text has shadow with #EDBFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFF5 on black background.


Color preview on white background

This text has color #EDBFF5 on white background.



Black color preview on #EDBFF5 background

This text has black color on #EDBFF5 background.


White color preview on #EDBFF5 background

This text has white color on #EDBFF5 background.