COLOR #EFD7E7

HEX: #EFD7E7 RGB: (239,215,231)

Color info

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

RGB color model

#EFD7E7 color RGB value is (239,215,231).

RGB: (239,215,231) (94%, 84%, 91%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 231 of 255 = 91%

239
215
231

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

Portions of RGB colors in percentages

R + G + B = 239 + 215 + 231 = 685 (100%)
R 239 of 685 ~ 34.89%
G 215 of 685 ~ 31.39%
B 231 of 685 ~ 33.72'%

%34.89
%31.39
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK: (0,10,3,6) C0M10Y3K6 (0%,10%,3%,6%) (0.00/0.10/0.03/0.06) 

CMYK percentages

%0
%10.04
%3.35
%6.27

Codes

Color #EFD7E7 in popluar color models

EF D7 E7
RGB 239 215 231
HSL 320° 42.86% 89.02%
HSB/HSV 320° 10.04% 93.73%
CMYK 0.00% 10.04% 3.35%
6.27%

Color #EFD7E7 in popluar number systems.

HEX EF D7 E7
Decimal 239 215 231
Binary 11101111 11010111 11100111
Octal 357 327 347

Shades and tints

Shades of #EFD7E7

#EFD7E7
(239,215,231)
#DAC4D2
(218,196,210)
#C5B1BD
(197,177,189)
#B09EA8
(176,158,168)
#9B8B93
(155,139,147)
#86787E
(134,120,126)
#716569
(113,101,105)
#5C5254
(92,82,84)
#473F3F
(71,63,63)
#322C2A
(50,44,42)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFD7E7

#EFD7E7
(239,215,231)
#F0DAE9
(240,218,233)
#F1DDEB
(241,221,235)
#F2E0ED
(242,224,237)
#F3E3EF
(243,227,239)
#F4E6F1
(244,230,241)
#F5E9F3
(245,233,243)
#F6ECF5
(246,236,245)
#F7EFF7
(247,239,247)
#F8F2F9
(248,242,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7E7; }

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

This text font color is #EFD7E7.

Background Color

.myBgColor { background-color: #EFD7E7; }

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

This div background color is #EFD7E7.

Border color

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

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

This div border color is #EFD7E7.

Opacity

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

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

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

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

This text has shadow with #EFD7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD7E7.

Preview

Color preview on black background

This text has color #EFD7E7 on black background.


Color preview on white background

This text has color #EFD7E7 on white background.


Black color preview on #EFD7E7 background

This text has black color on #EFD7E7 background.


White color preview on #EFD7E7 background

This text has white color on #EFD7E7 background.


Related colors

Complementary color

Complementary color for #hex is #102818.


I love getcolorcode.com

Triadic colors

1 #E7EFD7 and #D7E7EF with #EFD7E7 are triadic colors.

2 #E7D7EF and #D7EFE7 with #EFD7E7 are triadic colors.