COLOR #EDBAA5

HEX: #EDBAA5
RGB: (237,186,165)

Color info

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

RGB color model

#EDBAA5 color RGB value is (237,186,165).

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

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 165 of 255 = 65%

237
186
165

R + G + B ~ 77%. #EDBAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 186 + 165 = 588 (100%)
R 237 of 588 ~ 40.31%
G 186 of 588 ~ 31.63%
B 165 of 588 ~ 28.06%

%40.31
%31.63
%28.06

CMYK color model

#EDBAA5 color CMYK value is (0,22,30,7).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 30.38%
  • key color value is 7.06%
CMYK:
(0,22,30,7)
C0M22Y30K7 
(0%,22%,30%,7%)
(0.00/0.22/0.30/0.07)	

CMYK percentages

%0
%21.52
%30.38
%7.06

Codes

Color #EDBAA5 in popluar color models

EDBAA5
RGB237186165
HSL18°66.67%78.82%
HSB/HSV18°30.38%92.94%
CMYK0.00%21.52%30.38%
7.06%

Color #EDBAA5 in popluar number systems.

HEXEDBAA5
Decimal237186165
Binary111011011011101010100101
Octal355272245

Shades and tints

Shades of #EDBAA5

#EDBAA5
(237,186,165)
#D8AA96
(216,170,150)
#C39A87
(195,154,135)
#AE8A78
(174,138,120)
#997A69
(153,122,105)
#846A5A
(132,106,90)
#6F5A4B
(111,90,75)
#5A4A3C
(90,74,60)
#453A2D
(69,58,45)
#302A1E
(48,42,30)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #EDBAA5

#EDBAA5
(237,186,165)
#EEC0AD
(238,192,173)
#EFC6B5
(239,198,181)
#F0CCBD
(240,204,189)
#F1D2C5
(241,210,197)
#F2D8CD
(242,216,205)
#F3DED5
(243,222,213)
#F4E4DD
(244,228,221)
#F5EAE5
(245,234,229)
#F6F0ED
(246,240,237)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBAA5; }

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

This text font color is #EDBAA5.


Background Color

.myBgColor { background-color: #EDBAA5; }

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

This div background color is #EDBAA5.


Border color

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

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

This div border color is #EDBAA5.


Opacity

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

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

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

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

This text has shadow with #EDBAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAA5 on black background.


Color preview on white background

This text has color #EDBAA5 on white background.



Black color preview on #EDBAA5 background

This text has black color on #EDBAA5 background.


White color preview on #EDBAA5 background

This text has white color on #EDBAA5 background.