COLOR #EDDEAC

HEX: #EDDEAC
RGB: (237,222,172)

Color info

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

RGB color model

#EDDEAC color RGB value is (237,222,172).

  • red value is 237;
  • green value is 222;
  • blue value is 172.
RGB:
(237,222,172)
(93%,87%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 172 of 255 = 67%

237
222
172

R + G + B ~ 82%. #EDDEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 172 = 631 (100%)
R 237 of 631 ~ 37.56%
G 222 of 631 ~ 35.18%
B 172 of 631 ~ 27.26%

%37.56
%35.18
%27.26

CMYK color model

#EDDEAC color CMYK value is (0,6,27,7).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 27.43%
  • key color value is 7.06%
CMYK:
(0,6,27,7)
C0M6Y27K7 
(0%,6%,27%,7%)
(0.00/0.06/0.27/0.07)	

CMYK percentages

%0
%6.33
%27.43
%7.06

Codes

Color #EDDEAC in popluar color models

EDDEAC
RGB237222172
HSL46°64.36%80.20%
HSB/HSV46°27.43%92.94%
CMYK0.00%6.33%27.43%
7.06%

Color #EDDEAC in popluar number systems.

HEXEDDEAC
Decimal237222172
Binary111011011101111010101100
Octal355336254

Shades and tints

Shades of #EDDEAC

#EDDEAC
(237,222,172)
#D8CA9D
(216,202,157)
#C3B68E
(195,182,142)
#AEA27F
(174,162,127)
#998E70
(153,142,112)
#847A61
(132,122,97)
#6F6652
(111,102,82)
#5A5243
(90,82,67)
#453E34
(69,62,52)
#302A25
(48,42,37)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #EDDEAC

#EDDEAC
(237,222,172)
#EEE1B3
(238,225,179)
#EFE4BA
(239,228,186)
#F0E7C1
(240,231,193)
#F1EAC8
(241,234,200)
#F2EDCF
(242,237,207)
#F3F0D6
(243,240,214)
#F4F3DD
(244,243,221)
#F5F6E4
(245,246,228)
#F6F9EB
(246,249,235)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDEAC color. Also use rgb(237,222,172) instead hex code.

Text Font Color

.myTextColor { color: #EDDEAC; }

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

This text font color is #EDDEAC.


Background Color

.myBgColor { background-color: #EDDEAC; }

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

This div background color is #EDDEAC.


Border color

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

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

This div border color is #EDDEAC.


Opacity

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

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

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

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

This text has shadow with #EDDEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDEAC on black background.


Color preview on white background

This text has color #EDDEAC on white background.



Black color preview on #EDDEAC background

This text has black color on #EDDEAC background.


White color preview on #EDDEAC background

This text has white color on #EDDEAC background.