COLOR #EFDAD7

HEX: #EFDAD7
RGB: (239,218,215)

Color info

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

RGB color model

#EFDAD7 color RGB value is (239,218,215).

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

RGB channels and saturation

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

239
218
215

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

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 215 = 672 (100%)
R 239 of 672 ~ 35.57%
G 218 of 672 ~ 32.44%
B 215 of 672 ~ 31.99%

%35.57
%32.44
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 10.04%
  • 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.04
%6.27

Codes

Color #EFDAD7 in popluar color models

EFDAD7
RGB239218215
HSL42.86%89.02%
HSB/HSV10.04%93.73%
CMYK0.00%8.79%10.04%
6.27%

Color #EFDAD7 in popluar number systems.

HEXEFDAD7
Decimal239218215
Binary111011111101101011010111
Octal357332327

Shades and tints

Shades of #EFDAD7

#EFDAD7
(239,218,215)
#DAC7C4
(218,199,196)
#C5B4B1
(197,180,177)
#B0A19E
(176,161,158)
#9B8E8B
(155,142,139)
#867B78
(134,123,120)
#716865
(113,104,101)
#5C5552
(92,85,82)
#47423F
(71,66,63)
#322F2C
(50,47,44)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #EFDAD7

#EFDAD7
(239,218,215)
#F0DDDA
(240,221,218)
#F1E0DD
(241,224,221)
#F2E3E0
(242,227,224)
#F3E6E3
(243,230,227)
#F4E9E6
(244,233,230)
#F5ECE9
(245,236,233)
#F6EFEC
(246,239,236)
#F7F2EF
(247,242,239)
#F8F5F2
(248,245,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDAD7; }

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

This text font color is #EFDAD7.


Background Color

.myBgColor { background-color: #EFDAD7; }

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

This div background color is #EFDAD7.


Border color

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

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

This div border color is #EFDAD7.


Opacity

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

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

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

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

This text has shadow with #EFDAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDAD7 on black background.


Color preview on white background

This text has color #EFDAD7 on white background.



Black color preview on #EFDAD7 background

This text has black color on #EFDAD7 background.


White color preview on #EFDAD7 background

This text has white color on #EFDAD7 background.