COLOR #EF9ABC

HEX: #EF9ABC
RGB: (239,154,188)

Color info

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

RGB color model

#EF9ABC color RGB value is (239,154,188).

  • red value is 239;
  • green value is 154;
  • blue value is 188.
RGB:
(239,154,188)
(94%,60%,74%)

RGB channels and saturation

R 239 of 255 = 94%
G 154 of 255 = 60%
B 188 of 255 = 74%

239
154
188

R + G + B ~ 76%. #EF9ABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 154 + 188 = 581 (100%)
R 239 of 581 ~ 41.14%
G 154 of 581 ~ 26.51%
B 188 of 581 ~ 32.36%

%41.14
%26.51
%32.36

CMYK color model

#EF9ABC color CMYK value is (0,36,21,6).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK:
(0,36,21,6)
C0M36Y21K6 
(0%,36%,21%,6%)
(0.00/0.36/0.21/0.06)	

CMYK percentages

%0
%35.56
%21.34
%6.27

Codes

Color #EF9ABC in popluar color models

EF9ABC
RGB239154188
HSL336°72.65%77.06%
HSB/HSV336°35.56%93.73%
CMYK0.00%35.56%21.34%
6.27%

Color #EF9ABC in popluar number systems.

HEXEF9ABC
Decimal239154188
Binary111011111001101010111100
Octal357232274

Shades and tints

Shades of #EF9ABC

#EF9ABC
(239,154,188)
#DA8CAB
(218,140,171)
#C57E9A
(197,126,154)
#B07089
(176,112,137)
#9B6278
(155,98,120)
#865467
(134,84,103)
#714656
(113,70,86)
#5C3845
(92,56,69)
#472A34
(71,42,52)
#321C23
(50,28,35)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #EF9ABC

#EF9ABC
(239,154,188)
#F0A3C2
(240,163,194)
#F1ACC8
(241,172,200)
#F2B5CE
(242,181,206)
#F3BED4
(243,190,212)
#F4C7DA
(244,199,218)
#F5D0E0
(245,208,224)
#F6D9E6
(246,217,230)
#F7E2EC
(247,226,236)
#F8EBF2
(248,235,242)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9ABC color. Also use rgb(239,154,188) instead hex code.

Text Font Color

.myTextColor { color: #EF9ABC; }

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

This text font color is #EF9ABC.


Background Color

.myBgColor { background-color: #EF9ABC; }

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

This div background color is #EF9ABC.


Border color

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

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

This div border color is #EF9ABC.


Opacity

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

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

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

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

This text has shadow with #EF9ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9ABC on black background.


Color preview on white background

This text has color #EF9ABC on white background.



Black color preview on #EF9ABC background

This text has black color on #EF9ABC background.


White color preview on #EF9ABC background

This text has white color on #EF9ABC background.