COLOR #EFD8BB

HEX: #EFD8BB
RGB: (239,216,187)

Color info

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

RGB color model

#EFD8BB color RGB value is (239,216,187).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 187 of 255 = 73%

239
216
187

R + G + B ~ 84%. #EFD8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 187 = 642 (100%)
R 239 of 642 ~ 37.23%
G 216 of 642 ~ 33.64%
B 187 of 642 ~ 29.13%

%37.23
%33.64
%29.13

CMYK color model

#EFD8BB color CMYK value is (0,10,22,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(0,10,22,6)
C0M10Y22K6 
(0%,10%,22%,6%)
(0.00/0.10/0.22/0.06)	

CMYK percentages

%0
%9.62
%21.76
%6.27

Codes

Color #EFD8BB in popluar color models

EFD8BB
RGB239216187
HSL33°61.90%83.53%
HSB/HSV33°21.76%93.73%
CMYK0.00%9.62%21.76%
6.27%

Color #EFD8BB in popluar number systems.

HEXEFD8BB
Decimal239216187
Binary111011111101100010111011
Octal357330273

Shades and tints

Shades of #EFD8BB

#EFD8BB
(239,216,187)
#DAC5AA
(218,197,170)
#C5B299
(197,178,153)
#B09F88
(176,159,136)
#9B8C77
(155,140,119)
#867966
(134,121,102)
#716655
(113,102,85)
#5C5344
(92,83,68)
#474033
(71,64,51)
#322D22
(50,45,34)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #EFD8BB

#EFD8BB
(239,216,187)
#F0DBC1
(240,219,193)
#F1DEC7
(241,222,199)
#F2E1CD
(242,225,205)
#F3E4D3
(243,228,211)
#F4E7D9
(244,231,217)
#F5EADF
(245,234,223)
#F6EDE5
(246,237,229)
#F7F0EB
(247,240,235)
#F8F3F1
(248,243,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8BB; }

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

This text font color is #EFD8BB.


Background Color

.myBgColor { background-color: #EFD8BB; }

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

This div background color is #EFD8BB.


Border color

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

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

This div border color is #EFD8BB.


Opacity

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

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

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

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

This text has shadow with #EFD8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8BB on black background.


Color preview on white background

This text has color #EFD8BB on white background.



Black color preview on #EFD8BB background

This text has black color on #EFD8BB background.


White color preview on #EFD8BB background

This text has white color on #EFD8BB background.