COLOR #EDB0F7

HEX: #EDB0F7
RGB: (237,176,247)

Color info

#EDB0F7 contains mainly red and blue colors. Web safe color of #EDB0F7 is #FF99FF (or #F9F).

RGB color model

#EDB0F7 color RGB value is (237,176,247).

  • red value is 237;
  • green value is 176;
  • blue value is 247.
RGB:
(237,176,247)
(93%,69%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 176 of 255 = 69%
B 247 of 255 = 97%

237
176
247

R + G + B ~ 86%. #EDB0F7 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 176 + 247 = 660 (100%)
R 237 of 660 ~ 35.91%
G 176 of 660 ~ 26.67%
B 247 of 660 ~ 37.42%

%35.91
%26.67
%37.42

CMYK color model

#EDB0F7 color CMYK value is (4,29,0,3).

  • cyan value is 4.05%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,29,0,3)
C4M29Y0K3 
(4%,29%,0%,3%)
(0.04/0.29/0.00/0.03)	

CMYK percentages

%4.05
%28.74
%0
%3.14

Codes

Color #EDB0F7 in popluar color models

EDB0F7
RGB237176247
HSL292°81.61%82.94%
HSB/HSV292°28.74%96.86%
CMYK4.05%28.74%0.00%
3.14%

Color #EDB0F7 in popluar number systems.

HEXEDB0F7
Decimal237176247
Binary111011011011000011110111
Octal355260367

Shades and tints

Shades of #EDB0F7

#EDB0F7
(237,176,247)
#D8A0E1
(216,160,225)
#C390CB
(195,144,203)
#AE80B5
(174,128,181)
#99709F
(153,112,159)
#846089
(132,96,137)
#6F5073
(111,80,115)
#5A405D
(90,64,93)
#453047
(69,48,71)
#302031
(48,32,49)
#1B101B
(27,16,27)
#000000
(0,0,0)

Tints of #EDB0F7

#EDB0F7
(237,176,247)
#EEB7F7
(238,183,247)
#EFBEF7
(239,190,247)
#F0C5F7
(240,197,247)
#F1CCF7
(241,204,247)
#F2D3F7
(242,211,247)
#F3DAF7
(243,218,247)
#F4E1F7
(244,225,247)
#F5E8F7
(245,232,247)
#F6EFF7
(246,239,247)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB0F7 color. Also use rgb(237,176,247) instead hex code.

Text Font Color

.myTextColor { color: #EDB0F7; }

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

This text font color is #EDB0F7.


Background Color

.myBgColor { background-color: #EDB0F7; }

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

This div background color is #EDB0F7.


Border color

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

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

This div border color is #EDB0F7.


Opacity

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

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

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

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

This text has shadow with #EDB0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB0F7 on black background.


Color preview on white background

This text has color #EDB0F7 on white background.



Black color preview on #EDB0F7 background

This text has black color on #EDB0F7 background.


White color preview on #EDB0F7 background

This text has white color on #EDB0F7 background.