COLOR #EF9BAA

HEX: #EF9BAA
RGB: (239,155,170)

Color info

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

RGB color model

#EF9BAA color RGB value is (239,155,170).

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

RGB channels and saturation

R 239 of 255 = 94%
G 155 of 255 = 61%
B 170 of 255 = 67%

239
155
170

R + G + B ~ 74%. #EF9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 155 + 170 = 564 (100%)
R 239 of 564 ~ 42.38%
G 155 of 564 ~ 27.48%
B 170 of 564 ~ 30.14%

%42.38
%27.48
%30.14

CMYK color model

#EF9BAA color CMYK value is (0,35,29,6).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 28.87%
  • key color value is 6.27%
CMYK:
(0,35,29,6)
C0M35Y29K6 
(0%,35%,29%,6%)
(0.00/0.35/0.29/0.06)	

CMYK percentages

%0
%35.15
%28.87
%6.27

Codes

Color #EF9BAA in popluar color models

EF9BAA
RGB239155170
HSL349°72.41%77.25%
HSB/HSV349°35.15%93.73%
CMYK0.00%35.15%28.87%
6.27%

Color #EF9BAA in popluar number systems.

HEXEF9BAA
Decimal239155170
Binary111011111001101110101010
Octal357233252

Shades and tints

Shades of #EF9BAA

#EF9BAA
(239,155,170)
#DA8D9B
(218,141,155)
#C57F8C
(197,127,140)
#B0717D
(176,113,125)
#9B636E
(155,99,110)
#86555F
(134,85,95)
#714750
(113,71,80)
#5C3941
(92,57,65)
#472B32
(71,43,50)
#321D23
(50,29,35)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #EF9BAA

#EF9BAA
(239,155,170)
#F0A4B1
(240,164,177)
#F1ADB8
(241,173,184)
#F2B6BF
(242,182,191)
#F3BFC6
(243,191,198)
#F4C8CD
(244,200,205)
#F5D1D4
(245,209,212)
#F6DADB
(246,218,219)
#F7E3E2
(247,227,226)
#F8ECE9
(248,236,233)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF9BAA; }

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

This text font color is #EF9BAA.


Background Color

.myBgColor { background-color: #EF9BAA; }

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

This div background color is #EF9BAA.


Border color

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

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

This div border color is #EF9BAA.


Opacity

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

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

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

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

This text has shadow with #EF9BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9BAA on black background.


Color preview on white background

This text has color #EF9BAA on white background.



Black color preview on #EF9BAA background

This text has black color on #EF9BAA background.


White color preview on #EF9BAA background

This text has white color on #EF9BAA background.