COLOR #EFA6C6

HEX: #EFA6C6
RGB: (239,166,198)

Color info

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

RGB color model

#EFA6C6 color RGB value is (239,166,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 198 of 255 = 78%

239
166
198

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

Portions of RGB colors in percentages

R + G + B =
239 + 166 + 198 = 603 (100%)
R 239 of 603 ~ 39.64%
G 166 of 603 ~ 27.53%
B 198 of 603 ~ 32.84%

%39.64
%27.53
%32.84

CMYK color model

#EFA6C6 color CMYK value is (0,31,17,6).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,31,17,6)
C0M31Y17K6 
(0%,31%,17%,6%)
(0.00/0.31/0.17/0.06)	

CMYK percentages

%0
%30.54
%17.15
%6.27

Codes

Color #EFA6C6 in popluar color models

EFA6C6
RGB239166198
HSL334°69.52%79.41%
HSB/HSV334°30.54%93.73%
CMYK0.00%30.54%17.15%
6.27%

Color #EFA6C6 in popluar number systems.

HEXEFA6C6
Decimal239166198
Binary111011111010011011000110
Octal357246306

Shades and tints

Shades of #EFA6C6

#EFA6C6
(239,166,198)
#DA97B4
(218,151,180)
#C588A2
(197,136,162)
#B07990
(176,121,144)
#9B6A7E
(155,106,126)
#865B6C
(134,91,108)
#714C5A
(113,76,90)
#5C3D48
(92,61,72)
#472E36
(71,46,54)
#321F24
(50,31,36)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EFA6C6

#EFA6C6
(239,166,198)
#F0AECB
(240,174,203)
#F1B6D0
(241,182,208)
#F2BED5
(242,190,213)
#F3C6DA
(243,198,218)
#F4CEDF
(244,206,223)
#F5D6E4
(245,214,228)
#F6DEE9
(246,222,233)
#F7E6EE
(247,230,238)
#F8EEF3
(248,238,243)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA6C6; }

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

This text font color is #EFA6C6.


Background Color

.myBgColor { background-color: #EFA6C6; }

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

This div background color is #EFA6C6.


Border color

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

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

This div border color is #EFA6C6.


Opacity

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

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

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

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

This text has shadow with #EFA6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA6C6 on black background.


Color preview on white background

This text has color #EFA6C6 on white background.



Black color preview on #EFA6C6 background

This text has black color on #EFA6C6 background.


White color preview on #EFA6C6 background

This text has white color on #EFA6C6 background.