COLOR #EFD5EC

HEX: #EFD5EC
RGB: (239,213,236)

Color info

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

RGB color model

#EFD5EC color RGB value is (239,213,236).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 236 of 255 = 93%

239
213
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 236 = 688 (100%)
R 239 of 688 ~ 34.74%
G 213 of 688 ~ 30.96%
B 236 of 688 ~ 34.3%

%34.74
%30.96
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,11,1,6)
C0M11Y1K6 
(0%,11%,1%,6%)
(0.00/0.11/0.01/0.06)	

CMYK percentages

%0
%10.88
%1.26
%6.27

Codes

Color #EFD5EC in popluar color models

EFD5EC
RGB239213236
HSL307°44.83%88.63%
HSB/HSV307°10.88%93.73%
CMYK0.00%10.88%1.26%
6.27%

Color #EFD5EC in popluar number systems.

HEXEFD5EC
Decimal239213236
Binary111011111101010111101100
Octal357325354

Shades and tints

Shades of #EFD5EC

#EFD5EC
(239,213,236)
#DAC2D7
(218,194,215)
#C5AFC2
(197,175,194)
#B09CAD
(176,156,173)
#9B8998
(155,137,152)
#867683
(134,118,131)
#71636E
(113,99,110)
#5C5059
(92,80,89)
#473D44
(71,61,68)
#322A2F
(50,42,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFD5EC

#EFD5EC
(239,213,236)
#F0D8ED
(240,216,237)
#F1DBEE
(241,219,238)
#F2DEEF
(242,222,239)
#F3E1F0
(243,225,240)
#F4E4F1
(244,228,241)
#F5E7F2
(245,231,242)
#F6EAF3
(246,234,243)
#F7EDF4
(247,237,244)
#F8F0F5
(248,240,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5EC; }

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

This text font color is #EFD5EC.


Background Color

.myBgColor { background-color: #EFD5EC; }

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

This div background color is #EFD5EC.


Border color

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

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

This div border color is #EFD5EC.


Opacity

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

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

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

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

This text has shadow with #EFD5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5EC on black background.


Color preview on white background

This text has color #EFD5EC on white background.



Black color preview on #EFD5EC background

This text has black color on #EFD5EC background.


White color preview on #EFD5EC background

This text has white color on #EFD5EC background.