COLOR #EFA6C5

HEX: #EFA6C5
RGB: (239,166,197)

Color info

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

RGB color model

#EFA6C5 color RGB value is (239,166,197).

  • red value is 239;
  • green value is 166;
  • blue value is 197.
RGB:
(239,166,197)
(94%,65%,77%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 197 of 255 = 77%

239
166
197

R + G + B ~ 79%. #EFA6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 166 + 197 = 602 (100%)
R 239 of 602 ~ 39.7%
G 166 of 602 ~ 27.57%
B 197 of 602 ~ 32.72%

%39.7
%27.57
%32.72

CMYK color model

#EFA6C5 color CMYK value is (0,31,18,6).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(0,31,18,6)
C0M31Y18K6 
(0%,31%,18%,6%)
(0.00/0.31/0.18/0.06)	

CMYK percentages

%0
%30.54
%17.57
%6.27

Codes

Color #EFA6C5 in popluar color models

EFA6C5
RGB239166197
HSL335°69.52%79.41%
HSB/HSV335°30.54%93.73%
CMYK0.00%30.54%17.57%
6.27%

Color #EFA6C5 in popluar number systems.

HEXEFA6C5
Decimal239166197
Binary111011111010011011000101
Octal357246305

Shades and tints

Shades of #EFA6C5

#EFA6C5
(239,166,197)
#DA97B4
(218,151,180)
#C588A3
(197,136,163)
#B07992
(176,121,146)
#9B6A81
(155,106,129)
#865B70
(134,91,112)
#714C5F
(113,76,95)
#5C3D4E
(92,61,78)
#472E3D
(71,46,61)
#321F2C
(50,31,44)
#1D101B
(29,16,27)
#000000
(0,0,0)

Tints of #EFA6C5

#EFA6C5
(239,166,197)
#F0AECA
(240,174,202)
#F1B6CF
(241,182,207)
#F2BED4
(242,190,212)
#F3C6D9
(243,198,217)
#F4CEDE
(244,206,222)
#F5D6E3
(245,214,227)
#F6DEE8
(246,222,232)
#F7E6ED
(247,230,237)
#F8EEF2
(248,238,242)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA6C5 color. Also use rgb(239,166,197) instead hex code.

Text Font Color

.myTextColor { color: #EFA6C5; }

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

This text font color is #EFA6C5.


Background Color

.myBgColor { background-color: #EFA6C5; }

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

This div background color is #EFA6C5.


Border color

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

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

This div border color is #EFA6C5.


Opacity

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

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

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

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

This text has shadow with #EFA6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA6C5 on black background.


Color preview on white background

This text has color #EFA6C5 on white background.



Black color preview on #EFA6C5 background

This text has black color on #EFA6C5 background.


White color preview on #EFA6C5 background

This text has white color on #EFA6C5 background.