COLOR #EFD5B7

HEX: #EFD5B7
RGB: (239,213,183)

Color info

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

RGB color model

#EFD5B7 color RGB value is (239,213,183).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 183 of 255 = 72%

239
213
183

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 183 = 635 (100%)
R 239 of 635 ~ 37.64%
G 213 of 635 ~ 33.54%
B 183 of 635 ~ 28.82%

%37.64
%33.54
%28.82

CMYK color model

#EFD5B7 color CMYK value is (0,11,23,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 23.43%
  • key color value is 6.27%
CMYK:
(0,11,23,6)
C0M11Y23K6 
(0%,11%,23%,6%)
(0.00/0.11/0.23/0.06)	

CMYK percentages

%0
%10.88
%23.43
%6.27

Codes

Color #EFD5B7 in popluar color models

EFD5B7
RGB239213183
HSL32°63.64%82.75%
HSB/HSV32°23.43%93.73%
CMYK0.00%10.88%23.43%
6.27%

Color #EFD5B7 in popluar number systems.

HEXEFD5B7
Decimal239213183
Binary111011111101010110110111
Octal357325267

Shades and tints

Shades of #EFD5B7

#EFD5B7
(239,213,183)
#DAC2A7
(218,194,167)
#C5AF97
(197,175,151)
#B09C87
(176,156,135)
#9B8977
(155,137,119)
#867667
(134,118,103)
#716357
(113,99,87)
#5C5047
(92,80,71)
#473D37
(71,61,55)
#322A27
(50,42,39)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFD5B7

#EFD5B7
(239,213,183)
#F0D8BD
(240,216,189)
#F1DBC3
(241,219,195)
#F2DEC9
(242,222,201)
#F3E1CF
(243,225,207)
#F4E4D5
(244,228,213)
#F5E7DB
(245,231,219)
#F6EAE1
(246,234,225)
#F7EDE7
(247,237,231)
#F8F0ED
(248,240,237)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5B7; }

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

This text font color is #EFD5B7.


Background Color

.myBgColor { background-color: #EFD5B7; }

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

This div background color is #EFD5B7.


Border color

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

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

This div border color is #EFD5B7.


Opacity

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

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

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

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

This text has shadow with #EFD5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5B7 on black background.


Color preview on white background

This text has color #EFD5B7 on white background.



Black color preview on #EFD5B7 background

This text has black color on #EFD5B7 background.


White color preview on #EFD5B7 background

This text has white color on #EFD5B7 background.