COLOR #EDBCB6

HEX: #EDBCB6 RGB: (237,188,182)

Color info

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

RGB color model

#EDBCB6 color RGB value is (237,188,182).

RGB: (237,188,182) (93%, 74%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 188 of 255 = 74%
B 182 of 255 = 71%

237
188
182

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

Portions of RGB colors in percentages

R + G + B = 237 + 188 + 182 = 607 (100%)
R 237 of 607 ~ 39.04%
G 188 of 607 ~ 30.97%
B 182 of 607 ~ 29.98'%

%39.04
%30.97
%29.98

CMYK color model

#EDBCB6 color CMYK value is (0,21,23,7).

  • cyan value is 0.00%
  • magenta value is 20.68%
  • yellow value is 23.21%
  • key color value is 7.06%

CMYK: (0,21,23,7)
C0M21Y23K7 (0%, 21%, 23%, 7%)
(0.00 / 0.21 / 0.23 / 0.07)

CMYK percentages

%0
%20.68
%23.21
%7.06

Codes

Color #EDBCB6 in popluar color models

ED BC B6
RGB 237 188 182
HSL 60.44% 82.16%
HSB/HSV 23.21% 92.94%
CMYK 0.00% 20.68% 23.21%
7.06%

Color #EDBCB6 in popluar number systems.

HEX ED BC B6
Decimal 237 188 182
Binary 11101101 10111100 10110110
Octal 355 274 266

Shades and tints

Shades of #EDBCB6

#EDBCB6
(237,188,182)
#D8ABA6
(216,171,166)
#C39A96
(195,154,150)
#AE8986
(174,137,134)
#997876
(153,120,118)
#846766
(132,103,102)
#6F5656
(111,86,86)
#5A4546
(90,69,70)
#453436
(69,52,54)
#302326
(48,35,38)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #EDBCB6

#EDBCB6
(237,188,182)
#EEC2BC
(238,194,188)
#EFC8C2
(239,200,194)
#F0CEC8
(240,206,200)
#F1D4CE
(241,212,206)
#F2DAD4
(242,218,212)
#F3E0DA
(243,224,218)
#F4E6E0
(244,230,224)
#F5ECE6
(245,236,230)
#F6F2EC
(246,242,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBCB6 color. Also use rgb(237,188,182) instead hex code.

Text Font Color

.myTextColor { color: #EDBCB6; }

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

This text font color is #EDBCB6.

Background Color

.myBgColor { background-color: #EDBCB6; }

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

This div background color is #EDBCB6.

Border color

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

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

This div border color is #EDBCB6.

Opacity

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

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

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

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

This text has shadow with #EDBCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBCB6.

Preview

Color preview on black background

This text has color #EDBCB6 on black background.


Color preview on white background

This text has color #EDBCB6 on white background.


Black color preview on #EDBCB6 background

This text has black color on #EDBCB6 background.


White color preview on #EDBCB6 background

This text has white color on #EDBCB6 background.


Related colors

Complementary color

Complementary color for #hex is #124349.


I love getcolorcode.com

Triadic colors

1 #B6EDBC and #BCB6ED with #EDBCB6 are triadic colors.

2 #B6BCED and #BCEDB6 with #EDBCB6 are triadic colors.