COLOR #EDB8A1

HEX: #EDB8A1 RGB: (237,184,161)

Color info

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

RGB color model

#EDB8A1 color RGB value is (237,184,161).

RGB: (237,184,161) (93%, 72%, 63%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 161 of 255 = 63%

237
184
161

R + G + B ~ 76%. #EDB8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 184 + 161 = 582 (100%)
R 237 of 582 ~ 40.72%
G 184 of 582 ~ 31.62%
B 161 of 582 ~ 27.66'%

%40.72
%31.62
%27.66

CMYK color model

#EDB8A1 color CMYK value is (0,22,32,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 32.07%
  • key color value is 7.06%

CMYK: (0,22,32,7)
C0M22Y32K7 (0%, 22%, 32%, 7%)
(0.00 / 0.22 / 0.32 / 0.07)

CMYK percentages

%0
%22.36
%32.07
%7.06

Codes

Color #EDB8A1 in popluar color models

ED B8 A1
RGB 237 184 161
HSL 18° 67.86% 78.04%
HSB/HSV 18° 32.07% 92.94%
CMYK 0.00% 22.36% 32.07%
7.06%

Color #EDB8A1 in popluar number systems.

HEX ED B8 A1
Decimal 237 184 161
Binary 11101101 10111000 10100001
Octal 355 270 241

Shades and tints

Shades of #EDB8A1

#EDB8A1
(237,184,161)
#D8A893
(216,168,147)
#C39885
(195,152,133)
#AE8877
(174,136,119)
#997869
(153,120,105)
#84685B
(132,104,91)
#6F584D
(111,88,77)
#5A483F
(90,72,63)
#453831
(69,56,49)
#302823
(48,40,35)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDB8A1

#EDB8A1
(237,184,161)
#EEBEA9
(238,190,169)
#EFC4B1
(239,196,177)
#F0CAB9
(240,202,185)
#F1D0C1
(241,208,193)
#F2D6C9
(242,214,201)
#F3DCD1
(243,220,209)
#F4E2D9
(244,226,217)
#F5E8E1
(245,232,225)
#F6EEE9
(246,238,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB8A1 color. Also use rgb(237,184,161) instead hex code.

Text Font Color

.myTextColor { color: #EDB8A1; }

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

This text font color is #EDB8A1.

Background Color

.myBgColor { background-color: #EDB8A1; }

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

This div background color is #EDB8A1.

Border color

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

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

This div border color is #EDB8A1.

Opacity

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

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

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

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

This text has shadow with #EDB8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB8A1.

Preview

Color preview on black background

This text has color #EDB8A1 on black background.


Color preview on white background

This text has color #EDB8A1 on white background.


Black color preview on #EDB8A1 background

This text has black color on #EDB8A1 background.


White color preview on #EDB8A1 background

This text has white color on #EDB8A1 background.


Related colors

Complementary color

Complementary color for #hex is #12475E.


I love getcolorcode.com

Triadic colors

1 #A1EDB8 and #B8A1ED with #EDB8A1 are triadic colors.

2 #A1B8ED and #B8EDA1 with #EDB8A1 are triadic colors.