COLOR #EFAAF1

HEX: #EFAAF1 RGB: (239,170,241)

Color info

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

RGB color model

#EFAAF1 color RGB value is (239,170,241).

RGB: (239,170,241) (94%, 67%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 170 of 255 = 67%
B 241 of 255 = 95%

239
170
241

R + G + B ~ 85%. #EFAAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 170 + 241 = 650 (100%)
R 239 of 650 ~ 36.77%
G 170 of 650 ~ 26.15%
B 241 of 650 ~ 37.08'%

%36.77
%26.15
%37.08

CMYK color model

#EFAAF1 color CMYK value is (1,29,0,5).

  • cyan value is 0.83%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (1,29,0,5)
C1M29Y0K5 (1%, 29%, 0%, 5%)
(0.01 / 0.29 / 0.00 / 0.05)

CMYK percentages

%0.83
%29.46
%0
%5.49

Codes

Color #EFAAF1 in popluar color models

EF AA F1
RGB 239 170 241
HSL 298° 71.72% 80.59%
HSB/HSV 298° 29.46% 94.51%
CMYK 0.83% 29.46% 0.00%
5.49%

Color #EFAAF1 in popluar number systems.

HEX EF AA F1
Decimal 239 170 241
Binary 11101111 10101010 11110001
Octal 357 252 361

Shades and tints

Shades of #EFAAF1

#EFAAF1
(239,170,241)
#DA9BDC
(218,155,220)
#C58CC7
(197,140,199)
#B07DB2
(176,125,178)
#9B6E9D
(155,110,157)
#865F88
(134,95,136)
#715073
(113,80,115)
#5C415E
(92,65,94)
#473249
(71,50,73)
#322334
(50,35,52)
#1D141F
(29,20,31)
#000000
(0,0,0)

Tints of #EFAAF1

#EFAAF1
(239,170,241)
#F0B1F2
(240,177,242)
#F1B8F3
(241,184,243)
#F2BFF4
(242,191,244)
#F3C6F5
(243,198,245)
#F4CDF6
(244,205,246)
#F5D4F7
(245,212,247)
#F6DBF8
(246,219,248)
#F7E2F9
(247,226,249)
#F8E9FA
(248,233,250)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAAF1; }

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

This text font color is #EFAAF1.

Background Color

.myBgColor { background-color: #EFAAF1; }

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

This div background color is #EFAAF1.

Border color

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

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

This div border color is #EFAAF1.

Opacity

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

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

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

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

This text has shadow with #EFAAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAAF1.

Preview

Color preview on black background

This text has color #EFAAF1 on black background.


Color preview on white background

This text has color #EFAAF1 on white background.


Black color preview on #EFAAF1 background

This text has black color on #EFAAF1 background.


White color preview on #EFAAF1 background

This text has white color on #EFAAF1 background.


Related colors

Complementary color

Complementary color for #hex is #10550E.


I love getcolorcode.com

Triadic colors

1 #F1EFAA and #AAF1EF with #EFAAF1 are triadic colors.

2 #F1AAEF and #AAEFF1 with #EFAAF1 are triadic colors.