COLOR #EFACD6

HEX: #EFACD6
RGB: (239,172,214)

Color info

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

RGB color model

#EFACD6 color RGB value is (239,172,214).

  • red value is 239;
  • green value is 172;
  • blue value is 214.
RGB:
(239,172,214)
(94%,67%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 172 of 255 = 67%
B 214 of 255 = 84%

239
172
214

R + G + B ~ 82%. #EFACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 172 + 214 = 625 (100%)
R 239 of 625 ~ 38.24%
G 172 of 625 ~ 27.52%
B 214 of 625 ~ 34.24%

%38.24
%27.52
%34.24

CMYK color model

#EFACD6 color CMYK value is (0,28,10,6).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(0,28,10,6)
C0M28Y10K6 
(0%,28%,10%,6%)
(0.00/0.28/0.10/0.06)	

CMYK percentages

%0
%28.03
%10.46
%6.27

Codes

Color #EFACD6 in popluar color models

EFACD6
RGB239172214
HSL322°67.68%80.59%
HSB/HSV322°28.03%93.73%
CMYK0.00%28.03%10.46%
6.27%

Color #EFACD6 in popluar number systems.

HEXEFACD6
Decimal239172214
Binary111011111010110011010110
Octal357254326

Shades and tints

Shades of #EFACD6

#EFACD6
(239,172,214)
#DA9DC3
(218,157,195)
#C58EB0
(197,142,176)
#B07F9D
(176,127,157)
#9B708A
(155,112,138)
#866177
(134,97,119)
#715264
(113,82,100)
#5C4351
(92,67,81)
#47343E
(71,52,62)
#32252B
(50,37,43)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFACD6

#EFACD6
(239,172,214)
#F0B3D9
(240,179,217)
#F1BADC
(241,186,220)
#F2C1DF
(242,193,223)
#F3C8E2
(243,200,226)
#F4CFE5
(244,207,229)
#F5D6E8
(245,214,232)
#F6DDEB
(246,221,235)
#F7E4EE
(247,228,238)
#F8EBF1
(248,235,241)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFACD6 color. Also use rgb(239,172,214) instead hex code.

Text Font Color

.myTextColor { color: #EFACD6; }

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

This text font color is #EFACD6.


Background Color

.myBgColor { background-color: #EFACD6; }

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

This div background color is #EFACD6.


Border color

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

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

This div border color is #EFACD6.


Opacity

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

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

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

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

This text has shadow with #EFACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFACD6 on black background.


Color preview on white background

This text has color #EFACD6 on white background.



Black color preview on #EFACD6 background

This text has black color on #EFACD6 background.


White color preview on #EFACD6 background

This text has white color on #EFACD6 background.