COLOR #ED9BCD

HEX: #ED9BCD
RGB: (237,155,205)

Color info

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

RGB color model

#ED9BCD color RGB value is (237,155,205).

  • red value is 237;
  • green value is 155;
  • blue value is 205.
RGB:
(237,155,205)
(93%,61%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 155 of 255 = 61%
B 205 of 255 = 80%

237
155
205

R + G + B ~ 78%. #ED9BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 155 + 205 = 597 (100%)
R 237 of 597 ~ 39.7%
G 155 of 597 ~ 25.96%
B 205 of 597 ~ 34.34%

%39.7
%25.96
%34.34

CMYK color model

#ED9BCD color CMYK value is (0,35,14,7).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,35,14,7)
C0M35Y14K7 
(0%,35%,14%,7%)
(0.00/0.35/0.14/0.07)	

CMYK percentages

%0
%34.6
%13.5
%7.06

Codes

Color #ED9BCD in popluar color models

ED9BCD
RGB237155205
HSL323°69.49%76.86%
HSB/HSV323°34.60%92.94%
CMYK0.00%34.60%13.50%
7.06%

Color #ED9BCD in popluar number systems.

HEXED9BCD
Decimal237155205
Binary111011011001101111001101
Octal355233315

Shades and tints

Shades of #ED9BCD

#ED9BCD
(237,155,205)
#D88DBB
(216,141,187)
#C37FA9
(195,127,169)
#AE7197
(174,113,151)
#996385
(153,99,133)
#845573
(132,85,115)
#6F4761
(111,71,97)
#5A394F
(90,57,79)
#452B3D
(69,43,61)
#301D2B
(48,29,43)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #ED9BCD

#ED9BCD
(237,155,205)
#EEA4D1
(238,164,209)
#EFADD5
(239,173,213)
#F0B6D9
(240,182,217)
#F1BFDD
(241,191,221)
#F2C8E1
(242,200,225)
#F3D1E5
(243,209,229)
#F4DAE9
(244,218,233)
#F5E3ED
(245,227,237)
#F6ECF1
(246,236,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9BCD color. Also use rgb(237,155,205) instead hex code.

Text Font Color

.myTextColor { color: #ED9BCD; }

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

This text font color is #ED9BCD.


Background Color

.myBgColor { background-color: #ED9BCD; }

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

This div background color is #ED9BCD.


Border color

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

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

This div border color is #ED9BCD.


Opacity

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

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

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

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

This text has shadow with #ED9BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9BCD on black background.


Color preview on white background

This text has color #ED9BCD on white background.



Black color preview on #ED9BCD background

This text has black color on #ED9BCD background.


White color preview on #ED9BCD background

This text has white color on #ED9BCD background.