COLOR #EFD7E4

HEX: #EFD7E4 RGB: (239,215,228)

Color info

#EFD7E4 contains red, green and blue colors in about the same proportion. Web safe color of #EFD7E4 is #FFCCCC (or #FCC).

RGB color model

#EFD7E4 color RGB value is (239,215,228).

RGB: (239,215,228) (94%, 84%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 228 of 255 = 89%

239
215
228

R + G + B ~ 89%. #EFD7E4 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 215 + 228 = 682 (100%)
R 239 of 682 ~ 35.04%
G 215 of 682 ~ 31.52%
B 228 of 682 ~ 33.43'%

%35.04
%31.52
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 4.60%
  • key color value is 6.27%

CMYK: (0,10,5,6)
C0M10Y5K6 (0%, 10%, 5%, 6%)
(0.00 / 0.10 / 0.05 / 0.06)

CMYK percentages

%0
%10.04
%4.6
%6.27

Codes

Color #EFD7E4 in popluar color models

EF D7 E4
RGB 239 215 228
HSL 328° 42.86% 89.02%
HSB/HSV 328° 10.04% 93.73%
CMYK 0.00% 10.04% 4.60%
6.27%

Color #EFD7E4 in popluar number systems.

HEX EF D7 E4
Decimal 239 215 228
Binary 11101111 11010111 11100100
Octal 357 327 344

Shades and tints

Shades of #EFD7E4

#EFD7E4
(239,215,228)
#DAC4D0
(218,196,208)
#C5B1BC
(197,177,188)
#B09EA8
(176,158,168)
#9B8B94
(155,139,148)
#867880
(134,120,128)
#71656C
(113,101,108)
#5C5258
(92,82,88)
#473F44
(71,63,68)
#322C30
(50,44,48)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFD7E4

#EFD7E4
(239,215,228)
#F0DAE6
(240,218,230)
#F1DDE8
(241,221,232)
#F2E0EA
(242,224,234)
#F3E3EC
(243,227,236)
#F4E6EE
(244,230,238)
#F5E9F0
(245,233,240)
#F6ECF2
(246,236,242)
#F7EFF4
(247,239,244)
#F8F2F6
(248,242,246)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7E4; }

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

This text font color is #EFD7E4.

Background Color

.myBgColor { background-color: #EFD7E4; }

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

This div background color is #EFD7E4.

Border color

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

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

This div border color is #EFD7E4.

Opacity

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

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

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

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

This text has shadow with #EFD7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD7E4.

Preview

Color preview on black background

This text has color #EFD7E4 on black background.


Color preview on white background

This text has color #EFD7E4 on white background.


Black color preview on #EFD7E4 background

This text has black color on #EFD7E4 background.


White color preview on #EFD7E4 background

This text has white color on #EFD7E4 background.


Related colors

Complementary color

Complementary color for #hex is #10281B.


I love getcolorcode.com

Triadic colors

1 #E4EFD7 and #D7E4EF with #EFD7E4 are triadic colors.

2 #E4D7EF and #D7EFE4 with #EFD7E4 are triadic colors.