COLOR #EF869B

HEX: #EF869B
RGB: (239,134,155)

Color info

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

RGB color model

#EF869B color RGB value is (239,134,155).

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

RGB channels and saturation

R 239 of 255 = 94%
G 134 of 255 = 53%
B 155 of 255 = 61%

239
134
155

R + G + B ~ 69%. #EF869B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 134 + 155 = 528 (100%)
R 239 of 528 ~ 45.27%
G 134 of 528 ~ 25.38%
B 155 of 528 ~ 29.36%

%45.27
%25.38
%29.36

CMYK color model

#EF869B color CMYK value is (0,44,35,6).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(0,44,35,6)
C0M44Y35K6 
(0%,44%,35%,6%)
(0.00/0.44/0.35/0.06)	

CMYK percentages

%0
%43.93
%35.15
%6.27

Codes

Color #EF869B in popluar color models

EF869B
RGB239134155
HSL348°76.64%73.14%
HSB/HSV348°43.93%93.73%
CMYK0.00%43.93%35.15%
6.27%

Color #EF869B in popluar number systems.

HEXEF869B
Decimal239134155
Binary111011111000011010011011
Octal357206233

Shades and tints

Shades of #EF869B

#EF869B
(239,134,155)
#DA7A8D
(218,122,141)
#C56E7F
(197,110,127)
#B06271
(176,98,113)
#9B5663
(155,86,99)
#864A55
(134,74,85)
#713E47
(113,62,71)
#5C3239
(92,50,57)
#47262B
(71,38,43)
#321A1D
(50,26,29)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #EF869B

#EF869B
(239,134,155)
#F091A4
(240,145,164)
#F19CAD
(241,156,173)
#F2A7B6
(242,167,182)
#F3B2BF
(243,178,191)
#F4BDC8
(244,189,200)
#F5C8D1
(245,200,209)
#F6D3DA
(246,211,218)
#F7DEE3
(247,222,227)
#F8E9EC
(248,233,236)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF869B; }

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

This text font color is #EF869B.


Background Color

.myBgColor { background-color: #EF869B; }

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

This div background color is #EF869B.


Border color

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

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

This div border color is #EF869B.


Opacity

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

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

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

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

This text has shadow with #EF869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF869B on black background.


Color preview on white background

This text has color #EF869B on white background.



Black color preview on #EF869B background

This text has black color on #EF869B background.


White color preview on #EF869B background

This text has white color on #EF869B background.