COLOR #EDB6DB

HEX: #EDB6DB
RGB: (237,182,219)

Color info

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

RGB color model

#EDB6DB color RGB value is (237,182,219).

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

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 219 of 255 = 86%

237
182
219

R + G + B ~ 83%. #EDB6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 219 = 638 (100%)
R 237 of 638 ~ 37.15%
G 182 of 638 ~ 28.53%
B 219 of 638 ~ 34.33%

%37.15
%28.53
%34.33

CMYK color model

#EDB6DB color CMYK value is (0,23,8,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(0,23,8,7)
C0M23Y8K7 
(0%,23%,8%,7%)
(0.00/0.23/0.08/0.07)	

CMYK percentages

%0
%23.21
%7.59
%7.06

Codes

Color #EDB6DB in popluar color models

EDB6DB
RGB237182219
HSL320°60.44%82.16%
HSB/HSV320°23.21%92.94%
CMYK0.00%23.21%7.59%
7.06%

Color #EDB6DB in popluar number systems.

HEXEDB6DB
Decimal237182219
Binary111011011011011011011011
Octal355266333

Shades and tints

Shades of #EDB6DB

#EDB6DB
(237,182,219)
#D8A6C8
(216,166,200)
#C396B5
(195,150,181)
#AE86A2
(174,134,162)
#99768F
(153,118,143)
#84667C
(132,102,124)
#6F5669
(111,86,105)
#5A4656
(90,70,86)
#453643
(69,54,67)
#302630
(48,38,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #EDB6DB

#EDB6DB
(237,182,219)
#EEBCDE
(238,188,222)
#EFC2E1
(239,194,225)
#F0C8E4
(240,200,228)
#F1CEE7
(241,206,231)
#F2D4EA
(242,212,234)
#F3DAED
(243,218,237)
#F4E0F0
(244,224,240)
#F5E6F3
(245,230,243)
#F6ECF6
(246,236,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6DB; }

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

This text font color is #EDB6DB.


Background Color

.myBgColor { background-color: #EDB6DB; }

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

This div background color is #EDB6DB.


Border color

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

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

This div border color is #EDB6DB.


Opacity

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

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

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

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

This text has shadow with #EDB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6DB on black background.


Color preview on white background

This text has color #EDB6DB on white background.



Black color preview on #EDB6DB background

This text has black color on #EDB6DB background.


White color preview on #EDB6DB background

This text has white color on #EDB6DB background.