COLOR #EFDDB8

HEX: #EFDDB8
RGB: (239,221,184)

Color info

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

RGB color model

#EFDDB8 color RGB value is (239,221,184).

  • red value is 239;
  • green value is 221;
  • blue value is 184.
RGB:
(239,221,184)
(94%,87%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 184 of 255 = 72%

239
221
184

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 184 = 644 (100%)
R 239 of 644 ~ 37.11%
G 221 of 644 ~ 34.32%
B 184 of 644 ~ 28.57%

%37.11
%34.32
%28.57

CMYK color model

#EFDDB8 color CMYK value is (0,8,23,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(0,8,23,6)
C0M8Y23K6 
(0%,8%,23%,6%)
(0.00/0.08/0.23/0.06)	

CMYK percentages

%0
%7.53
%23.01
%6.27

Codes

Color #EFDDB8 in popluar color models

EFDDB8
RGB239221184
HSL40°63.22%82.94%
HSB/HSV40°23.01%93.73%
CMYK0.00%7.53%23.01%
6.27%

Color #EFDDB8 in popluar number systems.

HEXEFDDB8
Decimal239221184
Binary111011111101110110111000
Octal357335270

Shades and tints

Shades of #EFDDB8

#EFDDB8
(239,221,184)
#DAC9A8
(218,201,168)
#C5B598
(197,181,152)
#B0A188
(176,161,136)
#9B8D78
(155,141,120)
#867968
(134,121,104)
#716558
(113,101,88)
#5C5148
(92,81,72)
#473D38
(71,61,56)
#322928
(50,41,40)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFDDB8

#EFDDB8
(239,221,184)
#F0E0BE
(240,224,190)
#F1E3C4
(241,227,196)
#F2E6CA
(242,230,202)
#F3E9D0
(243,233,208)
#F4ECD6
(244,236,214)
#F5EFDC
(245,239,220)
#F6F2E2
(246,242,226)
#F7F5E8
(247,245,232)
#F8F8EE
(248,248,238)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDDB8 color. Also use rgb(239,221,184) instead hex code.

Text Font Color

.myTextColor { color: #EFDDB8; }

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

This text font color is #EFDDB8.


Background Color

.myBgColor { background-color: #EFDDB8; }

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

This div background color is #EFDDB8.


Border color

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

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

This div border color is #EFDDB8.


Opacity

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

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

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

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

This text has shadow with #EFDDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDB8 on black background.


Color preview on white background

This text has color #EFDDB8 on white background.



Black color preview on #EFDDB8 background

This text has black color on #EFDDB8 background.


White color preview on #EFDDB8 background

This text has white color on #EFDDB8 background.