COLOR #EFD7EE

HEX: #EFD7EE RGB: (239,215,238)

Color info

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

RGB color model

#EFD7EE color RGB value is (239,215,238).

RGB: (239,215,238) (94%, 84%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 238 of 255 = 93%

239
215
238

R + G + B ~ 90%. #EFD7EE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 215 + 238 = 692 (100%)
R 239 of 692 ~ 34.54%
G 215 of 692 ~ 31.07%
B 238 of 692 ~ 34.39'%

%34.54
%31.07
%34.39

CMYK color model

#EFD7EE color CMYK value is (0,10,0,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK: (0,10,0,6) C0M10Y0K6 (0%,10%,0%,6%) (0.00/0.10/0.00/0.06) 

CMYK percentages

%0
%10.04
%0.42
%6.27

Codes

Color #EFD7EE in popluar color models

EF D7 EE
RGB 239 215 238
HSL 303° 42.86% 89.02%
HSB/HSV 303° 10.04% 93.73%
CMYK 0.00% 10.04% 0.42%
6.27%

Color #EFD7EE in popluar number systems.

HEX EF D7 EE
Decimal 239 215 238
Binary 11101111 11010111 11101110
Octal 357 327 356

Shades and tints

Shades of #EFD7EE

#EFD7EE
(239,215,238)
#DAC4D9
(218,196,217)
#C5B1C4
(197,177,196)
#B09EAF
(176,158,175)
#9B8B9A
(155,139,154)
#867885
(134,120,133)
#716570
(113,101,112)
#5C525B
(92,82,91)
#473F46
(71,63,70)
#322C31
(50,44,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFD7EE

#EFD7EE
(239,215,238)
#F0DAEF
(240,218,239)
#F1DDF0
(241,221,240)
#F2E0F1
(242,224,241)
#F3E3F2
(243,227,242)
#F4E6F3
(244,230,243)
#F5E9F4
(245,233,244)
#F6ECF5
(246,236,245)
#F7EFF6
(247,239,246)
#F8F2F7
(248,242,247)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD7EE color. Also use rgb(239,215,238) instead hex code.

Text Font Color

.myTextColor { color: #EFD7EE; }

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

This text font color is #EFD7EE.

Background Color

.myBgColor { background-color: #EFD7EE; }

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

This div background color is #EFD7EE.

Border color

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

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

This div border color is #EFD7EE.

Opacity

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

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

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

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

This text has shadow with #EFD7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD7EE.

Preview

Color preview on black background

This text has color #EFD7EE on black background.


Color preview on white background

This text has color #EFD7EE on white background.


Black color preview on #EFD7EE background

This text has black color on #EFD7EE background.


White color preview on #EFD7EE background

This text has white color on #EFD7EE background.


Related colors

Complementary color

Complementary color for #hex is #102811.


I love getcolorcode.com

Triadic colors

1 #EEEFD7 and #D7EEEF with #EFD7EE are triadic colors.

2 #EED7EF and #D7EFEE with #EFD7EE are triadic colors.