COLOR #EFD1B6

HEX: #EFD1B6
RGB: (239,209,182)

Color info

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

RGB color model

#EFD1B6 color RGB value is (239,209,182).

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

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 182 of 255 = 71%

239
209
182

R + G + B ~ 82%. #EFD1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 182 = 630 (100%)
R 239 of 630 ~ 37.94%
G 209 of 630 ~ 33.17%
B 182 of 630 ~ 28.89%

%37.94
%33.17
%28.89

CMYK color model

#EFD1B6 color CMYK value is (0,13,24,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(0,13,24,6)
C0M13Y24K6 
(0%,13%,24%,6%)
(0.00/0.13/0.24/0.06)	

CMYK percentages

%0
%12.55
%23.85
%6.27

Codes

Color #EFD1B6 in popluar color models

EFD1B6
RGB239209182
HSL28°64.04%82.55%
HSB/HSV28°23.85%93.73%
CMYK0.00%12.55%23.85%
6.27%

Color #EFD1B6 in popluar number systems.

HEXEFD1B6
Decimal239209182
Binary111011111101000110110110
Octal357321266

Shades and tints

Shades of #EFD1B6

#EFD1B6
(239,209,182)
#DABEA6
(218,190,166)
#C5AB96
(197,171,150)
#B09886
(176,152,134)
#9B8576
(155,133,118)
#867266
(134,114,102)
#715F56
(113,95,86)
#5C4C46
(92,76,70)
#473936
(71,57,54)
#322626
(50,38,38)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EFD1B6

#EFD1B6
(239,209,182)
#F0D5BC
(240,213,188)
#F1D9C2
(241,217,194)
#F2DDC8
(242,221,200)
#F3E1CE
(243,225,206)
#F4E5D4
(244,229,212)
#F5E9DA
(245,233,218)
#F6EDE0
(246,237,224)
#F7F1E6
(247,241,230)
#F8F5EC
(248,245,236)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1B6; }

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

This text font color is #EFD1B6.


Background Color

.myBgColor { background-color: #EFD1B6; }

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

This div background color is #EFD1B6.


Border color

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

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

This div border color is #EFD1B6.


Opacity

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

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

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

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

This text has shadow with #EFD1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1B6 on black background.


Color preview on white background

This text has color #EFD1B6 on white background.



Black color preview on #EFD1B6 background

This text has black color on #EFD1B6 background.


White color preview on #EFD1B6 background

This text has white color on #EFD1B6 background.