COLOR #EFDCDA

HEX: #EFDCDA RGB: (239,220,218)

Color info

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

RGB color model

#EFDCDA color RGB value is (239,220,218).

RGB: (239,220,218) (94%, 86%, 85%)

RGB channels and saturation

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

239
220
218

R + G + B ~ 88%. #EFDCDA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 220 + 218 = 677 (100%)
R 239 of 677 ~ 35.3%
G 220 of 677 ~ 32.5%
B 218 of 677 ~ 32.2'%

%35.3
%32.5
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 8.79%
  • key color value is 6.27%

CMYK: (0,8,9,6)
C0M8Y9K6 (0%, 8%, 9%, 6%)
(0.00 / 0.08 / 0.09 / 0.06)

CMYK percentages

%0
%7.95
%8.79
%6.27

Codes

Color #EFDCDA in popluar color models

EF DC DA
RGB 239 220 218
HSL 39.62% 89.61%
HSB/HSV 8.79% 93.73%
CMYK 0.00% 7.95% 8.79%
6.27%

Color #EFDCDA in popluar number systems.

HEX EF DC DA
Decimal 239 220 218
Binary 11101111 11011100 11011010
Octal 357 334 332

Shades and tints

Shades of #EFDCDA

#EFDCDA
(239,220,218)
#DAC8C7
(218,200,199)
#C5B4B4
(197,180,180)
#B0A0A1
(176,160,161)
#9B8C8E
(155,140,142)
#86787B
(134,120,123)
#716468
(113,100,104)
#5C5055
(92,80,85)
#473C42
(71,60,66)
#32282F
(50,40,47)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #EFDCDA

#EFDCDA
(239,220,218)
#F0DFDD
(240,223,221)
#F1E2E0
(241,226,224)
#F2E5E3
(242,229,227)
#F3E8E6
(243,232,230)
#F4EBE9
(244,235,233)
#F5EEEC
(245,238,236)
#F6F1EF
(246,241,239)
#F7F4F2
(247,244,242)
#F8F7F5
(248,247,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCDA; }

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

This text font color is #EFDCDA.

Background Color

.myBgColor { background-color: #EFDCDA; }

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

This div background color is #EFDCDA.

Border color

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

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

This div border color is #EFDCDA.

Opacity

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

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

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

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

This text has shadow with #EFDCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDCDA.

Preview

Color preview on black background

This text has color #EFDCDA on black background.


Color preview on white background

This text has color #EFDCDA on white background.


Black color preview on #EFDCDA background

This text has black color on #EFDCDA background.


White color preview on #EFDCDA background

This text has white color on #EFDCDA background.


Related colors

Complementary color

Complementary color for #hex is #102325.


I love getcolorcode.com

Triadic colors

1 #DAEFDC and #DCDAEF with #EFDCDA are triadic colors.

2 #DADCEF and #DCEFDA with #EFDCDA are triadic colors.