COLOR #EFA9CF

HEX: #EFA9CF
RGB: (239,169,207)

Color info

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

RGB color model

#EFA9CF color RGB value is (239,169,207).

  • red value is 239;
  • green value is 169;
  • blue value is 207.
RGB:
(239,169,207)
(94%,66%,81%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 207 of 255 = 81%

239
169
207

R + G + B ~ 80%. #EFA9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 169 + 207 = 615 (100%)
R 239 of 615 ~ 38.86%
G 169 of 615 ~ 27.48%
B 207 of 615 ~ 33.66%

%38.86
%27.48
%33.66

CMYK color model

#EFA9CF color CMYK value is (0,29,13,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(0,29,13,6)
C0M29Y13K6 
(0%,29%,13%,6%)
(0.00/0.29/0.13/0.06)	

CMYK percentages

%0
%29.29
%13.39
%6.27

Codes

Color #EFA9CF in popluar color models

EFA9CF
RGB239169207
HSL327°68.63%80.00%
HSB/HSV327°29.29%93.73%
CMYK0.00%29.29%13.39%
6.27%

Color #EFA9CF in popluar number systems.

HEXEFA9CF
Decimal239169207
Binary111011111010100111001111
Octal357251317

Shades and tints

Shades of #EFA9CF

#EFA9CF
(239,169,207)
#DA9ABD
(218,154,189)
#C58BAB
(197,139,171)
#B07C99
(176,124,153)
#9B6D87
(155,109,135)
#865E75
(134,94,117)
#714F63
(113,79,99)
#5C4051
(92,64,81)
#47313F
(71,49,63)
#32222D
(50,34,45)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #EFA9CF

#EFA9CF
(239,169,207)
#F0B0D3
(240,176,211)
#F1B7D7
(241,183,215)
#F2BEDB
(242,190,219)
#F3C5DF
(243,197,223)
#F4CCE3
(244,204,227)
#F5D3E7
(245,211,231)
#F6DAEB
(246,218,235)
#F7E1EF
(247,225,239)
#F8E8F3
(248,232,243)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA9CF color. Also use rgb(239,169,207) instead hex code.

Text Font Color

.myTextColor { color: #EFA9CF; }

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

This text font color is #EFA9CF.


Background Color

.myBgColor { background-color: #EFA9CF; }

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

This div background color is #EFA9CF.


Border color

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

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

This div border color is #EFA9CF.


Opacity

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

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

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

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

This text has shadow with #EFA9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA9CF on black background.


Color preview on white background

This text has color #EFA9CF on white background.



Black color preview on #EFA9CF background

This text has black color on #EFA9CF background.


White color preview on #EFA9CF background

This text has white color on #EFA9CF background.