COLOR #EDD6BA

HEX: #EDD6BA
RGB: (237,214,186)

Color info

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

RGB color model

#EDD6BA color RGB value is (237,214,186).

  • red value is 237;
  • green value is 214;
  • blue value is 186.
RGB:
(237,214,186)
(93%,84%,73%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 186 of 255 = 73%

237
214
186

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

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 186 = 637 (100%)
R 237 of 637 ~ 37.21%
G 214 of 637 ~ 33.59%
B 186 of 637 ~ 29.2%

%37.21
%33.59
%29.2

CMYK color model

#EDD6BA color CMYK value is (0,10,22,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 21.52%
  • key color value is 7.06%
CMYK:
(0,10,22,7)
C0M10Y22K7 
(0%,10%,22%,7%)
(0.00/0.10/0.22/0.07)	

CMYK percentages

%0
%9.7
%21.52
%7.06

Codes

Color #EDD6BA in popluar color models

EDD6BA
RGB237214186
HSL33°58.62%82.94%
HSB/HSV33°21.52%92.94%
CMYK0.00%9.70%21.52%
7.06%

Color #EDD6BA in popluar number systems.

HEXEDD6BA
Decimal237214186
Binary111011011101011010111010
Octal355326272

Shades and tints

Shades of #EDD6BA

#EDD6BA
(237,214,186)
#D8C3AA
(216,195,170)
#C3B09A
(195,176,154)
#AE9D8A
(174,157,138)
#998A7A
(153,138,122)
#84776A
(132,119,106)
#6F645A
(111,100,90)
#5A514A
(90,81,74)
#453E3A
(69,62,58)
#302B2A
(48,43,42)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDD6BA

#EDD6BA
(237,214,186)
#EED9C0
(238,217,192)
#EFDCC6
(239,220,198)
#F0DFCC
(240,223,204)
#F1E2D2
(241,226,210)
#F2E5D8
(242,229,216)
#F3E8DE
(243,232,222)
#F4EBE4
(244,235,228)
#F5EEEA
(245,238,234)
#F6F1F0
(246,241,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6BA color. Also use rgb(237,214,186) instead hex code.

Text Font Color

.myTextColor { color: #EDD6BA; }

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

This text font color is #EDD6BA.


Background Color

.myBgColor { background-color: #EDD6BA; }

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

This div background color is #EDD6BA.


Border color

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

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

This div border color is #EDD6BA.


Opacity

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

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

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

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

This text has shadow with #EDD6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6BA on black background.


Color preview on white background

This text has color #EDD6BA on white background.



Black color preview on #EDD6BA background

This text has black color on #EDD6BA background.


White color preview on #EDD6BA background

This text has white color on #EDD6BA background.