COLOR #EF7DBD

HEX: #EF7DBD
RGB: (239,125,189)

Color info

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

RGB color model

#EF7DBD color RGB value is (239,125,189).

  • red value is 239;
  • green value is 125;
  • blue value is 189.
RGB:
(239,125,189)
(94%,49%,74%)

RGB channels and saturation

R 239 of 255 = 94%
G 125 of 255 = 49%
B 189 of 255 = 74%

239
125
189

R + G + B ~ 72%. #EF7DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 125 + 189 = 553 (100%)
R 239 of 553 ~ 43.22%
G 125 of 553 ~ 22.6%
B 189 of 553 ~ 34.18%

%43.22
%22.6
%34.18

CMYK color model

#EF7DBD color CMYK value is (0,48,21,6).

  • cyan value is 0.00%
  • magenta value is 47.70%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(0,48,21,6)
C0M48Y21K6 
(0%,48%,21%,6%)
(0.00/0.48/0.21/0.06)	

CMYK percentages

%0
%47.7
%20.92
%6.27

Codes

Color #EF7DBD in popluar color models

EF7DBD
RGB239125189
HSL326°78.08%71.37%
HSB/HSV326°47.70%93.73%
CMYK0.00%47.70%20.92%
6.27%

Color #EF7DBD in popluar number systems.

HEXEF7DBD
Decimal239125189
Binary11101111111110110111101
Octal357175275

Shades and tints

Shades of #EF7DBD

#EF7DBD
(239,125,189)
#DA72AC
(218,114,172)
#C5679B
(197,103,155)
#B05C8A
(176,92,138)
#9B5179
(155,81,121)
#864668
(134,70,104)
#713B57
(113,59,87)
#5C3046
(92,48,70)
#472535
(71,37,53)
#321A24
(50,26,36)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #EF7DBD

#EF7DBD
(239,125,189)
#F088C3
(240,136,195)
#F193C9
(241,147,201)
#F29ECF
(242,158,207)
#F3A9D5
(243,169,213)
#F4B4DB
(244,180,219)
#F5BFE1
(245,191,225)
#F6CAE7
(246,202,231)
#F7D5ED
(247,213,237)
#F8E0F3
(248,224,243)
#F9EBF9
(249,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7DBD color. Also use rgb(239,125,189) instead hex code.

Text Font Color

.myTextColor { color: #EF7DBD; }

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

This text font color is #EF7DBD.


Background Color

.myBgColor { background-color: #EF7DBD; }

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

This div background color is #EF7DBD.


Border color

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

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

This div border color is #EF7DBD.


Opacity

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

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

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

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

This text has shadow with #EF7DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7DBD on black background.


Color preview on white background

This text has color #EF7DBD on white background.



Black color preview on #EF7DBD background

This text has black color on #EF7DBD background.


White color preview on #EF7DBD background

This text has white color on #EF7DBD background.