COLOR #EFD5E0

HEX: #EFD5E0
RGB: (239,213,224)

Color info

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

RGB color model

#EFD5E0 color RGB value is (239,213,224).

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

RGB channels and saturation

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

239
213
224

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 224 = 676 (100%)
R 239 of 676 ~ 35.36%
G 213 of 676 ~ 31.51%
B 224 of 676 ~ 33.14%

%35.36
%31.51
%33.14

CMYK color model

#EFD5E0 color CMYK value is (0,11,6,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,11,6,6)
C0M11Y6K6 
(0%,11%,6%,6%)
(0.00/0.11/0.06/0.06)	

CMYK percentages

%0
%10.88
%6.28
%6.27

Codes

Color #EFD5E0 in popluar color models

EFD5E0
RGB239213224
HSL335°44.83%88.63%
HSB/HSV335°10.88%93.73%
CMYK0.00%10.88%6.28%
6.27%

Color #EFD5E0 in popluar number systems.

HEXEFD5E0
Decimal239213224
Binary111011111101010111100000
Octal357325340

Shades and tints

Shades of #EFD5E0

#EFD5E0
(239,213,224)
#DAC2CC
(218,194,204)
#C5AFB8
(197,175,184)
#B09CA4
(176,156,164)
#9B8990
(155,137,144)
#86767C
(134,118,124)
#716368
(113,99,104)
#5C5054
(92,80,84)
#473D40
(71,61,64)
#322A2C
(50,42,44)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFD5E0

#EFD5E0
(239,213,224)
#F0D8E2
(240,216,226)
#F1DBE4
(241,219,228)
#F2DEE6
(242,222,230)
#F3E1E8
(243,225,232)
#F4E4EA
(244,228,234)
#F5E7EC
(245,231,236)
#F6EAEE
(246,234,238)
#F7EDF0
(247,237,240)
#F8F0F2
(248,240,242)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5E0; }

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

This text font color is #EFD5E0.


Background Color

.myBgColor { background-color: #EFD5E0; }

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

This div background color is #EFD5E0.


Border color

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

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

This div border color is #EFD5E0.


Opacity

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

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

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

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

This text has shadow with #EFD5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5E0 on black background.


Color preview on white background

This text has color #EFD5E0 on white background.



Black color preview on #EFD5E0 background

This text has black color on #EFD5E0 background.


White color preview on #EFD5E0 background

This text has white color on #EFD5E0 background.