COLOR #EFD0DC

HEX: #EFD0DC
RGB: (239,208,220)

Color info

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

RGB color model

#EFD0DC color RGB value is (239,208,220).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 220 of 255 = 86%

239
208
220

R + G + B ~ 87%. #EFD0DC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 220 = 667 (100%)
R 239 of 667 ~ 35.83%
G 208 of 667 ~ 31.18%
B 220 of 667 ~ 32.98%

%35.83
%31.18
%32.98

CMYK color model

#EFD0DC color CMYK value is (0,13,8,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,13,8,6)
C0M13Y8K6 
(0%,13%,8%,6%)
(0.00/0.13/0.08/0.06)	

CMYK percentages

%0
%12.97
%7.95
%6.27

Codes

Color #EFD0DC in popluar color models

EFD0DC
RGB239208220
HSL337°49.21%87.65%
HSB/HSV337°12.97%93.73%
CMYK0.00%12.97%7.95%
6.27%

Color #EFD0DC in popluar number systems.

HEXEFD0DC
Decimal239208220
Binary111011111101000011011100
Octal357320334

Shades and tints

Shades of #EFD0DC

#EFD0DC
(239,208,220)
#DABEC8
(218,190,200)
#C5ACB4
(197,172,180)
#B09AA0
(176,154,160)
#9B888C
(155,136,140)
#867678
(134,118,120)
#716464
(113,100,100)
#5C5250
(92,82,80)
#47403C
(71,64,60)
#322E28
(50,46,40)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #EFD0DC

#EFD0DC
(239,208,220)
#F0D4DF
(240,212,223)
#F1D8E2
(241,216,226)
#F2DCE5
(242,220,229)
#F3E0E8
(243,224,232)
#F4E4EB
(244,228,235)
#F5E8EE
(245,232,238)
#F6ECF1
(246,236,241)
#F7F0F4
(247,240,244)
#F8F4F7
(248,244,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0DC; }

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

This text font color is #EFD0DC.


Background Color

.myBgColor { background-color: #EFD0DC; }

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

This div background color is #EFD0DC.


Border color

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

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

This div border color is #EFD0DC.


Opacity

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

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

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

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

This text has shadow with #EFD0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0DC on black background.


Color preview on white background

This text has color #EFD0DC on white background.



Black color preview on #EFD0DC background

This text has black color on #EFD0DC background.


White color preview on #EFD0DC background

This text has white color on #EFD0DC background.