COLOR #EFD5E8

HEX: #EFD5E8
RGB: (239,213,232)

Color info

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

RGB color model

#EFD5E8 color RGB value is (239,213,232).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 232 of 255 = 91%

239
213
232

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 232 = 684 (100%)
R 239 of 684 ~ 34.94%
G 213 of 684 ~ 31.14%
B 232 of 684 ~ 33.92%

%34.94
%31.14
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 2.93%
  • key color value is 6.27%
CMYK:
(0,11,3,6)
C0M11Y3K6 
(0%,11%,3%,6%)
(0.00/0.11/0.03/0.06)	

CMYK percentages

%0
%10.88
%2.93
%6.27

Codes

Color #EFD5E8 in popluar color models

EFD5E8
RGB239213232
HSL316°44.83%88.63%
HSB/HSV316°10.88%93.73%
CMYK0.00%10.88%2.93%
6.27%

Color #EFD5E8 in popluar number systems.

HEXEFD5E8
Decimal239213232
Binary111011111101010111101000
Octal357325350

Shades and tints

Shades of #EFD5E8

#EFD5E8
(239,213,232)
#DAC2D3
(218,194,211)
#C5AFBE
(197,175,190)
#B09CA9
(176,156,169)
#9B8994
(155,137,148)
#86767F
(134,118,127)
#71636A
(113,99,106)
#5C5055
(92,80,85)
#473D40
(71,61,64)
#322A2B
(50,42,43)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFD5E8

#EFD5E8
(239,213,232)
#F0D8EA
(240,216,234)
#F1DBEC
(241,219,236)
#F2DEEE
(242,222,238)
#F3E1F0
(243,225,240)
#F4E4F2
(244,228,242)
#F5E7F4
(245,231,244)
#F6EAF6
(246,234,246)
#F7EDF8
(247,237,248)
#F8F0FA
(248,240,250)
#F9F3FC
(249,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5E8; }

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

This text font color is #EFD5E8.


Background Color

.myBgColor { background-color: #EFD5E8; }

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

This div background color is #EFD5E8.


Border color

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

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

This div border color is #EFD5E8.


Opacity

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

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

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

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

This text has shadow with #EFD5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5E8 on black background.


Color preview on white background

This text has color #EFD5E8 on white background.



Black color preview on #EFD5E8 background

This text has black color on #EFD5E8 background.


White color preview on #EFD5E8 background

This text has white color on #EFD5E8 background.