COLOR #EDB9FE

HEX: #EDB9FE RGB: (237,185,254)

Color info

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

RGB color model

#EDB9FE color RGB value is (237,185,254).

RGB: (237,185,254) (93%, 73%, 100%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 254 of 255 = 100%

237
185
254

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

Portions of RGB colors in percentages

R + G + B = 237 + 185 + 254 = 676 (100%)
R 237 of 676 ~ 35.06%
G 185 of 676 ~ 27.37%
B 254 of 676 ~ 37.57'%

%35.06
%27.37
%37.57

CMYK color model

#EDB9FE color CMYK value is (7,27,0,0).

  • cyan value is 6.69%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (7,27,0,0) C7M27Y0K0 (7%,27%,0%,0%) (0.07/0.27/0.00/0.00) 

CMYK percentages

%6.69
%27.17
%0
%0.39

Codes

Color #EDB9FE in popluar color models

ED B9 FE
RGB 237 185 254
HSL 285° 97.18% 86.08%
HSB/HSV 285° 27.17% 99.61%
CMYK 6.69% 27.17% 0.00%
0.39%

Color #EDB9FE in popluar number systems.

HEX ED B9 FE
Decimal 237 185 254
Binary 11101101 10111001 11111110
Octal 355 271 376

Shades and tints

Shades of #EDB9FE

#EDB9FE
(237,185,254)
#D8A9E7
(216,169,231)
#C399D0
(195,153,208)
#AE89B9
(174,137,185)
#9979A2
(153,121,162)
#84698B
(132,105,139)
#6F5974
(111,89,116)
#5A495D
(90,73,93)
#453946
(69,57,70)
#30292F
(48,41,47)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDB9FE

#EDB9FE
(237,185,254)
#EEBFFE
(238,191,254)
#EFC5FE
(239,197,254)
#F0CBFE
(240,203,254)
#F1D1FE
(241,209,254)
#F2D7FE
(242,215,254)
#F3DDFE
(243,221,254)
#F4E3FE
(244,227,254)
#F5E9FE
(245,233,254)
#F6EFFE
(246,239,254)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9FE; }

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

This text font color is #EDB9FE.

Background Color

.myBgColor { background-color: #EDB9FE; }

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

This div background color is #EDB9FE.

Border color

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

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

This div border color is #EDB9FE.

Opacity

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

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

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

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

This text has shadow with #EDB9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB9FE.

Preview

Color preview on black background

This text has color #EDB9FE on black background.


Color preview on white background

This text has color #EDB9FE on white background.


Black color preview on #EDB9FE background

This text has black color on #EDB9FE background.


White color preview on #EDB9FE background

This text has white color on #EDB9FE background.


Related colors

Complementary color

Complementary color for #hex is #124601.


I love getcolorcode.com

Triadic colors

1 #FEEDB9 and #B9FEED with #EDB9FE are triadic colors.

2 #FEB9ED and #B9EDFE with #EDB9FE are triadic colors.