COLOR #EFDFEC

HEX: #EFDFEC
RGB: (239,223,236)

Color info

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

RGB color model

#EFDFEC color RGB value is (239,223,236).

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

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 236 of 255 = 93%

239
223
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 236 = 698 (100%)
R 239 of 698 ~ 34.24%
G 223 of 698 ~ 31.95%
B 236 of 698 ~ 33.81%

%34.24
%31.95
%33.81

CMYK color model

#EFDFEC color CMYK value is (0,7,1,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,7,1,6)
C0M7Y1K6 
(0%,7%,1%,6%)
(0.00/0.07/0.01/0.06)	

CMYK percentages

%0
%6.69
%1.26
%6.27

Codes

Color #EFDFEC in popluar color models

EFDFEC
RGB239223236
HSL311°33.33%90.59%
HSB/HSV311°6.69%93.73%
CMYK0.00%6.69%1.26%
6.27%

Color #EFDFEC in popluar number systems.

HEXEFDFEC
Decimal239223236
Binary111011111101111111101100
Octal357337354

Shades and tints

Shades of #EFDFEC

#EFDFEC
(239,223,236)
#DACBD7
(218,203,215)
#C5B7C2
(197,183,194)
#B0A3AD
(176,163,173)
#9B8F98
(155,143,152)
#867B83
(134,123,131)
#71676E
(113,103,110)
#5C5359
(92,83,89)
#473F44
(71,63,68)
#322B2F
(50,43,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFDFEC

#EFDFEC
(239,223,236)
#F0E1ED
(240,225,237)
#F1E3EE
(241,227,238)
#F2E5EF
(242,229,239)
#F3E7F0
(243,231,240)
#F4E9F1
(244,233,241)
#F5EBF2
(245,235,242)
#F6EDF3
(246,237,243)
#F7EFF4
(247,239,244)
#F8F1F5
(248,241,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFEC; }

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

This text font color is #EFDFEC.


Background Color

.myBgColor { background-color: #EFDFEC; }

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

This div background color is #EFDFEC.


Border color

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

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

This div border color is #EFDFEC.


Opacity

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

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

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

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

This text has shadow with #EFDFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFEC on black background.


Color preview on white background

This text has color #EFDFEC on white background.



Black color preview on #EFDFEC background

This text has black color on #EFDFEC background.


White color preview on #EFDFEC background

This text has white color on #EFDFEC background.