COLOR #EDB9F5

HEX: #EDB9F5
RGB: (237,185,245)

Color info

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

RGB color model

#EDB9F5 color RGB value is (237,185,245).

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

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 245 of 255 = 96%

237
185
245

R + G + B ~ 87%. #EDB9F5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 245 = 667 (100%)
R 237 of 667 ~ 35.53%
G 185 of 667 ~ 27.74%
B 245 of 667 ~ 36.73%

%35.53
%27.74
%36.73

CMYK color model

#EDB9F5 color CMYK value is (3,24,0,4).

  • cyan value is 3.27%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (3,24,0,4) C3M24Y0K4 (3%,24%,0%,4%) (0.03/0.24/0.00/0.04)

CMYK percentages

%3.27
%24.49
%0
%3.92

Codes

Color #EDB9F5 in popluar color models

EDB9F5
RGB237185245
HSL292°75.00%84.31%
HSB/HSV292°24.49%96.08%
CMYK3.27%24.49%0.00%
3.92%

Color #EDB9F5 in popluar number systems.

HEXEDB9F5
Decimal237185245
Binary111011011011100111110101
Octal355271365

Shades and tints

Shades of #EDB9F5

#EDB9F5
(237,185,245)
#D8A9DF
(216,169,223)
#C399C9
(195,153,201)
#AE89B3
(174,137,179)
#99799D
(153,121,157)
#846987
(132,105,135)
#6F5971
(111,89,113)
#5A495B
(90,73,91)
#453945
(69,57,69)
#30292F
(48,41,47)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDB9F5

#EDB9F5
(237,185,245)
#EEBFF5
(238,191,245)
#EFC5F5
(239,197,245)
#F0CBF5
(240,203,245)
#F1D1F5
(241,209,245)
#F2D7F5
(242,215,245)
#F3DDF5
(243,221,245)
#F4E3F5
(244,227,245)
#F5E9F5
(245,233,245)
#F6EFF5
(246,239,245)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9F5; }

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

This text font color is #EDB9F5.


Background Color

.myBgColor { background-color: #EDB9F5; }

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

This div background color is #EDB9F5.


Border color

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

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

This div border color is #EDB9F5.


Opacity

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

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

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

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

This text has shadow with #EDB9F5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDB9F5 on black background.


Color preview on white background

This text has color #EDB9F5 on white background.



Black color preview on #EDB9F5 background

This text has black color on #EDB9F5 background.


White color preview on #EDB9F5 background

This text has white color on #EDB9F5 background.