COLOR #EFDDAC

HEX: #EFDDAC
RGB: (239,221,172)

Color info

#EFDDAC contains mainly red and green colors. Web safe color of #EFDDAC is #FFCC99 (or #FC9).

RGB color model

#EFDDAC color RGB value is (239,221,172).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 172 of 255 = 67%

239
221
172

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 172 = 632 (100%)
R 239 of 632 ~ 37.82%
G 221 of 632 ~ 34.97%
B 172 of 632 ~ 27.22%

%37.82
%34.97
%27.22

CMYK color model

#EFDDAC color CMYK value is (0,8,28,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 28.03%
  • key color value is 6.27%
CMYK:
(0,8,28,6)
C0M8Y28K6 
(0%,8%,28%,6%)
(0.00/0.08/0.28/0.06)	

CMYK percentages

%0
%7.53
%28.03
%6.27

Codes

Color #EFDDAC in popluar color models

EFDDAC
RGB239221172
HSL44°67.68%80.59%
HSB/HSV44°28.03%93.73%
CMYK0.00%7.53%28.03%
6.27%

Color #EFDDAC in popluar number systems.

HEXEFDDAC
Decimal239221172
Binary111011111101110110101100
Octal357335254

Shades and tints

Shades of #EFDDAC

#EFDDAC
(239,221,172)
#DAC99D
(218,201,157)
#C5B58E
(197,181,142)
#B0A17F
(176,161,127)
#9B8D70
(155,141,112)
#867961
(134,121,97)
#716552
(113,101,82)
#5C5143
(92,81,67)
#473D34
(71,61,52)
#322925
(50,41,37)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFDDAC

#EFDDAC
(239,221,172)
#F0E0B3
(240,224,179)
#F1E3BA
(241,227,186)
#F2E6C1
(242,230,193)
#F3E9C8
(243,233,200)
#F4ECCF
(244,236,207)
#F5EFD6
(245,239,214)
#F6F2DD
(246,242,221)
#F7F5E4
(247,245,228)
#F8F8EB
(248,248,235)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDAC; }

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

This text font color is #EFDDAC.


Background Color

.myBgColor { background-color: #EFDDAC; }

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

This div background color is #EFDDAC.


Border color

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

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

This div border color is #EFDDAC.


Opacity

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

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

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

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

This text has shadow with #EFDDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDAC on black background.


Color preview on white background

This text has color #EFDDAC on white background.



Black color preview on #EFDDAC background

This text has black color on #EFDDAC background.


White color preview on #EFDDAC background

This text has white color on #EFDDAC background.