COLOR #EDB0C1

HEX: #EDB0C1 RGB: (237,176,193)

Color info

#EDB0C1 contains mainly red and blue colors. Web safe color of #EDB0C1 is #FF99CC (or #F9C).

RGB color model

#EDB0C1 color RGB value is (237,176,193).

RGB: (237,176,193) (93%, 69%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 176 of 255 = 69%
B 193 of 255 = 76%

237
176
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 176 + 193 = 606 (100%)
R 237 of 606 ~ 39.11%
G 176 of 606 ~ 29.04%
B 193 of 606 ~ 31.85'%

%39.11
%29.04
%31.85

CMYK color model

#EDB0C1 color CMYK value is (0,26,19,7).

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

CMYK: (0,26,19,7)
C0M26Y19K7 (0%, 26%, 19%, 7%)
(0.00 / 0.26 / 0.19 / 0.07)

CMYK percentages

%0
%25.74
%18.57
%7.06

Codes

Color #EDB0C1 in popluar color models

ED B0 C1
RGB 237 176 193
HSL 343° 62.89% 80.98%
HSB/HSV 343° 25.74% 92.94%
CMYK 0.00% 25.74% 18.57%
7.06%

Color #EDB0C1 in popluar number systems.

HEX ED B0 C1
Decimal 237 176 193
Binary 11101101 10110000 11000001
Octal 355 260 301

Shades and tints

Shades of #EDB0C1

#EDB0C1
(237,176,193)
#D8A0B0
(216,160,176)
#C3909F
(195,144,159)
#AE808E
(174,128,142)
#99707D
(153,112,125)
#84606C
(132,96,108)
#6F505B
(111,80,91)
#5A404A
(90,64,74)
#453039
(69,48,57)
#302028
(48,32,40)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #EDB0C1

#EDB0C1
(237,176,193)
#EEB7C6
(238,183,198)
#EFBECB
(239,190,203)
#F0C5D0
(240,197,208)
#F1CCD5
(241,204,213)
#F2D3DA
(242,211,218)
#F3DADF
(243,218,223)
#F4E1E4
(244,225,228)
#F5E8E9
(245,232,233)
#F6EFEE
(246,239,238)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB0C1; }

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

This text font color is #EDB0C1.

Background Color

.myBgColor { background-color: #EDB0C1; }

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

This div background color is #EDB0C1.

Border color

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

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

This div border color is #EDB0C1.

Opacity

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

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

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

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

This text has shadow with #EDB0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB0C1.

Preview

Color preview on black background

This text has color #EDB0C1 on black background.


Color preview on white background

This text has color #EDB0C1 on white background.


Black color preview on #EDB0C1 background

This text has black color on #EDB0C1 background.


White color preview on #EDB0C1 background

This text has white color on #EDB0C1 background.


Related colors

Complementary color

Complementary color for #hex is #124F3E.


I love getcolorcode.com

Triadic colors

1 #C1EDB0 and #B0C1ED with #EDB0C1 are triadic colors.

2 #C1B0ED and #B0EDC1 with #EDB0C1 are triadic colors.