COLOR #EF9DB0

HEX: #EF9DB0
RGB: (239,157,176)

Color info

#EF9DB0 contains mainly red color. Web safe color of #EF9DB0 is #FF9999 (or #F99).

RGB color model

#EF9DB0 color RGB value is (239,157,176).

  • red value is 239;
  • green value is 157;
  • blue value is 176.
RGB:
(239,157,176)
(94%,62%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 157 of 255 = 62%
B 176 of 255 = 69%

239
157
176

R + G + B ~ 75%. #EF9DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 157 + 176 = 572 (100%)
R 239 of 572 ~ 41.78%
G 157 of 572 ~ 27.45%
B 176 of 572 ~ 30.77%

%41.78
%27.45
%30.77

CMYK color model

#EF9DB0 color CMYK value is (0,34,26,6).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(0,34,26,6)
C0M34Y26K6 
(0%,34%,26%,6%)
(0.00/0.34/0.26/0.06)	

CMYK percentages

%0
%34.31
%26.36
%6.27

Codes

Color #EF9DB0 in popluar color models

EF9DB0
RGB239157176
HSL346°71.93%77.65%
HSB/HSV346°34.31%93.73%
CMYK0.00%34.31%26.36%
6.27%

Color #EF9DB0 in popluar number systems.

HEXEF9DB0
Decimal239157176
Binary111011111001110110110000
Octal357235260

Shades and tints

Shades of #EF9DB0

#EF9DB0
(239,157,176)
#DA8FA0
(218,143,160)
#C58190
(197,129,144)
#B07380
(176,115,128)
#9B6570
(155,101,112)
#865760
(134,87,96)
#714950
(113,73,80)
#5C3B40
(92,59,64)
#472D30
(71,45,48)
#321F20
(50,31,32)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #EF9DB0

#EF9DB0
(239,157,176)
#F0A5B7
(240,165,183)
#F1ADBE
(241,173,190)
#F2B5C5
(242,181,197)
#F3BDCC
(243,189,204)
#F4C5D3
(244,197,211)
#F5CDDA
(245,205,218)
#F6D5E1
(246,213,225)
#F7DDE8
(247,221,232)
#F8E5EF
(248,229,239)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9DB0 color. Also use rgb(239,157,176) instead hex code.

Text Font Color

.myTextColor { color: #EF9DB0; }

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

This text font color is #EF9DB0.


Background Color

.myBgColor { background-color: #EF9DB0; }

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

This div background color is #EF9DB0.


Border color

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

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

This div border color is #EF9DB0.


Opacity

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

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

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

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

This text has shadow with #EF9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9DB0 on black background.


Color preview on white background

This text has color #EF9DB0 on white background.



Black color preview on #EF9DB0 background

This text has black color on #EF9DB0 background.


White color preview on #EF9DB0 background

This text has white color on #EF9DB0 background.