COLOR #EDC1BE

HEX: #EDC1BE RGB: (237,193,190)

Color info

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

RGB color model

#EDC1BE color RGB value is (237,193,190).

RGB: (237,193,190) (93%, 76%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 190 of 255 = 75%

237
193
190

R + G + B ~ 81%. #EDC1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 193 + 190 = 620 (100%)
R 237 of 620 ~ 38.23%
G 193 of 620 ~ 31.13%
B 190 of 620 ~ 30.65'%

%38.23
%31.13
%30.65

CMYK color model

#EDC1BE color CMYK value is (0,19,20,7).

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

CMYK: (0,19,20,7)
C0M19Y20K7 (0%, 19%, 20%, 7%)
(0.00 / 0.19 / 0.20 / 0.07)

CMYK percentages

%0
%18.57
%19.83
%7.06

Codes

Color #EDC1BE in popluar color models

ED C1 BE
RGB 237 193 190
HSL 56.63% 83.73%
HSB/HSV 19.83% 92.94%
CMYK 0.00% 18.57% 19.83%
7.06%

Color #EDC1BE in popluar number systems.

HEX ED C1 BE
Decimal 237 193 190
Binary 11101101 11000001 10111110
Octal 355 301 276

Shades and tints

Shades of #EDC1BE

#EDC1BE
(237,193,190)
#D8B0AD
(216,176,173)
#C39F9C
(195,159,156)
#AE8E8B
(174,142,139)
#997D7A
(153,125,122)
#846C69
(132,108,105)
#6F5B58
(111,91,88)
#5A4A47
(90,74,71)
#453936
(69,57,54)
#302825
(48,40,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDC1BE

#EDC1BE
(237,193,190)
#EEC6C3
(238,198,195)
#EFCBC8
(239,203,200)
#F0D0CD
(240,208,205)
#F1D5D2
(241,213,210)
#F2DAD7
(242,218,215)
#F3DFDC
(243,223,220)
#F4E4E1
(244,228,225)
#F5E9E6
(245,233,230)
#F6EEEB
(246,238,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC1BE; }

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

This text font color is #EDC1BE.

Background Color

.myBgColor { background-color: #EDC1BE; }

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

This div background color is #EDC1BE.

Border color

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

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

This div border color is #EDC1BE.

Opacity

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

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

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

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

This text has shadow with #EDC1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC1BE.

Preview

Color preview on black background

This text has color #EDC1BE on black background.


Color preview on white background

This text has color #EDC1BE on white background.


Black color preview on #EDC1BE background

This text has black color on #EDC1BE background.


White color preview on #EDC1BE background

This text has white color on #EDC1BE background.


Related colors

Complementary color

Complementary color for #hex is #123E41.


I love getcolorcode.com

Triadic colors

1 #BEEDC1 and #C1BEED with #EDC1BE are triadic colors.

2 #BEC1ED and #C1EDBE with #EDC1BE are triadic colors.