COLOR #EDB9DB

HEX: #EDB9DB
RGB: (237,185,219)

Color info

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

RGB color model

#EDB9DB color RGB value is (237,185,219).

  • red value is 237;
  • green value is 185;
  • blue value is 219.
RGB:
(237,185,219)
(93%,73%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 219 of 255 = 86%

237
185
219

R + G + B ~ 84%. #EDB9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 219 = 641 (100%)
R 237 of 641 ~ 36.97%
G 185 of 641 ~ 28.86%
B 219 of 641 ~ 34.17%

%36.97
%28.86
%34.17

CMYK color model

#EDB9DB color CMYK value is (0,22,8,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(0,22,8,7)
C0M22Y8K7 
(0%,22%,8%,7%)
(0.00/0.22/0.08/0.07)	

CMYK percentages

%0
%21.94
%7.59
%7.06

Codes

Color #EDB9DB in popluar color models

EDB9DB
RGB237185219
HSL321°59.09%82.75%
HSB/HSV321°21.94%92.94%
CMYK0.00%21.94%7.59%
7.06%

Color #EDB9DB in popluar number systems.

HEXEDB9DB
Decimal237185219
Binary111011011011100111011011
Octal355271333

Shades and tints

Shades of #EDB9DB

#EDB9DB
(237,185,219)
#D8A9C8
(216,169,200)
#C399B5
(195,153,181)
#AE89A2
(174,137,162)
#99798F
(153,121,143)
#84697C
(132,105,124)
#6F5969
(111,89,105)
#5A4956
(90,73,86)
#453943
(69,57,67)
#302930
(48,41,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDB9DB

#EDB9DB
(237,185,219)
#EEBFDE
(238,191,222)
#EFC5E1
(239,197,225)
#F0CBE4
(240,203,228)
#F1D1E7
(241,209,231)
#F2D7EA
(242,215,234)
#F3DDED
(243,221,237)
#F4E3F0
(244,227,240)
#F5E9F3
(245,233,243)
#F6EFF6
(246,239,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB9DB color. Also use rgb(237,185,219) instead hex code.

Text Font Color

.myTextColor { color: #EDB9DB; }

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

This text font color is #EDB9DB.


Background Color

.myBgColor { background-color: #EDB9DB; }

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

This div background color is #EDB9DB.


Border color

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

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

This div border color is #EDB9DB.


Opacity

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

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

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

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

This text has shadow with #EDB9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9DB on black background.


Color preview on white background

This text has color #EDB9DB on white background.



Black color preview on #EDB9DB background

This text has black color on #EDB9DB background.


White color preview on #EDB9DB background

This text has white color on #EDB9DB background.