COLOR #EC8DB9

HEX: #EC8DB9
RGB: (236,141,185)

Color info

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

RGB color model

#EC8DB9 color RGB value is (236,141,185).

  • red value is 236;
  • green value is 141;
  • blue value is 185.
RGB:
(236,141,185)
(93%,55%,73%)

RGB channels and saturation

R 236 of 255 = 93%
G 141 of 255 = 55%
B 185 of 255 = 73%

236
141
185

R + G + B ~ 74%. #EC8DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 141 + 185 = 562 (100%)
R 236 of 562 ~ 41.99%
G 141 of 562 ~ 25.09%
B 185 of 562 ~ 32.92%

%41.99
%25.09
%32.92

CMYK color model

#EC8DB9 color CMYK value is (0,40,22,7).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 21.61%
  • key color value is 7.45%
CMYK:
(0,40,22,7)
C0M40Y22K7 
(0%,40%,22%,7%)
(0.00/0.40/0.22/0.07)	

CMYK percentages

%0
%40.25
%21.61
%7.45

Codes

Color #EC8DB9 in popluar color models

EC8DB9
RGB236141185
HSL332°71.43%73.92%
HSB/HSV332°40.25%92.55%
CMYK0.00%40.25%21.61%
7.45%

Color #EC8DB9 in popluar number systems.

HEXEC8DB9
Decimal236141185
Binary111011001000110110111001
Octal354215271

Shades and tints

Shades of #EC8DB9

#EC8DB9
(236,141,185)
#D781A9
(215,129,169)
#C27599
(194,117,153)
#AD6989
(173,105,137)
#985D79
(152,93,121)
#835169
(131,81,105)
#6E4559
(110,69,89)
#593949
(89,57,73)
#442D39
(68,45,57)
#2F2129
(47,33,41)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #EC8DB9

#EC8DB9
(236,141,185)
#ED97BF
(237,151,191)
#EEA1C5
(238,161,197)
#EFABCB
(239,171,203)
#F0B5D1
(240,181,209)
#F1BFD7
(241,191,215)
#F2C9DD
(242,201,221)
#F3D3E3
(243,211,227)
#F4DDE9
(244,221,233)
#F5E7EF
(245,231,239)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8DB9 color. Also use rgb(236,141,185) instead hex code.

Text Font Color

.myTextColor { color: #EC8DB9; }

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

This text font color is #EC8DB9.


Background Color

.myBgColor { background-color: #EC8DB9; }

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

This div background color is #EC8DB9.


Border color

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

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

This div border color is #EC8DB9.


Opacity

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

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

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

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

This text has shadow with #EC8DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8DB9 on black background.


Color preview on white background

This text has color #EC8DB9 on white background.



Black color preview on #EC8DB9 background

This text has black color on #EC8DB9 background.


White color preview on #EC8DB9 background

This text has white color on #EC8DB9 background.