COLOR #EFDCE0

HEX: #EFDCE0
RGB: (239,220,224)

Color info

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

RGB color model

#EFDCE0 color RGB value is (239,220,224).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 224 of 255 = 88%

239
220
224

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 224 = 683 (100%)
R 239 of 683 ~ 34.99%
G 220 of 683 ~ 32.21%
B 224 of 683 ~ 32.8%

%34.99
%32.21
%32.8

CMYK color model

#EFDCE0 color CMYK value is (0,8,6,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,8,6,6)
C0M8Y6K6 
(0%,8%,6%,6%)
(0.00/0.08/0.06/0.06)	

CMYK percentages

%0
%7.95
%6.28
%6.27

Codes

Color #EFDCE0 in popluar color models

EFDCE0
RGB239220224
HSL347°37.25%90.00%
HSB/HSV347°7.95%93.73%
CMYK0.00%7.95%6.28%
6.27%

Color #EFDCE0 in popluar number systems.

HEXEFDCE0
Decimal239220224
Binary111011111101110011100000
Octal357334340

Shades and tints

Shades of #EFDCE0

#EFDCE0
(239,220,224)
#DAC8CC
(218,200,204)
#C5B4B8
(197,180,184)
#B0A0A4
(176,160,164)
#9B8C90
(155,140,144)
#86787C
(134,120,124)
#716468
(113,100,104)
#5C5054
(92,80,84)
#473C40
(71,60,64)
#32282C
(50,40,44)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #EFDCE0

#EFDCE0
(239,220,224)
#F0DFE2
(240,223,226)
#F1E2E4
(241,226,228)
#F2E5E6
(242,229,230)
#F3E8E8
(243,232,232)
#F4EBEA
(244,235,234)
#F5EEEC
(245,238,236)
#F6F1EE
(246,241,238)
#F7F4F0
(247,244,240)
#F8F7F2
(248,247,242)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCE0; }

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

This text font color is #EFDCE0.


Background Color

.myBgColor { background-color: #EFDCE0; }

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

This div background color is #EFDCE0.


Border color

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

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

This div border color is #EFDCE0.


Opacity

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

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

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

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

This text has shadow with #EFDCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCE0 on black background.


Color preview on white background

This text has color #EFDCE0 on white background.



Black color preview on #EFDCE0 background

This text has black color on #EFDCE0 background.


White color preview on #EFDCE0 background

This text has white color on #EFDCE0 background.