COLOR #EFD7E0

HEX: #EFD7E0
RGB: (239,215,224)

Color info

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

RGB color model

#EFD7E0 color RGB value is (239,215,224).

  • red value is 239;
  • green value is 215;
  • blue value is 224.
RGB:
(239,215,224)
(94%,84%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 224 of 255 = 88%

239
215
224

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 224 = 678 (100%)
R 239 of 678 ~ 35.25%
G 215 of 678 ~ 31.71%
B 224 of 678 ~ 33.04%

%35.25
%31.71
%33.04

CMYK color model

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

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

CMYK percentages

%0
%10.04
%6.28
%6.27

Codes

Color #EFD7E0 in popluar color models

EFD7E0
RGB239215224
HSL338°42.86%89.02%
HSB/HSV338°10.04%93.73%
CMYK0.00%10.04%6.28%
6.27%

Color #EFD7E0 in popluar number systems.

HEXEFD7E0
Decimal239215224
Binary111011111101011111100000
Octal357327340

Shades and tints

Shades of #EFD7E0

#EFD7E0
(239,215,224)
#DAC4CC
(218,196,204)
#C5B1B8
(197,177,184)
#B09EA4
(176,158,164)
#9B8B90
(155,139,144)
#86787C
(134,120,124)
#716568
(113,101,104)
#5C5254
(92,82,84)
#473F40
(71,63,64)
#322C2C
(50,44,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFD7E0

#EFD7E0
(239,215,224)
#F0DAE2
(240,218,226)
#F1DDE4
(241,221,228)
#F2E0E6
(242,224,230)
#F3E3E8
(243,227,232)
#F4E6EA
(244,230,234)
#F5E9EC
(245,233,236)
#F6ECEE
(246,236,238)
#F7EFF0
(247,239,240)
#F8F2F2
(248,242,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7E0; }

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

This text font color is #EFD7E0.


Background Color

.myBgColor { background-color: #EFD7E0; }

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

This div background color is #EFD7E0.


Border color

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

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

This div border color is #EFD7E0.


Opacity

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

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

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

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

This text has shadow with #EFD7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7E0 on black background.


Color preview on white background

This text has color #EFD7E0 on white background.



Black color preview on #EFD7E0 background

This text has black color on #EFD7E0 background.


White color preview on #EFD7E0 background

This text has white color on #EFD7E0 background.