COLOR #EFDAD1

HEX: #EFDAD1
RGB: (239,218,209)

Color info

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

RGB color model

#EFDAD1 color RGB value is (239,218,209).

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

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 209 of 255 = 82%

239
218
209

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

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 209 = 666 (100%)
R 239 of 666 ~ 35.89%
G 218 of 666 ~ 32.73%
B 209 of 666 ~ 31.38%

%35.89
%32.73
%31.38

CMYK color model

#EFDAD1 color CMYK value is (0,9,13,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK:
(0,9,13,6)
C0M9Y13K6 
(0%,9%,13%,6%)
(0.00/0.09/0.13/0.06)	

CMYK percentages

%0
%8.79
%12.55
%6.27

Codes

Color #EFDAD1 in popluar color models

EFDAD1
RGB239218209
HSL18°48.39%87.84%
HSB/HSV18°12.55%93.73%
CMYK0.00%8.79%12.55%
6.27%

Color #EFDAD1 in popluar number systems.

HEXEFDAD1
Decimal239218209
Binary111011111101101011010001
Octal357332321

Shades and tints

Shades of #EFDAD1

#EFDAD1
(239,218,209)
#DAC7BE
(218,199,190)
#C5B4AB
(197,180,171)
#B0A198
(176,161,152)
#9B8E85
(155,142,133)
#867B72
(134,123,114)
#71685F
(113,104,95)
#5C554C
(92,85,76)
#474239
(71,66,57)
#322F26
(50,47,38)
#1D1C13
(29,28,19)
#000000
(0,0,0)

Tints of #EFDAD1

#EFDAD1
(239,218,209)
#F0DDD5
(240,221,213)
#F1E0D9
(241,224,217)
#F2E3DD
(242,227,221)
#F3E6E1
(243,230,225)
#F4E9E5
(244,233,229)
#F5ECE9
(245,236,233)
#F6EFED
(246,239,237)
#F7F2F1
(247,242,241)
#F8F5F5
(248,245,245)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDAD1; }

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

This text font color is #EFDAD1.


Background Color

.myBgColor { background-color: #EFDAD1; }

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

This div background color is #EFDAD1.


Border color

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

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

This div border color is #EFDAD1.


Opacity

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

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

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

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

This text has shadow with #EFDAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDAD1 on black background.


Color preview on white background

This text has color #EFDAD1 on white background.



Black color preview on #EFDAD1 background

This text has black color on #EFDAD1 background.


White color preview on #EFDAD1 background

This text has white color on #EFDAD1 background.