COLOR #EFDFE1

HEX: #EFDFE1
RGB: (239,223,225)

Color info

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

RGB color model

#EFDFE1 color RGB value is (239,223,225).

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

RGB channels and saturation

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

239
223
225

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 225 = 687 (100%)
R 239 of 687 ~ 34.79%
G 223 of 687 ~ 32.46%
B 225 of 687 ~ 32.75%

%34.79
%32.46
%32.75

CMYK color model

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

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

CMYK percentages

%0
%6.69
%5.86
%6.27

Codes

Color #EFDFE1 in popluar color models

EFDFE1
RGB239223225
HSL353°33.33%90.59%
HSB/HSV353°6.69%93.73%
CMYK0.00%6.69%5.86%
6.27%

Color #EFDFE1 in popluar number systems.

HEXEFDFE1
Decimal239223225
Binary111011111101111111100001
Octal357337341

Shades and tints

Shades of #EFDFE1

#EFDFE1
(239,223,225)
#DACBCD
(218,203,205)
#C5B7B9
(197,183,185)
#B0A3A5
(176,163,165)
#9B8F91
(155,143,145)
#867B7D
(134,123,125)
#716769
(113,103,105)
#5C5355
(92,83,85)
#473F41
(71,63,65)
#322B2D
(50,43,45)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFDFE1

#EFDFE1
(239,223,225)
#F0E1E3
(240,225,227)
#F1E3E5
(241,227,229)
#F2E5E7
(242,229,231)
#F3E7E9
(243,231,233)
#F4E9EB
(244,233,235)
#F5EBED
(245,235,237)
#F6EDEF
(246,237,239)
#F7EFF1
(247,239,241)
#F8F1F3
(248,241,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFE1; }

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

This text font color is #EFDFE1.


Background Color

.myBgColor { background-color: #EFDFE1; }

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

This div background color is #EFDFE1.


Border color

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

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

This div border color is #EFDFE1.


Opacity

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

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

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

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

This text has shadow with #EFDFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFE1 on black background.


Color preview on white background

This text has color #EFDFE1 on white background.



Black color preview on #EFDFE1 background

This text has black color on #EFDFE1 background.


White color preview on #EFDFE1 background

This text has white color on #EFDFE1 background.