COLOR #EFDCED

HEX: #EFDCED
RGB: (239,220,237)

Color info

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

RGB color model

#EFDCED color RGB value is (239,220,237).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 237 of 255 = 93%

239
220
237

R + G + B ~ 91%. #EFDCED is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 237 = 696 (100%)
R 239 of 696 ~ 34.34%
G 220 of 696 ~ 31.61%
B 237 of 696 ~ 34.05%

%34.34
%31.61
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(0,8,1,6)
C0M8Y1K6 
(0%,8%,1%,6%)
(0.00/0.08/0.01/0.06)	

CMYK percentages

%0
%7.95
%0.84
%6.27

Codes

Color #EFDCED in popluar color models

EFDCED
RGB239220237
HSL306°37.25%90.00%
HSB/HSV306°7.95%93.73%
CMYK0.00%7.95%0.84%
6.27%

Color #EFDCED in popluar number systems.

HEXEFDCED
Decimal239220237
Binary111011111101110011101101
Octal357334355

Shades and tints

Shades of #EFDCED

#EFDCED
(239,220,237)
#DAC8D8
(218,200,216)
#C5B4C3
(197,180,195)
#B0A0AE
(176,160,174)
#9B8C99
(155,140,153)
#867884
(134,120,132)
#71646F
(113,100,111)
#5C505A
(92,80,90)
#473C45
(71,60,69)
#322830
(50,40,48)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #EFDCED

#EFDCED
(239,220,237)
#F0DFEE
(240,223,238)
#F1E2EF
(241,226,239)
#F2E5F0
(242,229,240)
#F3E8F1
(243,232,241)
#F4EBF2
(244,235,242)
#F5EEF3
(245,238,243)
#F6F1F4
(246,241,244)
#F7F4F5
(247,244,245)
#F8F7F6
(248,247,246)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCED; }

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

This text font color is #EFDCED.


Background Color

.myBgColor { background-color: #EFDCED; }

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

This div background color is #EFDCED.


Border color

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

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

This div border color is #EFDCED.


Opacity

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

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

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

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

This text has shadow with #EFDCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCED on black background.


Color preview on white background

This text has color #EFDCED on white background.



Black color preview on #EFDCED background

This text has black color on #EFDCED background.


White color preview on #EFDCED background

This text has white color on #EFDCED background.