COLOR #EFADE9

HEX: #EFADE9
RGB: (239,173,233)

Color info

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

RGB color model

#EFADE9 color RGB value is (239,173,233).

  • red value is 239;
  • green value is 173;
  • blue value is 233.
RGB:
(239,173,233)
(94%,68%,91%)

RGB channels and saturation

R 239 of 255 = 94%
G 173 of 255 = 68%
B 233 of 255 = 91%

239
173
233

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

Portions of RGB colors in percentages

R + G + B =
239 + 173 + 233 = 645 (100%)
R 239 of 645 ~ 37.05%
G 173 of 645 ~ 26.82%
B 233 of 645 ~ 36.12%

%37.05
%26.82
%36.12

CMYK color model

#EFADE9 color CMYK value is (0,28,3,6).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(0,28,3,6)
C0M28Y3K6 
(0%,28%,3%,6%)
(0.00/0.28/0.03/0.06)	

CMYK percentages

%0
%27.62
%2.51
%6.27

Codes

Color #EFADE9 in popluar color models

EFADE9
RGB239173233
HSL305°67.35%80.78%
HSB/HSV305°27.62%93.73%
CMYK0.00%27.62%2.51%
6.27%

Color #EFADE9 in popluar number systems.

HEXEFADE9
Decimal239173233
Binary111011111010110111101001
Octal357255351

Shades and tints

Shades of #EFADE9

#EFADE9
(239,173,233)
#DA9ED4
(218,158,212)
#C58FBF
(197,143,191)
#B080AA
(176,128,170)
#9B7195
(155,113,149)
#866280
(134,98,128)
#71536B
(113,83,107)
#5C4456
(92,68,86)
#473541
(71,53,65)
#32262C
(50,38,44)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFADE9

#EFADE9
(239,173,233)
#F0B4EB
(240,180,235)
#F1BBED
(241,187,237)
#F2C2EF
(242,194,239)
#F3C9F1
(243,201,241)
#F4D0F3
(244,208,243)
#F5D7F5
(245,215,245)
#F6DEF7
(246,222,247)
#F7E5F9
(247,229,249)
#F8ECFB
(248,236,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFADE9 color. Also use rgb(239,173,233) instead hex code.

Text Font Color

.myTextColor { color: #EFADE9; }

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

This text font color is #EFADE9.


Background Color

.myBgColor { background-color: #EFADE9; }

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

This div background color is #EFADE9.


Border color

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

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

This div border color is #EFADE9.


Opacity

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

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

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

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

This text has shadow with #EFADE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFADE9 on black background.


Color preview on white background

This text has color #EFADE9 on white background.



Black color preview on #EFADE9 background

This text has black color on #EFADE9 background.


White color preview on #EFADE9 background

This text has white color on #EFADE9 background.