COLOR #EFD5B6

HEX: #EFD5B6
RGB: (239,213,182)

Color info

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

RGB color model

#EFD5B6 color RGB value is (239,213,182).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 182 of 255 = 71%

239
213
182

R + G + B ~ 83%. #EFD5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 182 = 634 (100%)
R 239 of 634 ~ 37.7%
G 213 of 634 ~ 33.6%
B 182 of 634 ~ 28.71%

%37.7
%33.6
%28.71

CMYK color model

#EFD5B6 color CMYK value is (0,11,24,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(0,11,24,6)
C0M11Y24K6 
(0%,11%,24%,6%)
(0.00/0.11/0.24/0.06)	

CMYK percentages

%0
%10.88
%23.85
%6.27

Codes

Color #EFD5B6 in popluar color models

EFD5B6
RGB239213182
HSL33°64.04%82.55%
HSB/HSV33°23.85%93.73%
CMYK0.00%10.88%23.85%
6.27%

Color #EFD5B6 in popluar number systems.

HEXEFD5B6
Decimal239213182
Binary111011111101010110110110
Octal357325266

Shades and tints

Shades of #EFD5B6

#EFD5B6
(239,213,182)
#DAC2A6
(218,194,166)
#C5AF96
(197,175,150)
#B09C86
(176,156,134)
#9B8976
(155,137,118)
#867666
(134,118,102)
#716356
(113,99,86)
#5C5046
(92,80,70)
#473D36
(71,61,54)
#322A26
(50,42,38)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFD5B6

#EFD5B6
(239,213,182)
#F0D8BC
(240,216,188)
#F1DBC2
(241,219,194)
#F2DEC8
(242,222,200)
#F3E1CE
(243,225,206)
#F4E4D4
(244,228,212)
#F5E7DA
(245,231,218)
#F6EAE0
(246,234,224)
#F7EDE6
(247,237,230)
#F8F0EC
(248,240,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5B6; }

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

This text font color is #EFD5B6.


Background Color

.myBgColor { background-color: #EFD5B6; }

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

This div background color is #EFD5B6.


Border color

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

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

This div border color is #EFD5B6.


Opacity

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

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

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

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

This text has shadow with #EFD5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5B6 on black background.


Color preview on white background

This text has color #EFD5B6 on white background.



Black color preview on #EFD5B6 background

This text has black color on #EFD5B6 background.


White color preview on #EFD5B6 background

This text has white color on #EFD5B6 background.