COLOR #EDB4C5

HEX: #EDB4C5 RGB: (237,180,197)

Color info

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

RGB color model

#EDB4C5 color RGB value is (237,180,197).

RGB: (237,180,197) (93%, 71%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 180 of 255 = 71%
B 197 of 255 = 77%

237
180
197

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

Portions of RGB colors in percentages

R + G + B = 237 + 180 + 197 = 614 (100%)
R 237 of 614 ~ 38.6%
G 180 of 614 ~ 29.32%
B 197 of 614 ~ 32.08'%

%38.6
%29.32
%32.08

CMYK color model

#EDB4C5 color CMYK value is (0,24,17,7).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 16.88%
  • key color value is 7.06%

CMYK: (0,24,17,7)
C0M24Y17K7 (0%, 24%, 17%, 7%)
(0.00 / 0.24 / 0.17 / 0.07)

CMYK percentages

%0
%24.05
%16.88
%7.06

Codes

Color #EDB4C5 in popluar color models

ED B4 C5
RGB 237 180 197
HSL 342° 61.29% 81.76%
HSB/HSV 342° 24.05% 92.94%
CMYK 0.00% 24.05% 16.88%
7.06%

Color #EDB4C5 in popluar number systems.

HEX ED B4 C5
Decimal 237 180 197
Binary 11101101 10110100 11000101
Octal 355 264 305

Shades and tints

Shades of #EDB4C5

#EDB4C5
(237,180,197)
#D8A4B4
(216,164,180)
#C394A3
(195,148,163)
#AE8492
(174,132,146)
#997481
(153,116,129)
#846470
(132,100,112)
#6F545F
(111,84,95)
#5A444E
(90,68,78)
#45343D
(69,52,61)
#30242C
(48,36,44)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #EDB4C5

#EDB4C5
(237,180,197)
#EEBACA
(238,186,202)
#EFC0CF
(239,192,207)
#F0C6D4
(240,198,212)
#F1CCD9
(241,204,217)
#F2D2DE
(242,210,222)
#F3D8E3
(243,216,227)
#F4DEE8
(244,222,232)
#F5E4ED
(245,228,237)
#F6EAF2
(246,234,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB4C5 color. Also use rgb(237,180,197) instead hex code.

Text Font Color

.myTextColor { color: #EDB4C5; }

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

This text font color is #EDB4C5.

Background Color

.myBgColor { background-color: #EDB4C5; }

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

This div background color is #EDB4C5.

Border color

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

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

This div border color is #EDB4C5.

Opacity

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

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

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

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

This text has shadow with #EDB4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB4C5.

Preview

Color preview on black background

This text has color #EDB4C5 on black background.


Color preview on white background

This text has color #EDB4C5 on white background.


Black color preview on #EDB4C5 background

This text has black color on #EDB4C5 background.


White color preview on #EDB4C5 background

This text has white color on #EDB4C5 background.


Related colors

Complementary color

Complementary color for #hex is #124B3A.


I love getcolorcode.com

Triadic colors

1 #C5EDB4 and #B4C5ED with #EDB4C5 are triadic colors.

2 #C5B4ED and #B4EDC5 with #EDB4C5 are triadic colors.