COLOR #EFAEFA

HEX: #EFAEFA
RGB: (239,174,250)

Color info

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

RGB color model

#EFAEFA color RGB value is (239,174,250).

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

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 250 of 255 = 98%

239
174
250

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

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 250 = 663 (100%)
R 239 of 663 ~ 36.05%
G 174 of 663 ~ 26.24%
B 250 of 663 ~ 37.71%

%36.05
%26.24
%37.71

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 30.40%
  • 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.4
%0
%1.96

Codes

Color #EFAEFA in popluar color models

EFAEFA
RGB239174250
HSL291°88.37%83.14%
HSB/HSV291°30.40%98.04%
CMYK4.40%30.40%0.00%
1.96%

Color #EFAEFA in popluar number systems.

HEXEFAEFA
Decimal239174250
Binary111011111010111011111010
Octal357256372

Shades and tints

Shades of #EFAEFA

#EFAEFA
(239,174,250)
#DA9FE4
(218,159,228)
#C590CE
(197,144,206)
#B081B8
(176,129,184)
#9B72A2
(155,114,162)
#86638C
(134,99,140)
#715476
(113,84,118)
#5C4560
(92,69,96)
#47364A
(71,54,74)
#322734
(50,39,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFAEFA

#EFAEFA
(239,174,250)
#F0B5FA
(240,181,250)
#F1BCFA
(241,188,250)
#F2C3FA
(242,195,250)
#F3CAFA
(243,202,250)
#F4D1FA
(244,209,250)
#F5D8FA
(245,216,250)
#F6DFFA
(246,223,250)
#F7E6FA
(247,230,250)
#F8EDFA
(248,237,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEFA; }

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

This text font color is #EFAEFA.


Background Color

.myBgColor { background-color: #EFAEFA; }

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

This div background color is #EFAEFA.


Border color

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

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

This div border color is #EFAEFA.


Opacity

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

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

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

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

This text has shadow with #EFAEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAEFA on black background.


Color preview on white background

This text has color #EFAEFA on white background.



Black color preview on #EFAEFA background

This text has black color on #EFAEFA background.


White color preview on #EFAEFA background

This text has white color on #EFAEFA background.