COLOR #ED7B9E

HEX: #ED7B9E
RGB: (237,123,158)

Color info

#ED7B9E contains mainly red color. Web safe color of #ED7B9E is #FF6699 (or #F69).

RGB color model

#ED7B9E color RGB value is (237,123,158).

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

RGB channels and saturation

R 237 of 255 = 93%
G 123 of 255 = 48%
B 158 of 255 = 62%

237
123
158

R + G + B ~ 68%. #ED7B9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 123 + 158 = 518 (100%)
R 237 of 518 ~ 45.75%
G 123 of 518 ~ 23.75%
B 158 of 518 ~ 30.5%

%45.75
%23.75
%30.5

CMYK color model

#ED7B9E color CMYK value is (0,48,33,7).

  • cyan value is 0.00%
  • magenta value is 48.10%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,48,33,7)
C0M48Y33K7 
(0%,48%,33%,7%)
(0.00/0.48/0.33/0.07)	

CMYK percentages

%0
%48.1
%33.33
%7.06

Codes

Color #ED7B9E in popluar color models

ED7B9E
RGB237123158
HSL342°76.00%70.59%
HSB/HSV342°48.10%92.94%
CMYK0.00%48.10%33.33%
7.06%

Color #ED7B9E in popluar number systems.

HEXED7B9E
Decimal237123158
Binary11101101111101110011110
Octal355173236

Shades and tints

Shades of #ED7B9E

#ED7B9E
(237,123,158)
#D87090
(216,112,144)
#C36582
(195,101,130)
#AE5A74
(174,90,116)
#994F66
(153,79,102)
#844458
(132,68,88)
#6F394A
(111,57,74)
#5A2E3C
(90,46,60)
#45232E
(69,35,46)
#301820
(48,24,32)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #ED7B9E

#ED7B9E
(237,123,158)
#EE87A6
(238,135,166)
#EF93AE
(239,147,174)
#F09FB6
(240,159,182)
#F1ABBE
(241,171,190)
#F2B7C6
(242,183,198)
#F3C3CE
(243,195,206)
#F4CFD6
(244,207,214)
#F5DBDE
(245,219,222)
#F6E7E6
(246,231,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7B9E; }

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

This text font color is #ED7B9E.


Background Color

.myBgColor { background-color: #ED7B9E; }

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

This div background color is #ED7B9E.


Border color

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

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

This div border color is #ED7B9E.


Opacity

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

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

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

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

This text has shadow with #ED7B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7B9E on black background.


Color preview on white background

This text has color #ED7B9E on white background.



Black color preview on #ED7B9E background

This text has black color on #ED7B9E background.


White color preview on #ED7B9E background

This text has white color on #ED7B9E background.