COLOR #EFDFD0

HEX: #EFDFD0
RGB: (239,223,208)

Color info

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

RGB color model

#EFDFD0 color RGB value is (239,223,208).

  • red value is 239;
  • green value is 223;
  • blue value is 208.
RGB:
(239,223,208)
(94%,87%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 208 of 255 = 82%

239
223
208

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 208 = 670 (100%)
R 239 of 670 ~ 35.67%
G 223 of 670 ~ 33.28%
B 208 of 670 ~ 31.04%

%35.67
%33.28
%31.04

CMYK color model

#EFDFD0 color CMYK value is (0,7,13,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,7,13,6)
C0M7Y13K6 
(0%,7%,13%,6%)
(0.00/0.07/0.13/0.06)	

CMYK percentages

%0
%6.69
%12.97
%6.27

Codes

Color #EFDFD0 in popluar color models

EFDFD0
RGB239223208
HSL29°49.21%87.65%
HSB/HSV29°12.97%93.73%
CMYK0.00%6.69%12.97%
6.27%

Color #EFDFD0 in popluar number systems.

HEXEFDFD0
Decimal239223208
Binary111011111101111111010000
Octal357337320

Shades and tints

Shades of #EFDFD0

#EFDFD0
(239,223,208)
#DACBBE
(218,203,190)
#C5B7AC
(197,183,172)
#B0A39A
(176,163,154)
#9B8F88
(155,143,136)
#867B76
(134,123,118)
#716764
(113,103,100)
#5C5352
(92,83,82)
#473F40
(71,63,64)
#322B2E
(50,43,46)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #EFDFD0

#EFDFD0
(239,223,208)
#F0E1D4
(240,225,212)
#F1E3D8
(241,227,216)
#F2E5DC
(242,229,220)
#F3E7E0
(243,231,224)
#F4E9E4
(244,233,228)
#F5EBE8
(245,235,232)
#F6EDEC
(246,237,236)
#F7EFF0
(247,239,240)
#F8F1F4
(248,241,244)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDFD0 color. Also use rgb(239,223,208) instead hex code.

Text Font Color

.myTextColor { color: #EFDFD0; }

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

This text font color is #EFDFD0.


Background Color

.myBgColor { background-color: #EFDFD0; }

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

This div background color is #EFDFD0.


Border color

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

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

This div border color is #EFDFD0.


Opacity

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

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

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

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

This text has shadow with #EFDFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFD0 on black background.


Color preview on white background

This text has color #EFDFD0 on white background.



Black color preview on #EFDFD0 background

This text has black color on #EFDFD0 background.


White color preview on #EFDFD0 background

This text has white color on #EFDFD0 background.