COLOR #EFAFFA

HEX: #EFAFFA
RGB: (239,175,250)

Color info

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

RGB color model

#EFAFFA color RGB value is (239,175,250).

  • red value is 239;
  • green value is 175;
  • blue value is 250.
RGB:
(239,175,250)
(94%,69%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 175 of 255 = 69%
B 250 of 255 = 98%

239
175
250

R + G + B ~ 87%. #EFAFFA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 175 + 250 = 664 (100%)
R 239 of 664 ~ 35.99%
G 175 of 664 ~ 26.36%
B 250 of 664 ~ 37.65%

%35.99
%26.36
%37.65

CMYK color model

#EFAFFA color CMYK value is (4,30,0,2).

  • cyan value is 4.40%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,30,0,2)
C4M30Y0K2 
(4%,30%,0%,2%)
(0.04/0.30/0.00/0.02)	

CMYK percentages

%4.4
%30
%0
%1.96

Codes

Color #EFAFFA in popluar color models

EFAFFA
RGB239175250
HSL291°88.24%83.33%
HSB/HSV291°30.00%98.04%
CMYK4.40%30.00%0.00%
1.96%

Color #EFAFFA in popluar number systems.

HEXEFAFFA
Decimal239175250
Binary111011111010111111111010
Octal357257372

Shades and tints

Shades of #EFAFFA

#EFAFFA
(239,175,250)
#DAA0E4
(218,160,228)
#C591CE
(197,145,206)
#B082B8
(176,130,184)
#9B73A2
(155,115,162)
#86648C
(134,100,140)
#715576
(113,85,118)
#5C4660
(92,70,96)
#47374A
(71,55,74)
#322834
(50,40,52)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #EFAFFA

#EFAFFA
(239,175,250)
#F0B6FA
(240,182,250)
#F1BDFA
(241,189,250)
#F2C4FA
(242,196,250)
#F3CBFA
(243,203,250)
#F4D2FA
(244,210,250)
#F5D9FA
(245,217,250)
#F6E0FA
(246,224,250)
#F7E7FA
(247,231,250)
#F8EEFA
(248,238,250)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAFFA color. Also use rgb(239,175,250) instead hex code.

Text Font Color

.myTextColor { color: #EFAFFA; }

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

This text font color is #EFAFFA.


Background Color

.myBgColor { background-color: #EFAFFA; }

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

This div background color is #EFAFFA.


Border color

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

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

This div border color is #EFAFFA.


Opacity

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

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

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

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

This text has shadow with #EFAFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAFFA on black background.


Color preview on white background

This text has color #EFAFFA on white background.



Black color preview on #EFAFFA background

This text has black color on #EFAFFA background.


White color preview on #EFAFFA background

This text has white color on #EFAFFA background.