COLOR #ED9CB5

HEX: #ED9CB5
RGB: (237,156,181)

Color info

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

RGB color model

#ED9CB5 color RGB value is (237,156,181).

  • red value is 237;
  • green value is 156;
  • blue value is 181.
RGB:
(237,156,181)
(93%,61%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 156 of 255 = 61%
B 181 of 255 = 71%

237
156
181

R + G + B ~ 75%. #ED9CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 156 + 181 = 574 (100%)
R 237 of 574 ~ 41.29%
G 156 of 574 ~ 27.18%
B 181 of 574 ~ 31.53%

%41.29
%27.18
%31.53

CMYK color model

#ED9CB5 color CMYK value is (0,34,24,7).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK:
(0,34,24,7)
C0M34Y24K7 
(0%,34%,24%,7%)
(0.00/0.34/0.24/0.07)	

CMYK percentages

%0
%34.18
%23.63
%7.06

Codes

Color #ED9CB5 in popluar color models

ED9CB5
RGB237156181
HSL341°69.23%77.06%
HSB/HSV341°34.18%92.94%
CMYK0.00%34.18%23.63%
7.06%

Color #ED9CB5 in popluar number systems.

HEXED9CB5
Decimal237156181
Binary111011011001110010110101
Octal355234265

Shades and tints

Shades of #ED9CB5

#ED9CB5
(237,156,181)
#D88EA5
(216,142,165)
#C38095
(195,128,149)
#AE7285
(174,114,133)
#996475
(153,100,117)
#845665
(132,86,101)
#6F4855
(111,72,85)
#5A3A45
(90,58,69)
#452C35
(69,44,53)
#301E25
(48,30,37)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #ED9CB5

#ED9CB5
(237,156,181)
#EEA5BB
(238,165,187)
#EFAEC1
(239,174,193)
#F0B7C7
(240,183,199)
#F1C0CD
(241,192,205)
#F2C9D3
(242,201,211)
#F3D2D9
(243,210,217)
#F4DBDF
(244,219,223)
#F5E4E5
(245,228,229)
#F6EDEB
(246,237,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9CB5 color. Also use rgb(237,156,181) instead hex code.

Text Font Color

.myTextColor { color: #ED9CB5; }

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

This text font color is #ED9CB5.


Background Color

.myBgColor { background-color: #ED9CB5; }

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

This div background color is #ED9CB5.


Border color

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

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

This div border color is #ED9CB5.


Opacity

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

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

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

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

This text has shadow with #ED9CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9CB5 on black background.


Color preview on white background

This text has color #ED9CB5 on white background.



Black color preview on #ED9CB5 background

This text has black color on #ED9CB5 background.


White color preview on #ED9CB5 background

This text has white color on #ED9CB5 background.