COLOR #EFDFE5

HEX: #EFDFE5
RGB: (239,223,229)

Color info

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

RGB color model

#EFDFE5 color RGB value is (239,223,229).

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

RGB channels and saturation

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

239
223
229

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 229 = 691 (100%)
R 239 of 691 ~ 34.59%
G 223 of 691 ~ 32.27%
B 229 of 691 ~ 33.14%

%34.59
%32.27
%33.14

CMYK color model

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

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

CMYK percentages

%0
%6.69
%4.18
%6.27

Codes

Color #EFDFE5 in popluar color models

EFDFE5
RGB239223229
HSL338°33.33%90.59%
HSB/HSV338°6.69%93.73%
CMYK0.00%6.69%4.18%
6.27%

Color #EFDFE5 in popluar number systems.

HEXEFDFE5
Decimal239223229
Binary111011111101111111100101
Octal357337345

Shades and tints

Shades of #EFDFE5

#EFDFE5
(239,223,229)
#DACBD1
(218,203,209)
#C5B7BD
(197,183,189)
#B0A3A9
(176,163,169)
#9B8F95
(155,143,149)
#867B81
(134,123,129)
#71676D
(113,103,109)
#5C5359
(92,83,89)
#473F45
(71,63,69)
#322B31
(50,43,49)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFDFE5

#EFDFE5
(239,223,229)
#F0E1E7
(240,225,231)
#F1E3E9
(241,227,233)
#F2E5EB
(242,229,235)
#F3E7ED
(243,231,237)
#F4E9EF
(244,233,239)
#F5EBF1
(245,235,241)
#F6EDF3
(246,237,243)
#F7EFF5
(247,239,245)
#F8F1F7
(248,241,247)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFE5; }

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

This text font color is #EFDFE5.


Background Color

.myBgColor { background-color: #EFDFE5; }

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

This div background color is #EFDFE5.


Border color

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

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

This div border color is #EFDFE5.


Opacity

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

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

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

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

This text has shadow with #EFDFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFE5 on black background.


Color preview on white background

This text has color #EFDFE5 on white background.



Black color preview on #EFDFE5 background

This text has black color on #EFDFE5 background.


White color preview on #EFDFE5 background

This text has white color on #EFDFE5 background.