COLOR #EFDACA

HEX: #EFDACA
RGB: (239,218,202)

Color info

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

RGB color model

#EFDACA color RGB value is (239,218,202).

  • red value is 239;
  • green value is 218;
  • blue value is 202.
RGB:
(239,218,202)
(94%,85%,79%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 202 of 255 = 79%

239
218
202

R + G + B ~ 86%. #EFDACA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 202 = 659 (100%)
R 239 of 659 ~ 36.27%
G 218 of 659 ~ 33.08%
B 202 of 659 ~ 30.65%

%36.27
%33.08
%30.65

CMYK color model

#EFDACA color CMYK value is (0,9,15,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(0,9,15,6)
C0M9Y15K6 
(0%,9%,15%,6%)
(0.00/0.09/0.15/0.06)	

CMYK percentages

%0
%8.79
%15.48
%6.27

Codes

Color #EFDACA in popluar color models

EFDACA
RGB239218202
HSL26°53.62%86.47%
HSB/HSV26°15.48%93.73%
CMYK0.00%8.79%15.48%
6.27%

Color #EFDACA in popluar number systems.

HEXEFDACA
Decimal239218202
Binary111011111101101011001010
Octal357332312

Shades and tints

Shades of #EFDACA

#EFDACA
(239,218,202)
#DAC7B8
(218,199,184)
#C5B4A6
(197,180,166)
#B0A194
(176,161,148)
#9B8E82
(155,142,130)
#867B70
(134,123,112)
#71685E
(113,104,94)
#5C554C
(92,85,76)
#47423A
(71,66,58)
#322F28
(50,47,40)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFDACA

#EFDACA
(239,218,202)
#F0DDCE
(240,221,206)
#F1E0D2
(241,224,210)
#F2E3D6
(242,227,214)
#F3E6DA
(243,230,218)
#F4E9DE
(244,233,222)
#F5ECE2
(245,236,226)
#F6EFE6
(246,239,230)
#F7F2EA
(247,242,234)
#F8F5EE
(248,245,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDACA; }

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

This text font color is #EFDACA.


Background Color

.myBgColor { background-color: #EFDACA; }

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

This div background color is #EFDACA.


Border color

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

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

This div border color is #EFDACA.


Opacity

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

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

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

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

This text has shadow with #EFDACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDACA on black background.


Color preview on white background

This text has color #EFDACA on white background.



Black color preview on #EFDACA background

This text has black color on #EFDACA background.


White color preview on #EFDACA background

This text has white color on #EFDACA background.