COLOR #EFAAD5

HEX: #EFAAD5
RGB: (239,170,213)

Color info

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

RGB color model

#EFAAD5 color RGB value is (239,170,213).

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

RGB channels and saturation

R 239 of 255 = 94%
G 170 of 255 = 67%
B 213 of 255 = 84%

239
170
213

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

Portions of RGB colors in percentages

R + G + B =
239 + 170 + 213 = 622 (100%)
R 239 of 622 ~ 38.42%
G 170 of 622 ~ 27.33%
B 213 of 622 ~ 34.24%

%38.42
%27.33
%34.24

CMYK color model

#EFAAD5 color CMYK value is (0,29,11,6).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(0,29,11,6)
C0M29Y11K6 
(0%,29%,11%,6%)
(0.00/0.29/0.11/0.06)	

CMYK percentages

%0
%28.87
%10.88
%6.27

Codes

Color #EFAAD5 in popluar color models

EFAAD5
RGB239170213
HSL323°68.32%80.20%
HSB/HSV323°28.87%93.73%
CMYK0.00%28.87%10.88%
6.27%

Color #EFAAD5 in popluar number systems.

HEXEFAAD5
Decimal239170213
Binary111011111010101011010101
Octal357252325

Shades and tints

Shades of #EFAAD5

#EFAAD5
(239,170,213)
#DA9BC2
(218,155,194)
#C58CAF
(197,140,175)
#B07D9C
(176,125,156)
#9B6E89
(155,110,137)
#865F76
(134,95,118)
#715063
(113,80,99)
#5C4150
(92,65,80)
#47323D
(71,50,61)
#32232A
(50,35,42)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EFAAD5

#EFAAD5
(239,170,213)
#F0B1D8
(240,177,216)
#F1B8DB
(241,184,219)
#F2BFDE
(242,191,222)
#F3C6E1
(243,198,225)
#F4CDE4
(244,205,228)
#F5D4E7
(245,212,231)
#F6DBEA
(246,219,234)
#F7E2ED
(247,226,237)
#F8E9F0
(248,233,240)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAAD5 color. Also use rgb(239,170,213) instead hex code.

Text Font Color

.myTextColor { color: #EFAAD5; }

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

This text font color is #EFAAD5.


Background Color

.myBgColor { background-color: #EFAAD5; }

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

This div background color is #EFAAD5.


Border color

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

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

This div border color is #EFAAD5.


Opacity

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

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

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

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

This text has shadow with #EFAAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAAD5 on black background.


Color preview on white background

This text has color #EFAAD5 on white background.



Black color preview on #EFAAD5 background

This text has black color on #EFAAD5 background.


White color preview on #EFAAD5 background

This text has white color on #EFAAD5 background.