COLOR #EDBEAD

HEX: #EDBEAD RGB: (237,190,173)

Color info

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

RGB color model

#EDBEAD color RGB value is (237,190,173).

RGB: (237,190,173) (93%, 75%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 173 of 255 = 68%

237
190
173

R + G + B ~ 79%. #EDBEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 190 + 173 = 600 (100%)
R 237 of 600 ~ 39.5%
G 190 of 600 ~ 31.67%
B 173 of 600 ~ 28.83'%

%39.5
%31.67
%28.83

CMYK color model

#EDBEAD color CMYK value is (0,20,27,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 27.00%
  • key color value is 7.06%

CMYK: (0,20,27,7)
C0M20Y27K7 (0%, 20%, 27%, 7%)
(0.00 / 0.20 / 0.27 / 0.07)

CMYK percentages

%0
%19.83
%27
%7.06

Codes

Color #EDBEAD in popluar color models

ED BE AD
RGB 237 190 173
HSL 16° 64.00% 80.39%
HSB/HSV 16° 27.00% 92.94%
CMYK 0.00% 19.83% 27.00%
7.06%

Color #EDBEAD in popluar number systems.

HEX ED BE AD
Decimal 237 190 173
Binary 11101101 10111110 10101101
Octal 355 276 255

Shades and tints

Shades of #EDBEAD

#EDBEAD
(237,190,173)
#D8AD9E
(216,173,158)
#C39C8F
(195,156,143)
#AE8B80
(174,139,128)
#997A71
(153,122,113)
#846962
(132,105,98)
#6F5853
(111,88,83)
#5A4744
(90,71,68)
#453635
(69,54,53)
#302526
(48,37,38)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #EDBEAD

#EDBEAD
(237,190,173)
#EEC3B4
(238,195,180)
#EFC8BB
(239,200,187)
#F0CDC2
(240,205,194)
#F1D2C9
(241,210,201)
#F2D7D0
(242,215,208)
#F3DCD7
(243,220,215)
#F4E1DE
(244,225,222)
#F5E6E5
(245,230,229)
#F6EBEC
(246,235,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBEAD color. Also use rgb(237,190,173) instead hex code.

Text Font Color

.myTextColor { color: #EDBEAD; }

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

This text font color is #EDBEAD.

Background Color

.myBgColor { background-color: #EDBEAD; }

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

This div background color is #EDBEAD.

Border color

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

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

This div border color is #EDBEAD.

Opacity

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

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

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

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

This text has shadow with #EDBEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBEAD.

Preview

Color preview on black background

This text has color #EDBEAD on black background.


Color preview on white background

This text has color #EDBEAD on white background.


Black color preview on #EDBEAD background

This text has black color on #EDBEAD background.


White color preview on #EDBEAD background

This text has white color on #EDBEAD background.


Related colors

Complementary color

Complementary color for #hex is #124152.


I love getcolorcode.com

Triadic colors

1 #ADEDBE and #BEADED with #EDBEAD are triadic colors.

2 #ADBEED and #BEEDAD with #EDBEAD are triadic colors.