COLOR #EFD9ED

HEX: #EFD9ED
RGB: (239,217,237)

Color info

#EFD9ED contains red, green and blue colors in about the same proportion. Web safe color of #EFD9ED is #FFCCFF (or #FCF).

RGB color model

#EFD9ED color RGB value is (239,217,237).

  • red value is 239;
  • green value is 217;
  • blue value is 237.
RGB:
(239,217,237)
(94%,85%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 237 of 255 = 93%

239
217
237

R + G + B ~ 91%. #EFD9ED is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 237 = 693 (100%)
R 239 of 693 ~ 34.49%
G 217 of 693 ~ 31.31%
B 237 of 693 ~ 34.2%

%34.49
%31.31
%34.2

CMYK color model

#EFD9ED color CMYK value is (0,9,1,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(0,9,1,6)
C0M9Y1K6 
(0%,9%,1%,6%)
(0.00/0.09/0.01/0.06)	

CMYK percentages

%0
%9.21
%0.84
%6.27

Codes

Color #EFD9ED in popluar color models

EFD9ED
RGB239217237
HSL305°40.74%89.41%
HSB/HSV305°9.21%93.73%
CMYK0.00%9.21%0.84%
6.27%

Color #EFD9ED in popluar number systems.

HEXEFD9ED
Decimal239217237
Binary111011111101100111101101
Octal357331355

Shades and tints

Shades of #EFD9ED

#EFD9ED
(239,217,237)
#DAC6D8
(218,198,216)
#C5B3C3
(197,179,195)
#B0A0AE
(176,160,174)
#9B8D99
(155,141,153)
#867A84
(134,122,132)
#71676F
(113,103,111)
#5C545A
(92,84,90)
#474145
(71,65,69)
#322E30
(50,46,48)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFD9ED

#EFD9ED
(239,217,237)
#F0DCEE
(240,220,238)
#F1DFEF
(241,223,239)
#F2E2F0
(242,226,240)
#F3E5F1
(243,229,241)
#F4E8F2
(244,232,242)
#F5EBF3
(245,235,243)
#F6EEF4
(246,238,244)
#F7F1F5
(247,241,245)
#F8F4F6
(248,244,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9ED color. Also use rgb(239,217,237) instead hex code.

Text Font Color

.myTextColor { color: #EFD9ED; }

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

This text font color is #EFD9ED.


Background Color

.myBgColor { background-color: #EFD9ED; }

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

This div background color is #EFD9ED.


Border color

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

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

This div border color is #EFD9ED.


Opacity

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

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

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

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

This text has shadow with #EFD9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9ED on black background.


Color preview on white background

This text has color #EFD9ED on white background.



Black color preview on #EFD9ED background

This text has black color on #EFD9ED background.


White color preview on #EFD9ED background

This text has white color on #EFD9ED background.