COLOR #EFDAD6

HEX: #EFDAD6
RGB: (239,218,214)

Color info

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

RGB color model

#EFDAD6 color RGB value is (239,218,214).

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

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 214 of 255 = 84%

239
218
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 214 = 671 (100%)
R 239 of 671 ~ 35.62%
G 218 of 671 ~ 32.49%
B 214 of 671 ~ 31.89%

%35.62
%32.49
%31.89

CMYK color model

#EFDAD6 color CMYK value is (0,9,10,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(0,9,10,6)
C0M9Y10K6 
(0%,9%,10%,6%)
(0.00/0.09/0.10/0.06)	

CMYK percentages

%0
%8.79
%10.46
%6.27

Codes

Color #EFDAD6 in popluar color models

EFDAD6
RGB239218214
HSL10°43.86%88.82%
HSB/HSV10°10.46%93.73%
CMYK0.00%8.79%10.46%
6.27%

Color #EFDAD6 in popluar number systems.

HEXEFDAD6
Decimal239218214
Binary111011111101101011010110
Octal357332326

Shades and tints

Shades of #EFDAD6

#EFDAD6
(239,218,214)
#DAC7C3
(218,199,195)
#C5B4B0
(197,180,176)
#B0A19D
(176,161,157)
#9B8E8A
(155,142,138)
#867B77
(134,123,119)
#716864
(113,104,100)
#5C5551
(92,85,81)
#47423E
(71,66,62)
#322F2B
(50,47,43)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #EFDAD6

#EFDAD6
(239,218,214)
#F0DDD9
(240,221,217)
#F1E0DC
(241,224,220)
#F2E3DF
(242,227,223)
#F3E6E2
(243,230,226)
#F4E9E5
(244,233,229)
#F5ECE8
(245,236,232)
#F6EFEB
(246,239,235)
#F7F2EE
(247,242,238)
#F8F5F1
(248,245,241)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDAD6; }

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

This text font color is #EFDAD6.


Background Color

.myBgColor { background-color: #EFDAD6; }

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

This div background color is #EFDAD6.


Border color

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

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

This div border color is #EFDAD6.


Opacity

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

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

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

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

This text has shadow with #EFDAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDAD6 on black background.


Color preview on white background

This text has color #EFDAD6 on white background.



Black color preview on #EFDAD6 background

This text has black color on #EFDAD6 background.


White color preview on #EFDAD6 background

This text has white color on #EFDAD6 background.