COLOR #EFACEA

HEX: #EFACEA
RGB: (239,172,234)

Color info

#EFACEA contains mainly red and blue colors. Web safe color of #EFACEA is #FF99FF (or #F9F).

RGB color model

#EFACEA color RGB value is (239,172,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 172 of 255 = 67%
B 234 of 255 = 92%

239
172
234

R + G + B ~ 84%. #EFACEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 172 + 234 = 645 (100%)
R 239 of 645 ~ 37.05%
G 172 of 645 ~ 26.67%
B 234 of 645 ~ 36.28%

%37.05
%26.67
%36.28

CMYK color model

#EFACEA color CMYK value is (0,28,2,6).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,28,2,6)
C0M28Y2K6 
(0%,28%,2%,6%)
(0.00/0.28/0.02/0.06)	

CMYK percentages

%0
%28.03
%2.09
%6.27

Codes

Color #EFACEA in popluar color models

EFACEA
RGB239172234
HSL304°67.68%80.59%
HSB/HSV304°28.03%93.73%
CMYK0.00%28.03%2.09%
6.27%

Color #EFACEA in popluar number systems.

HEXEFACEA
Decimal239172234
Binary111011111010110011101010
Octal357254352

Shades and tints

Shades of #EFACEA

#EFACEA
(239,172,234)
#DA9DD5
(218,157,213)
#C58EC0
(197,142,192)
#B07FAB
(176,127,171)
#9B7096
(155,112,150)
#866181
(134,97,129)
#71526C
(113,82,108)
#5C4357
(92,67,87)
#473442
(71,52,66)
#32252D
(50,37,45)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFACEA

#EFACEA
(239,172,234)
#F0B3EB
(240,179,235)
#F1BAEC
(241,186,236)
#F2C1ED
(242,193,237)
#F3C8EE
(243,200,238)
#F4CFEF
(244,207,239)
#F5D6F0
(245,214,240)
#F6DDF1
(246,221,241)
#F7E4F2
(247,228,242)
#F8EBF3
(248,235,243)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFACEA; }

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

This text font color is #EFACEA.


Background Color

.myBgColor { background-color: #EFACEA; }

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

This div background color is #EFACEA.


Border color

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

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

This div border color is #EFACEA.


Opacity

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

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

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

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

This text has shadow with #EFACEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFACEA on black background.


Color preview on white background

This text has color #EFACEA on white background.



Black color preview on #EFACEA background

This text has black color on #EFACEA background.


White color preview on #EFACEA background

This text has white color on #EFACEA background.