COLOR #EDDBA6

HEX: #EDDBA6
RGB: (237,219,166)

Color info

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

RGB color model

#EDDBA6 color RGB value is (237,219,166).

  • red value is 237;
  • green value is 219;
  • blue value is 166.
RGB:
(237,219,166)
(93%,86%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 166 of 255 = 65%

237
219
166

R + G + B ~ 81%. #EDDBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 166 = 622 (100%)
R 237 of 622 ~ 38.1%
G 219 of 622 ~ 35.21%
B 166 of 622 ~ 26.69%

%38.1
%35.21
%26.69

CMYK color model

#EDDBA6 color CMYK value is (0,8,30,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 29.96%
  • key color value is 7.06%
CMYK:
(0,8,30,7)
C0M8Y30K7 
(0%,8%,30%,7%)
(0.00/0.08/0.30/0.07)	

CMYK percentages

%0
%7.59
%29.96
%7.06

Codes

Color #EDDBA6 in popluar color models

EDDBA6
RGB237219166
HSL45°66.36%79.02%
HSB/HSV45°29.96%92.94%
CMYK0.00%7.59%29.96%
7.06%

Color #EDDBA6 in popluar number systems.

HEXEDDBA6
Decimal237219166
Binary111011011101101110100110
Octal355333246

Shades and tints

Shades of #EDDBA6

#EDDBA6
(237,219,166)
#D8C897
(216,200,151)
#C3B588
(195,181,136)
#AEA279
(174,162,121)
#998F6A
(153,143,106)
#847C5B
(132,124,91)
#6F694C
(111,105,76)
#5A563D
(90,86,61)
#45432E
(69,67,46)
#30301F
(48,48,31)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #EDDBA6

#EDDBA6
(237,219,166)
#EEDEAE
(238,222,174)
#EFE1B6
(239,225,182)
#F0E4BE
(240,228,190)
#F1E7C6
(241,231,198)
#F2EACE
(242,234,206)
#F3EDD6
(243,237,214)
#F4F0DE
(244,240,222)
#F5F3E6
(245,243,230)
#F6F6EE
(246,246,238)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDBA6 color. Also use rgb(237,219,166) instead hex code.

Text Font Color

.myTextColor { color: #EDDBA6; }

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

This text font color is #EDDBA6.


Background Color

.myBgColor { background-color: #EDDBA6; }

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

This div background color is #EDDBA6.


Border color

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

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

This div border color is #EDDBA6.


Opacity

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

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

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

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

This text has shadow with #EDDBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBA6 on black background.


Color preview on white background

This text has color #EDDBA6 on white background.



Black color preview on #EDDBA6 background

This text has black color on #EDDBA6 background.


White color preview on #EDDBA6 background

This text has white color on #EDDBA6 background.