COLOR #ED7BDB

HEX: #ED7BDB
RGB: (237,123,219)

Color info

#ED7BDB contains mainly red and blue colors. Web safe color of #ED7BDB is #FF66CC (or #F6C).

RGB color model

#ED7BDB color RGB value is (237,123,219).

  • red value is 237;
  • green value is 123;
  • blue value is 219.
RGB:
(237,123,219)
(93%,48%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 123 of 255 = 48%
B 219 of 255 = 86%

237
123
219

R + G + B ~ 76%. #ED7BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 123 + 219 = 579 (100%)
R 237 of 579 ~ 40.93%
G 123 of 579 ~ 21.24%
B 219 of 579 ~ 37.82%

%40.93
%21.24
%37.82

CMYK color model

#ED7BDB color CMYK value is (0,48,8,7).

  • cyan value is 0.00%
  • magenta value is 48.10%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(0,48,8,7)
C0M48Y8K7 
(0%,48%,8%,7%)
(0.00/0.48/0.08/0.07)	

CMYK percentages

%0
%48.1
%7.59
%7.06

Codes

Color #ED7BDB in popluar color models

ED7BDB
RGB237123219
HSL309°76.00%70.59%
HSB/HSV309°48.10%92.94%
CMYK0.00%48.10%7.59%
7.06%

Color #ED7BDB in popluar number systems.

HEXED7BDB
Decimal237123219
Binary11101101111101111011011
Octal355173333

Shades and tints

Shades of #ED7BDB

#ED7BDB
(237,123,219)
#D870C8
(216,112,200)
#C365B5
(195,101,181)
#AE5AA2
(174,90,162)
#994F8F
(153,79,143)
#84447C
(132,68,124)
#6F3969
(111,57,105)
#5A2E56
(90,46,86)
#452343
(69,35,67)
#301830
(48,24,48)
#1B0D1D
(27,13,29)
#000000
(0,0,0)

Tints of #ED7BDB

#ED7BDB
(237,123,219)
#EE87DE
(238,135,222)
#EF93E1
(239,147,225)
#F09FE4
(240,159,228)
#F1ABE7
(241,171,231)
#F2B7EA
(242,183,234)
#F3C3ED
(243,195,237)
#F4CFF0
(244,207,240)
#F5DBF3
(245,219,243)
#F6E7F6
(246,231,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7BDB color. Also use rgb(237,123,219) instead hex code.

Text Font Color

.myTextColor { color: #ED7BDB; }

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

This text font color is #ED7BDB.


Background Color

.myBgColor { background-color: #ED7BDB; }

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

This div background color is #ED7BDB.


Border color

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

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

This div border color is #ED7BDB.


Opacity

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

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

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

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

This text has shadow with #ED7BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7BDB on black background.


Color preview on white background

This text has color #ED7BDB on white background.



Black color preview on #ED7BDB background

This text has black color on #ED7BDB background.


White color preview on #ED7BDB background

This text has white color on #ED7BDB background.