COLOR #EF8FBF

HEX: #EF8FBF
RGB: (239,143,191)

Color info

#EF8FBF contains mainly red and blue colors. Web safe color of #EF8FBF is #FF99CC (or #F9C).

RGB color model

#EF8FBF color RGB value is (239,143,191).

  • red value is 239;
  • green value is 143;
  • blue value is 191.
RGB:
(239,143,191)
(94%,56%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 143 of 255 = 56%
B 191 of 255 = 75%

239
143
191

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

Portions of RGB colors in percentages

R + G + B =
239 + 143 + 191 = 573 (100%)
R 239 of 573 ~ 41.71%
G 143 of 573 ~ 24.96%
B 191 of 573 ~ 33.33%

%41.71
%24.96
%33.33

CMYK color model

#EF8FBF color CMYK value is (0,40,20,6).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,40,20,6)
C0M40Y20K6 
(0%,40%,20%,6%)
(0.00/0.40/0.20/0.06)	

CMYK percentages

%0
%40.17
%20.08
%6.27

Codes

Color #EF8FBF in popluar color models

EF8FBF
RGB239143191
HSL330°75.00%74.90%
HSB/HSV330°40.17%93.73%
CMYK0.00%40.17%20.08%
6.27%

Color #EF8FBF in popluar number systems.

HEXEF8FBF
Decimal239143191
Binary111011111000111110111111
Octal357217277

Shades and tints

Shades of #EF8FBF

#EF8FBF
(239,143,191)
#DA82AE
(218,130,174)
#C5759D
(197,117,157)
#B0688C
(176,104,140)
#9B5B7B
(155,91,123)
#864E6A
(134,78,106)
#714159
(113,65,89)
#5C3448
(92,52,72)
#472737
(71,39,55)
#321A26
(50,26,38)
#1D0D15
(29,13,21)
#000000
(0,0,0)

Tints of #EF8FBF

#EF8FBF
(239,143,191)
#F099C4
(240,153,196)
#F1A3C9
(241,163,201)
#F2ADCE
(242,173,206)
#F3B7D3
(243,183,211)
#F4C1D8
(244,193,216)
#F5CBDD
(245,203,221)
#F6D5E2
(246,213,226)
#F7DFE7
(247,223,231)
#F8E9EC
(248,233,236)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8FBF color. Also use rgb(239,143,191) instead hex code.

Text Font Color

.myTextColor { color: #EF8FBF; }

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

This text font color is #EF8FBF.


Background Color

.myBgColor { background-color: #EF8FBF; }

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

This div background color is #EF8FBF.


Border color

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

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

This div border color is #EF8FBF.


Opacity

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

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

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

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

This text has shadow with #EF8FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8FBF on black background.


Color preview on white background

This text has color #EF8FBF on white background.



Black color preview on #EF8FBF background

This text has black color on #EF8FBF background.


White color preview on #EF8FBF background

This text has white color on #EF8FBF background.