COLOR #EFA1C3

HEX: #EFA1C3
RGB: (239,161,195)

Color info

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

RGB color model

#EFA1C3 color RGB value is (239,161,195).

  • red value is 239;
  • green value is 161;
  • blue value is 195.
RGB:
(239,161,195)
(94%,63%,76%)

RGB channels and saturation

R 239 of 255 = 94%
G 161 of 255 = 63%
B 195 of 255 = 76%

239
161
195

R + G + B ~ 78%. #EFA1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 161 + 195 = 595 (100%)
R 239 of 595 ~ 40.17%
G 161 of 595 ~ 27.06%
B 195 of 595 ~ 32.77%

%40.17
%27.06
%32.77

CMYK color model

#EFA1C3 color CMYK value is (0,33,18,6).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 18.41%
  • key color value is 6.27%
CMYK:
(0,33,18,6)
C0M33Y18K6 
(0%,33%,18%,6%)
(0.00/0.33/0.18/0.06)	

CMYK percentages

%0
%32.64
%18.41
%6.27

Codes

Color #EFA1C3 in popluar color models

EFA1C3
RGB239161195
HSL334°70.91%78.43%
HSB/HSV334°32.64%93.73%
CMYK0.00%32.64%18.41%
6.27%

Color #EFA1C3 in popluar number systems.

HEXEFA1C3
Decimal239161195
Binary111011111010000111000011
Octal357241303

Shades and tints

Shades of #EFA1C3

#EFA1C3
(239,161,195)
#DA93B2
(218,147,178)
#C585A1
(197,133,161)
#B07790
(176,119,144)
#9B697F
(155,105,127)
#865B6E
(134,91,110)
#714D5D
(113,77,93)
#5C3F4C
(92,63,76)
#47313B
(71,49,59)
#32232A
(50,35,42)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #EFA1C3

#EFA1C3
(239,161,195)
#F0A9C8
(240,169,200)
#F1B1CD
(241,177,205)
#F2B9D2
(242,185,210)
#F3C1D7
(243,193,215)
#F4C9DC
(244,201,220)
#F5D1E1
(245,209,225)
#F6D9E6
(246,217,230)
#F7E1EB
(247,225,235)
#F8E9F0
(248,233,240)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA1C3 color. Also use rgb(239,161,195) instead hex code.

Text Font Color

.myTextColor { color: #EFA1C3; }

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

This text font color is #EFA1C3.


Background Color

.myBgColor { background-color: #EFA1C3; }

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

This div background color is #EFA1C3.


Border color

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

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

This div border color is #EFA1C3.


Opacity

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

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

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

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

This text has shadow with #EFA1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA1C3 on black background.


Color preview on white background

This text has color #EFA1C3 on white background.



Black color preview on #EFA1C3 background

This text has black color on #EFA1C3 background.


White color preview on #EFA1C3 background

This text has white color on #EFA1C3 background.