COLOR #EFDFEF

HEX: #EFDFEF
RGB: (239,223,239)

Color info

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

RGB color model

#EFDFEF color RGB value is (239,223,239).

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

RGB channels and saturation

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

239
223
239

R + G + B ~ 92%. #EFDFEF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 239 = 701 (100%)
R 239 of 701 ~ 34.09%
G 223 of 701 ~ 31.81%
B 239 of 701 ~ 34.09%

%34.09
%31.81
%34.09

CMYK color model

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

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

CMYK percentages

%0
%6.69
%0
%6.27

Codes

Color #EFDFEF in popluar color models

EFDFEF
RGB239223239
HSL300°33.33%90.59%
HSB/HSV300°6.69%93.73%
CMYK0.00%6.69%0.00%
6.27%

Color #EFDFEF in popluar number systems.

HEXEFDFEF
Decimal239223239
Binary111011111101111111101111
Octal357337357

Shades and tints

Shades of #EFDFEF

#EFDFEF
(239,223,239)
#DACBDA
(218,203,218)
#C5B7C5
(197,183,197)
#B0A3B0
(176,163,176)
#9B8F9B
(155,143,155)
#867B86
(134,123,134)
#716771
(113,103,113)
#5C535C
(92,83,92)
#473F47
(71,63,71)
#322B32
(50,43,50)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFDFEF

#EFDFEF
(239,223,239)
#F0E1F0
(240,225,240)
#F1E3F1
(241,227,241)
#F2E5F2
(242,229,242)
#F3E7F3
(243,231,243)
#F4E9F4
(244,233,244)
#F5EBF5
(245,235,245)
#F6EDF6
(246,237,246)
#F7EFF7
(247,239,247)
#F8F1F8
(248,241,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFEF; }

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

This text font color is #EFDFEF.


Background Color

.myBgColor { background-color: #EFDFEF; }

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

This div background color is #EFDFEF.


Border color

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

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

This div border color is #EFDFEF.


Opacity

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

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

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

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

This text has shadow with #EFDFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFEF on black background.


Color preview on white background

This text has color #EFDFEF on white background.



Black color preview on #EFDFEF background

This text has black color on #EFDFEF background.


White color preview on #EFDFEF background

This text has white color on #EFDFEF background.