COLOR #EDB9F4

HEX: #EDB9F4
RGB: (237,185,244)

Color info

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

RGB color model

#EDB9F4 color RGB value is (237,185,244).

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

RGB channels and saturation

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

237
185
244

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

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 244 = 666 (100%)
R 237 of 666 ~ 35.59%
G 185 of 666 ~ 27.78%
B 244 of 666 ~ 36.64%

%35.59
%27.78
%36.64

CMYK color model

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

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

CMYK percentages

%2.87
%24.18
%0
%4.31

Codes

Color #EDB9F4 in popluar color models

EDB9F4
RGB237185244
HSL293°72.84%84.12%
HSB/HSV293°24.18%95.69%
CMYK2.87%24.18%0.00%
4.31%

Color #EDB9F4 in popluar number systems.

HEXEDB9F4
Decimal237185244
Binary111011011011100111110100
Octal355271364

Shades and tints

Shades of #EDB9F4

#EDB9F4
(237,185,244)
#D8A9DE
(216,169,222)
#C399C8
(195,153,200)
#AE89B2
(174,137,178)
#99799C
(153,121,156)
#846986
(132,105,134)
#6F5970
(111,89,112)
#5A495A
(90,73,90)
#453944
(69,57,68)
#30292E
(48,41,46)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDB9F4

#EDB9F4
(237,185,244)
#EEBFF5
(238,191,245)
#EFC5F6
(239,197,246)
#F0CBF7
(240,203,247)
#F1D1F8
(241,209,248)
#F2D7F9
(242,215,249)
#F3DDFA
(243,221,250)
#F4E3FB
(244,227,251)
#F5E9FC
(245,233,252)
#F6EFFD
(246,239,253)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9F4; }

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

This text font color is #EDB9F4.


Background Color

.myBgColor { background-color: #EDB9F4; }

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

This div background color is #EDB9F4.


Border color

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

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

This div border color is #EDB9F4.


Opacity

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

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

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

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

This text has shadow with #EDB9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9F4 on black background.


Color preview on white background

This text has color #EDB9F4 on white background.



Black color preview on #EDB9F4 background

This text has black color on #EDB9F4 background.


White color preview on #EDB9F4 background

This text has white color on #EDB9F4 background.