COLOR #EFAEF6

HEX: #EFAEF6
RGB: (239,174,246)

Color info

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

RGB color model

#EFAEF6 color RGB value is (239,174,246).

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

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 246 of 255 = 96%

239
174
246

R + G + B ~ 86%. #EFAEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 246 = 659 (100%)
R 239 of 659 ~ 36.27%
G 174 of 659 ~ 26.4%
B 246 of 659 ~ 37.33%

%36.27
%26.4
%37.33

CMYK color model

#EFAEF6 color CMYK value is (3,29,0,4).

  • cyan value is 2.85%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,29,0,4)
C3M29Y0K4 
(3%,29%,0%,4%)
(0.03/0.29/0.00/0.04)	

CMYK percentages

%2.85
%29.27
%0
%3.53

Codes

Color #EFAEF6 in popluar color models

EFAEF6
RGB239174246
HSL294°80.00%82.35%
HSB/HSV294°29.27%96.47%
CMYK2.85%29.27%0.00%
3.53%

Color #EFAEF6 in popluar number systems.

HEXEFAEF6
Decimal239174246
Binary111011111010111011110110
Octal357256366

Shades and tints

Shades of #EFAEF6

#EFAEF6
(239,174,246)
#DA9FE0
(218,159,224)
#C590CA
(197,144,202)
#B081B4
(176,129,180)
#9B729E
(155,114,158)
#866388
(134,99,136)
#715472
(113,84,114)
#5C455C
(92,69,92)
#473646
(71,54,70)
#322730
(50,39,48)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #EFAEF6

#EFAEF6
(239,174,246)
#F0B5F6
(240,181,246)
#F1BCF6
(241,188,246)
#F2C3F6
(242,195,246)
#F3CAF6
(243,202,246)
#F4D1F6
(244,209,246)
#F5D8F6
(245,216,246)
#F6DFF6
(246,223,246)
#F7E6F6
(247,230,246)
#F8EDF6
(248,237,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEF6; }

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

This text font color is #EFAEF6.


Background Color

.myBgColor { background-color: #EFAEF6; }

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

This div background color is #EFAEF6.


Border color

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

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

This div border color is #EFAEF6.


Opacity

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

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

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

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

This text has shadow with #EFAEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAEF6 on black background.


Color preview on white background

This text has color #EFAEF6 on white background.



Black color preview on #EFAEF6 background

This text has black color on #EFAEF6 background.


White color preview on #EFAEF6 background

This text has white color on #EFAEF6 background.