COLOR #EFDCDC

HEX: #EFDCDC
RGB: (239,220,220)

Color info

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

RGB color model

#EFDCDC color RGB value is (239,220,220).

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

RGB channels and saturation

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

239
220
220

R + G + B ~ 89%. #EFDCDC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 220 = 679 (100%)
R 239 of 679 ~ 35.2%
G 220 of 679 ~ 32.4%
B 220 of 679 ~ 32.4%

%35.2
%32.4
%32.4

CMYK color model

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

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

CMYK percentages

%0
%7.95
%7.95
%6.27

Codes

Color #EFDCDC in popluar color models

EFDCDC
RGB239220220
HSL37.25%90.00%
HSB/HSV7.95%93.73%
CMYK0.00%7.95%7.95%
6.27%

Color #EFDCDC in popluar number systems.

HEXEFDCDC
Decimal239220220
Binary111011111101110011011100
Octal357334334

Shades and tints

Shades of #EFDCDC

#EFDCDC
(239,220,220)
#DAC8C8
(218,200,200)
#C5B4B4
(197,180,180)
#B0A0A0
(176,160,160)
#9B8C8C
(155,140,140)
#867878
(134,120,120)
#716464
(113,100,100)
#5C5050
(92,80,80)
#473C3C
(71,60,60)
#322828
(50,40,40)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #EFDCDC

#EFDCDC
(239,220,220)
#F0DFDF
(240,223,223)
#F1E2E2
(241,226,226)
#F2E5E5
(242,229,229)
#F3E8E8
(243,232,232)
#F4EBEB
(244,235,235)
#F5EEEE
(245,238,238)
#F6F1F1
(246,241,241)
#F7F4F4
(247,244,244)
#F8F7F7
(248,247,247)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCDC; }

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

This text font color is #EFDCDC.


Background Color

.myBgColor { background-color: #EFDCDC; }

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

This div background color is #EFDCDC.


Border color

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

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

This div border color is #EFDCDC.


Opacity

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

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

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

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

This text has shadow with #EFDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCDC on black background.


Color preview on white background

This text has color #EFDCDC on white background.



Black color preview on #EFDCDC background

This text has black color on #EFDCDC background.


White color preview on #EFDCDC background

This text has white color on #EFDCDC background.