COLOR #EFDACE

HEX: #EFDACE RGB: (239,218,206)

Color info

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

RGB color model

#EFDACE color RGB value is (239,218,206).

RGB: (239,218,206) (94%, 85%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 206 of 255 = 81%

239
218
206

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

Portions of RGB colors in percentages

R + G + B = 239 + 218 + 206 = 663 (100%)
R 239 of 663 ~ 36.05%
G 218 of 663 ~ 32.88%
B 206 of 663 ~ 31.07'%

%36.05
%32.88
%31.07

CMYK color model

#EFDACE color CMYK value is (0,9,14,6).

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

CMYK: (0,9,14,6)
C0M9Y14K6 (0%, 9%, 14%, 6%)
(0.00 / 0.09 / 0.14 / 0.06)

CMYK percentages

%0
%8.79
%13.81
%6.27

Codes

Color #EFDACE in popluar color models

EF DA CE
RGB 239 218 206
HSL 22° 50.77% 87.25%
HSB/HSV 22° 13.81% 93.73%
CMYK 0.00% 8.79% 13.81%
6.27%

Color #EFDACE in popluar number systems.

HEX EF DA CE
Decimal 239 218 206
Binary 11101111 11011010 11001110
Octal 357 332 316

Shades and tints

Shades of #EFDACE

#EFDACE
(239,218,206)
#DAC7BC
(218,199,188)
#C5B4AA
(197,180,170)
#B0A198
(176,161,152)
#9B8E86
(155,142,134)
#867B74
(134,123,116)
#716862
(113,104,98)
#5C5550
(92,85,80)
#47423E
(71,66,62)
#322F2C
(50,47,44)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFDACE

#EFDACE
(239,218,206)
#F0DDD2
(240,221,210)
#F1E0D6
(241,224,214)
#F2E3DA
(242,227,218)
#F3E6DE
(243,230,222)
#F4E9E2
(244,233,226)
#F5ECE6
(245,236,230)
#F6EFEA
(246,239,234)
#F7F2EE
(247,242,238)
#F8F5F2
(248,245,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDACE; }

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

This text font color is #EFDACE.

Background Color

.myBgColor { background-color: #EFDACE; }

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

This div background color is #EFDACE.

Border color

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

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

This div border color is #EFDACE.

Opacity

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

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

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

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

This text has shadow with #EFDACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDACE.

Preview

Color preview on black background

This text has color #EFDACE on black background.


Color preview on white background

This text has color #EFDACE on white background.


Black color preview on #EFDACE background

This text has black color on #EFDACE background.


White color preview on #EFDACE background

This text has white color on #EFDACE background.


Related colors

Complementary color

Complementary color for #hex is #102531.


I love getcolorcode.com

Triadic colors

1 #CEEFDA and #DACEEF with #EFDACE are triadic colors.

2 #CEDAEF and #DAEFCE with #EFDACE are triadic colors.