COLOR #EFAFE0

HEX: #EFAFE0
RGB: (239,175,224)

Color info

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

RGB color model

#EFAFE0 color RGB value is (239,175,224).

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

RGB channels and saturation

R 239 of 255 = 94%
G 175 of 255 = 69%
B 224 of 255 = 88%

239
175
224

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

Portions of RGB colors in percentages

R + G + B =
239 + 175 + 224 = 638 (100%)
R 239 of 638 ~ 37.46%
G 175 of 638 ~ 27.43%
B 224 of 638 ~ 35.11%

%37.46
%27.43
%35.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.78%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,27,6,6)
C0M27Y6K6 
(0%,27%,6%,6%)
(0.00/0.27/0.06/0.06)	

CMYK percentages

%0
%26.78
%6.28
%6.27

Codes

Color #EFAFE0 in popluar color models

EFAFE0
RGB239175224
HSL314°66.67%81.18%
HSB/HSV314°26.78%93.73%
CMYK0.00%26.78%6.28%
6.27%

Color #EFAFE0 in popluar number systems.

HEXEFAFE0
Decimal239175224
Binary111011111010111111100000
Octal357257340

Shades and tints

Shades of #EFAFE0

#EFAFE0
(239,175,224)
#DAA0CC
(218,160,204)
#C591B8
(197,145,184)
#B082A4
(176,130,164)
#9B7390
(155,115,144)
#86647C
(134,100,124)
#715568
(113,85,104)
#5C4654
(92,70,84)
#473740
(71,55,64)
#32282C
(50,40,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFAFE0

#EFAFE0
(239,175,224)
#F0B6E2
(240,182,226)
#F1BDE4
(241,189,228)
#F2C4E6
(242,196,230)
#F3CBE8
(243,203,232)
#F4D2EA
(244,210,234)
#F5D9EC
(245,217,236)
#F6E0EE
(246,224,238)
#F7E7F0
(247,231,240)
#F8EEF2
(248,238,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAFE0; }

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

This text font color is #EFAFE0.


Background Color

.myBgColor { background-color: #EFAFE0; }

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

This div background color is #EFAFE0.


Border color

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

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

This div border color is #EFAFE0.


Opacity

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

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

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

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

This text has shadow with #EFAFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAFE0 on black background.


Color preview on white background

This text has color #EFAFE0 on white background.



Black color preview on #EFAFE0 background

This text has black color on #EFAFE0 background.


White color preview on #EFAFE0 background

This text has white color on #EFAFE0 background.