COLOR #EF8B9E

HEX: #EF8B9E RGB: (239,139,158)

Color info

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

RGB color model

#EF8B9E color RGB value is (239,139,158).

RGB: (239,139,158) (94%, 55%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 139 of 255 = 55%
B 158 of 255 = 62%

239
139
158

R + G + B ~ 70%. #EF8B9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 139 + 158 = 536 (100%)
R 239 of 536 ~ 44.59%
G 139 of 536 ~ 25.93%
B 158 of 536 ~ 29.48'%

%44.59
%25.93
%29.48

CMYK color model

#EF8B9E color CMYK value is (0,42,34,6).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 33.89%
  • key color value is 6.27%

CMYK: (0,42,34,6)
C0M42Y34K6 (0%, 42%, 34%, 6%)
(0.00 / 0.42 / 0.34 / 0.06)

CMYK percentages

%0
%41.84
%33.89
%6.27

Codes

Color #EF8B9E in popluar color models

EF 8B 9E
RGB 239 139 158
HSL 349° 75.76% 74.12%
HSB/HSV 349° 41.84% 93.73%
CMYK 0.00% 41.84% 33.89%
6.27%

Color #EF8B9E in popluar number systems.

HEX EF 8B 9E
Decimal 239 139 158
Binary 11101111 10001011 10011110
Octal 357 213 236

Shades and tints

Shades of #EF8B9E

#EF8B9E
(239,139,158)
#DA7F90
(218,127,144)
#C57382
(197,115,130)
#B06774
(176,103,116)
#9B5B66
(155,91,102)
#864F58
(134,79,88)
#71434A
(113,67,74)
#5C373C
(92,55,60)
#472B2E
(71,43,46)
#321F20
(50,31,32)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #EF8B9E

#EF8B9E
(239,139,158)
#F095A6
(240,149,166)
#F19FAE
(241,159,174)
#F2A9B6
(242,169,182)
#F3B3BE
(243,179,190)
#F4BDC6
(244,189,198)
#F5C7CE
(245,199,206)
#F6D1D6
(246,209,214)
#F7DBDE
(247,219,222)
#F8E5E6
(248,229,230)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8B9E color. Also use rgb(239,139,158) instead hex code.

Text Font Color

.myTextColor { color: #EF8B9E; }

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

This text font color is #EF8B9E.

Background Color

.myBgColor { background-color: #EF8B9E; }

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

This div background color is #EF8B9E.

Border color

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

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

This div border color is #EF8B9E.

Opacity

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

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

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

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

This text has shadow with #EF8B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF8B9E.

Preview

Color preview on black background

This text has color #EF8B9E on black background.


Color preview on white background

This text has color #EF8B9E on white background.


Black color preview on #EF8B9E background

This text has black color on #EF8B9E background.


White color preview on #EF8B9E background

This text has white color on #EF8B9E background.


Related colors

Complementary color

Complementary color for #hex is #107461.


I love getcolorcode.com

Triadic colors

1 #9EEF8B and #8B9EEF with #EF8B9E are triadic colors.

2 #9E8BEF and #8BEF9E with #EF8B9E are triadic colors.