COLOR #EF867D

HEX: #EF867D
RGB: (239,134,125)

Color info

#EF867D contains mainly red color. Web safe color of #EF867D is #FF9966 (or #F96).

RGB color model

#EF867D color RGB value is (239,134,125).

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

RGB channels and saturation

R 239 of 255 = 94%
G 134 of 255 = 53%
B 125 of 255 = 49%

239
134
125

R + G + B ~ 65%. #EF867D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 134 + 125 = 498 (100%)
R 239 of 498 ~ 47.99%
G 134 of 498 ~ 26.91%
B 125 of 498 ~ 25.1%

%47.99
%26.91
%25.1

CMYK color model

#EF867D color CMYK value is (0,44,48,6).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 47.70%
  • key color value is 6.27%
CMYK:
(0,44,48,6)
C0M44Y48K6 
(0%,44%,48%,6%)
(0.00/0.44/0.48/0.06)	

CMYK percentages

%0
%43.93
%47.7
%6.27

Codes

Color #EF867D in popluar color models

EF867D
RGB239134125
HSL78.08%71.37%
HSB/HSV47.70%93.73%
CMYK0.00%43.93%47.70%
6.27%

Color #EF867D in popluar number systems.

HEXEF867D
Decimal239134125
Binary11101111100001101111101
Octal357206175

Shades and tints

Shades of #EF867D

#EF867D
(239,134,125)
#DA7A72
(218,122,114)
#C56E67
(197,110,103)
#B0625C
(176,98,92)
#9B5651
(155,86,81)
#864A46
(134,74,70)
#713E3B
(113,62,59)
#5C3230
(92,50,48)
#472625
(71,38,37)
#321A1A
(50,26,26)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #EF867D

#EF867D
(239,134,125)
#F09188
(240,145,136)
#F19C93
(241,156,147)
#F2A79E
(242,167,158)
#F3B2A9
(243,178,169)
#F4BDB4
(244,189,180)
#F5C8BF
(245,200,191)
#F6D3CA
(246,211,202)
#F7DED5
(247,222,213)
#F8E9E0
(248,233,224)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF867D; }

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

This text font color is #EF867D.


Background Color

.myBgColor { background-color: #EF867D; }

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

This div background color is #EF867D.


Border color

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

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

This div border color is #EF867D.


Opacity

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

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

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

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

This text has shadow with #EF867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF867D on black background.


Color preview on white background

This text has color #EF867D on white background.



Black color preview on #EF867D background

This text has black color on #EF867D background.


White color preview on #EF867D background

This text has white color on #EF867D background.