COLOR #EFAEE6

HEX: #EFAEE6
RGB: (239,174,230)

Color info

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

RGB color model

#EFAEE6 color RGB value is (239,174,230).

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

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 230 of 255 = 90%

239
174
230

R + G + B ~ 84%. #EFAEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 230 = 643 (100%)
R 239 of 643 ~ 37.17%
G 174 of 643 ~ 27.06%
B 230 of 643 ~ 35.77%

%37.17
%27.06
%35.77

CMYK color model

#EFAEE6 color CMYK value is (0,27,4,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,27,4,6)
C0M27Y4K6 
(0%,27%,4%,6%)
(0.00/0.27/0.04/0.06)	

CMYK percentages

%0
%27.2
%3.77
%6.27

Codes

Color #EFAEE6 in popluar color models

EFAEE6
RGB239174230
HSL308°67.01%80.98%
HSB/HSV308°27.20%93.73%
CMYK0.00%27.20%3.77%
6.27%

Color #EFAEE6 in popluar number systems.

HEXEFAEE6
Decimal239174230
Binary111011111010111011100110
Octal357256346

Shades and tints

Shades of #EFAEE6

#EFAEE6
(239,174,230)
#DA9FD2
(218,159,210)
#C590BE
(197,144,190)
#B081AA
(176,129,170)
#9B7296
(155,114,150)
#866382
(134,99,130)
#71546E
(113,84,110)
#5C455A
(92,69,90)
#473646
(71,54,70)
#322732
(50,39,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFAEE6

#EFAEE6
(239,174,230)
#F0B5E8
(240,181,232)
#F1BCEA
(241,188,234)
#F2C3EC
(242,195,236)
#F3CAEE
(243,202,238)
#F4D1F0
(244,209,240)
#F5D8F2
(245,216,242)
#F6DFF4
(246,223,244)
#F7E6F6
(247,230,246)
#F8EDF8
(248,237,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEE6; }

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

This text font color is #EFAEE6.


Background Color

.myBgColor { background-color: #EFAEE6; }

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

This div background color is #EFAEE6.


Border color

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

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

This div border color is #EFAEE6.


Opacity

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

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

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

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

This text has shadow with #EFAEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAEE6 on black background.


Color preview on white background

This text has color #EFAEE6 on white background.



Black color preview on #EFAEE6 background

This text has black color on #EFAEE6 background.


White color preview on #EFAEE6 background

This text has white color on #EFAEE6 background.