COLOR #EFDCE6

HEX: #EFDCE6
RGB: (239,220,230)

Color info

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

RGB color model

#EFDCE6 color RGB value is (239,220,230).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 230 of 255 = 90%

239
220
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 230 = 689 (100%)
R 239 of 689 ~ 34.69%
G 220 of 689 ~ 31.93%
B 230 of 689 ~ 33.38%

%34.69
%31.93
%33.38

CMYK color model

#EFDCE6 color CMYK value is (0,8,4,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,8,4,6)
C0M8Y4K6 
(0%,8%,4%,6%)
(0.00/0.08/0.04/0.06)	

CMYK percentages

%0
%7.95
%3.77
%6.27

Codes

Color #EFDCE6 in popluar color models

EFDCE6
RGB239220230
HSL328°37.25%90.00%
HSB/HSV328°7.95%93.73%
CMYK0.00%7.95%3.77%
6.27%

Color #EFDCE6 in popluar number systems.

HEXEFDCE6
Decimal239220230
Binary111011111101110011100110
Octal357334346

Shades and tints

Shades of #EFDCE6

#EFDCE6
(239,220,230)
#DAC8D2
(218,200,210)
#C5B4BE
(197,180,190)
#B0A0AA
(176,160,170)
#9B8C96
(155,140,150)
#867882
(134,120,130)
#71646E
(113,100,110)
#5C505A
(92,80,90)
#473C46
(71,60,70)
#322832
(50,40,50)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #EFDCE6

#EFDCE6
(239,220,230)
#F0DFE8
(240,223,232)
#F1E2EA
(241,226,234)
#F2E5EC
(242,229,236)
#F3E8EE
(243,232,238)
#F4EBF0
(244,235,240)
#F5EEF2
(245,238,242)
#F6F1F4
(246,241,244)
#F7F4F6
(247,244,246)
#F8F7F8
(248,247,248)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCE6; }

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

This text font color is #EFDCE6.


Background Color

.myBgColor { background-color: #EFDCE6; }

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

This div background color is #EFDCE6.


Border color

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

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

This div border color is #EFDCE6.


Opacity

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

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

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

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

This text has shadow with #EFDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCE6 on black background.


Color preview on white background

This text has color #EFDCE6 on white background.



Black color preview on #EFDCE6 background

This text has black color on #EFDCE6 background.


White color preview on #EFDCE6 background

This text has white color on #EFDCE6 background.