COLOR #EFDFE6

HEX: #EFDFE6
RGB: (239,223,230)

Color info

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

RGB color model

#EFDFE6 color RGB value is (239,223,230).

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

RGB channels and saturation

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

239
223
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 230 = 692 (100%)
R 239 of 692 ~ 34.54%
G 223 of 692 ~ 32.23%
B 230 of 692 ~ 33.24%

%34.54
%32.23
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 3.77%
  • 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
%3.77
%6.27

Codes

Color #EFDFE6 in popluar color models

EFDFE6
RGB239223230
HSL334°33.33%90.59%
HSB/HSV334°6.69%93.73%
CMYK0.00%6.69%3.77%
6.27%

Color #EFDFE6 in popluar number systems.

HEXEFDFE6
Decimal239223230
Binary111011111101111111100110
Octal357337346

Shades and tints

Shades of #EFDFE6

#EFDFE6
(239,223,230)
#DACBD2
(218,203,210)
#C5B7BE
(197,183,190)
#B0A3AA
(176,163,170)
#9B8F96
(155,143,150)
#867B82
(134,123,130)
#71676E
(113,103,110)
#5C535A
(92,83,90)
#473F46
(71,63,70)
#322B32
(50,43,50)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #EFDFE6

#EFDFE6
(239,223,230)
#F0E1E8
(240,225,232)
#F1E3EA
(241,227,234)
#F2E5EC
(242,229,236)
#F3E7EE
(243,231,238)
#F4E9F0
(244,233,240)
#F5EBF2
(245,235,242)
#F6EDF4
(246,237,244)
#F7EFF6
(247,239,246)
#F8F1F8
(248,241,248)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFE6; }

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

This text font color is #EFDFE6.


Background Color

.myBgColor { background-color: #EFDFE6; }

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

This div background color is #EFDFE6.


Border color

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

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

This div border color is #EFDFE6.


Opacity

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

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

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

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

This text has shadow with #EFDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFE6 on black background.


Color preview on white background

This text has color #EFDFE6 on white background.



Black color preview on #EFDFE6 background

This text has black color on #EFDFE6 background.


White color preview on #EFDFE6 background

This text has white color on #EFDFE6 background.