COLOR #EDBDBA

HEX: #EDBDBA RGB: (237,189,186)

Color info

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

RGB color model

#EDBDBA color RGB value is (237,189,186).

RGB: (237,189,186) (93%, 74%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 189 of 255 = 74%
B 186 of 255 = 73%

237
189
186

R + G + B ~ 80%. #EDBDBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 189 + 186 = 612 (100%)
R 237 of 612 ~ 38.73%
G 189 of 612 ~ 30.88%
B 186 of 612 ~ 30.39'%

%38.73
%30.88
%30.39

CMYK color model

#EDBDBA color CMYK value is (0,20,22,7).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 21.52%
  • key color value is 7.06%

CMYK: (0,20,22,7)
C0M20Y22K7 (0%, 20%, 22%, 7%)
(0.00 / 0.20 / 0.22 / 0.07)

CMYK percentages

%0
%20.25
%21.52
%7.06

Codes

Color #EDBDBA in popluar color models

ED BD BA
RGB 237 189 186
HSL 58.62% 82.94%
HSB/HSV 21.52% 92.94%
CMYK 0.00% 20.25% 21.52%
7.06%

Color #EDBDBA in popluar number systems.

HEX ED BD BA
Decimal 237 189 186
Binary 11101101 10111101 10111010
Octal 355 275 272

Shades and tints

Shades of #EDBDBA

#EDBDBA
(237,189,186)
#D8ACAA
(216,172,170)
#C39B9A
(195,155,154)
#AE8A8A
(174,138,138)
#99797A
(153,121,122)
#84686A
(132,104,106)
#6F575A
(111,87,90)
#5A464A
(90,70,74)
#45353A
(69,53,58)
#30242A
(48,36,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #EDBDBA

#EDBDBA
(237,189,186)
#EEC3C0
(238,195,192)
#EFC9C6
(239,201,198)
#F0CFCC
(240,207,204)
#F1D5D2
(241,213,210)
#F2DBD8
(242,219,216)
#F3E1DE
(243,225,222)
#F4E7E4
(244,231,228)
#F5EDEA
(245,237,234)
#F6F3F0
(246,243,240)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBDBA; }

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

This text font color is #EDBDBA.

Background Color

.myBgColor { background-color: #EDBDBA; }

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

This div background color is #EDBDBA.

Border color

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

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

This div border color is #EDBDBA.

Opacity

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

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

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

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

This text has shadow with #EDBDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBDBA.

Preview

Color preview on black background

This text has color #EDBDBA on black background.


Color preview on white background

This text has color #EDBDBA on white background.


Black color preview on #EDBDBA background

This text has black color on #EDBDBA background.


White color preview on #EDBDBA background

This text has white color on #EDBDBA background.


Related colors

Complementary color

Complementary color for #hex is #124245.


I love getcolorcode.com

Triadic colors

1 #BAEDBD and #BDBAED with #EDBDBA are triadic colors.

2 #BABDED and #BDEDBA with #EDBDBA are triadic colors.