COLOR #EFDFEA

HEX: #EFDFEA
RGB: (239,223,234)

Color info

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

RGB color model

#EFDFEA color RGB value is (239,223,234).

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

RGB channels and saturation

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

239
223
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 234 = 696 (100%)
R 239 of 696 ~ 34.34%
G 223 of 696 ~ 32.04%
B 234 of 696 ~ 33.62%

%34.34
%32.04
%33.62

CMYK color model

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

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

CMYK percentages

%0
%6.69
%2.09
%6.27

Codes

Color #EFDFEA in popluar color models

EFDFEA
RGB239223234
HSL319°33.33%90.59%
HSB/HSV319°6.69%93.73%
CMYK0.00%6.69%2.09%
6.27%

Color #EFDFEA in popluar number systems.

HEXEFDFEA
Decimal239223234
Binary111011111101111111101010
Octal357337352

Shades and tints

Shades of #EFDFEA

#EFDFEA
(239,223,234)
#DACBD5
(218,203,213)
#C5B7C0
(197,183,192)
#B0A3AB
(176,163,171)
#9B8F96
(155,143,150)
#867B81
(134,123,129)
#71676C
(113,103,108)
#5C5357
(92,83,87)
#473F42
(71,63,66)
#322B2D
(50,43,45)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFDFEA

#EFDFEA
(239,223,234)
#F0E1EB
(240,225,235)
#F1E3EC
(241,227,236)
#F2E5ED
(242,229,237)
#F3E7EE
(243,231,238)
#F4E9EF
(244,233,239)
#F5EBF0
(245,235,240)
#F6EDF1
(246,237,241)
#F7EFF2
(247,239,242)
#F8F1F3
(248,241,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFEA; }

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

This text font color is #EFDFEA.


Background Color

.myBgColor { background-color: #EFDFEA; }

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

This div background color is #EFDFEA.


Border color

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

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

This div border color is #EFDFEA.


Opacity

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

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

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

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

This text has shadow with #EFDFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFEA on black background.


Color preview on white background

This text has color #EFDFEA on white background.



Black color preview on #EFDFEA background

This text has black color on #EFDFEA background.


White color preview on #EFDFEA background

This text has white color on #EFDFEA background.