COLOR #EFD9BF

HEX: #EFD9BF
RGB: (239,217,191)

Color info

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

RGB color model

#EFD9BF color RGB value is (239,217,191).

  • red value is 239;
  • green value is 217;
  • blue value is 191.
RGB:
(239,217,191)
(94%,85%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 191 of 255 = 75%

239
217
191

R + G + B ~ 85%. #EFD9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 191 = 647 (100%)
R 239 of 647 ~ 36.94%
G 217 of 647 ~ 33.54%
B 191 of 647 ~ 29.52%

%36.94
%33.54
%29.52

CMYK color model

#EFD9BF color CMYK value is (0,9,20,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,9,20,6)
C0M9Y20K6 
(0%,9%,20%,6%)
(0.00/0.09/0.20/0.06)	

CMYK percentages

%0
%9.21
%20.08
%6.27

Codes

Color #EFD9BF in popluar color models

EFD9BF
RGB239217191
HSL33°60.00%84.31%
HSB/HSV33°20.08%93.73%
CMYK0.00%9.21%20.08%
6.27%

Color #EFD9BF in popluar number systems.

HEXEFD9BF
Decimal239217191
Binary111011111101100110111111
Octal357331277

Shades and tints

Shades of #EFD9BF

#EFD9BF
(239,217,191)
#DAC6AE
(218,198,174)
#C5B39D
(197,179,157)
#B0A08C
(176,160,140)
#9B8D7B
(155,141,123)
#867A6A
(134,122,106)
#716759
(113,103,89)
#5C5448
(92,84,72)
#474137
(71,65,55)
#322E26
(50,46,38)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFD9BF

#EFD9BF
(239,217,191)
#F0DCC4
(240,220,196)
#F1DFC9
(241,223,201)
#F2E2CE
(242,226,206)
#F3E5D3
(243,229,211)
#F4E8D8
(244,232,216)
#F5EBDD
(245,235,221)
#F6EEE2
(246,238,226)
#F7F1E7
(247,241,231)
#F8F4EC
(248,244,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9BF color. Also use rgb(239,217,191) instead hex code.

Text Font Color

.myTextColor { color: #EFD9BF; }

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

This text font color is #EFD9BF.


Background Color

.myBgColor { background-color: #EFD9BF; }

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

This div background color is #EFD9BF.


Border color

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

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

This div border color is #EFD9BF.


Opacity

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

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

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

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

This text has shadow with #EFD9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9BF on black background.


Color preview on white background

This text has color #EFD9BF on white background.



Black color preview on #EFD9BF background

This text has black color on #EFD9BF background.


White color preview on #EFD9BF background

This text has white color on #EFD9BF background.