COLOR #EFDFBB

HEX: #EFDFBB
RGB: (239,223,187)

Color info

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

RGB color model

#EFDFBB color RGB value is (239,223,187).

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

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 187 of 255 = 73%

239
223
187

R + G + B ~ 85%. #EFDFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 187 = 649 (100%)
R 239 of 649 ~ 36.83%
G 223 of 649 ~ 34.36%
B 187 of 649 ~ 28.81%

%36.83
%34.36
%28.81

CMYK color model

#EFDFBB color CMYK value is (0,7,22,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(0,7,22,6)
C0M7Y22K6 
(0%,7%,22%,6%)
(0.00/0.07/0.22/0.06)	

CMYK percentages

%0
%6.69
%21.76
%6.27

Codes

Color #EFDFBB in popluar color models

EFDFBB
RGB239223187
HSL42°61.90%83.53%
HSB/HSV42°21.76%93.73%
CMYK0.00%6.69%21.76%
6.27%

Color #EFDFBB in popluar number systems.

HEXEFDFBB
Decimal239223187
Binary111011111101111110111011
Octal357337273

Shades and tints

Shades of #EFDFBB

#EFDFBB
(239,223,187)
#DACBAA
(218,203,170)
#C5B799
(197,183,153)
#B0A388
(176,163,136)
#9B8F77
(155,143,119)
#867B66
(134,123,102)
#716755
(113,103,85)
#5C5344
(92,83,68)
#473F33
(71,63,51)
#322B22
(50,43,34)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #EFDFBB

#EFDFBB
(239,223,187)
#F0E1C1
(240,225,193)
#F1E3C7
(241,227,199)
#F2E5CD
(242,229,205)
#F3E7D3
(243,231,211)
#F4E9D9
(244,233,217)
#F5EBDF
(245,235,223)
#F6EDE5
(246,237,229)
#F7EFEB
(247,239,235)
#F8F1F1
(248,241,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFBB; }

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

This text font color is #EFDFBB.


Background Color

.myBgColor { background-color: #EFDFBB; }

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

This div background color is #EFDFBB.


Border color

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

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

This div border color is #EFDFBB.


Opacity

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

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

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

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

This text has shadow with #EFDFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFBB on black background.


Color preview on white background

This text has color #EFDFBB on white background.



Black color preview on #EFDFBB background

This text has black color on #EFDFBB background.


White color preview on #EFDFBB background

This text has white color on #EFDFBB background.