COLOR #EFD8B5

HEX: #EFD8B5
RGB: (239,216,181)

Color info

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

RGB color model

#EFD8B5 color RGB value is (239,216,181).

  • red value is 239;
  • green value is 216;
  • blue value is 181.
RGB:
(239,216,181)
(94%,85%,71%)

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 181 of 255 = 71%

239
216
181

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

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 181 = 636 (100%)
R 239 of 636 ~ 37.58%
G 216 of 636 ~ 33.96%
B 181 of 636 ~ 28.46%

%37.58
%33.96
%28.46

CMYK color model

#EFD8B5 color CMYK value is (0,10,24,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,10,24,6)
C0M10Y24K6 
(0%,10%,24%,6%)
(0.00/0.10/0.24/0.06)	

CMYK percentages

%0
%9.62
%24.27
%6.27

Codes

Color #EFD8B5 in popluar color models

EFD8B5
RGB239216181
HSL36°64.44%82.35%
HSB/HSV36°24.27%93.73%
CMYK0.00%9.62%24.27%
6.27%

Color #EFD8B5 in popluar number systems.

HEXEFD8B5
Decimal239216181
Binary111011111101100010110101
Octal357330265

Shades and tints

Shades of #EFD8B5

#EFD8B5
(239,216,181)
#DAC5A5
(218,197,165)
#C5B295
(197,178,149)
#B09F85
(176,159,133)
#9B8C75
(155,140,117)
#867965
(134,121,101)
#716655
(113,102,85)
#5C5345
(92,83,69)
#474035
(71,64,53)
#322D25
(50,45,37)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFD8B5

#EFD8B5
(239,216,181)
#F0DBBB
(240,219,187)
#F1DEC1
(241,222,193)
#F2E1C7
(242,225,199)
#F3E4CD
(243,228,205)
#F4E7D3
(244,231,211)
#F5EAD9
(245,234,217)
#F6EDDF
(246,237,223)
#F7F0E5
(247,240,229)
#F8F3EB
(248,243,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD8B5 color. Also use rgb(239,216,181) instead hex code.

Text Font Color

.myTextColor { color: #EFD8B5; }

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

This text font color is #EFD8B5.


Background Color

.myBgColor { background-color: #EFD8B5; }

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

This div background color is #EFD8B5.


Border color

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

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

This div border color is #EFD8B5.


Opacity

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

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

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

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

This text has shadow with #EFD8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8B5 on black background.


Color preview on white background

This text has color #EFD8B5 on white background.



Black color preview on #EFD8B5 background

This text has black color on #EFD8B5 background.


White color preview on #EFD8B5 background

This text has white color on #EFD8B5 background.