COLOR #EDB6DA

HEX: #EDB6DA
RGB: (237,182,218)

Color info

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

RGB color model

#EDB6DA color RGB value is (237,182,218).

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

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 218 of 255 = 85%

237
182
218

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

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 218 = 637 (100%)
R 237 of 637 ~ 37.21%
G 182 of 637 ~ 28.57%
B 218 of 637 ~ 34.22%

%37.21
%28.57
%34.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 8.02%
  • 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
%8.02
%7.06

Codes

Color #EDB6DA in popluar color models

EDB6DA
RGB237182218
HSL321°60.44%82.16%
HSB/HSV321°23.21%92.94%
CMYK0.00%23.21%8.02%
7.06%

Color #EDB6DA in popluar number systems.

HEXEDB6DA
Decimal237182218
Binary111011011011011011011010
Octal355266332

Shades and tints

Shades of #EDB6DA

#EDB6DA
(237,182,218)
#D8A6C7
(216,166,199)
#C396B4
(195,150,180)
#AE86A1
(174,134,161)
#99768E
(153,118,142)
#84667B
(132,102,123)
#6F5668
(111,86,104)
#5A4655
(90,70,85)
#453642
(69,54,66)
#30262F
(48,38,47)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDB6DA

#EDB6DA
(237,182,218)
#EEBCDD
(238,188,221)
#EFC2E0
(239,194,224)
#F0C8E3
(240,200,227)
#F1CEE6
(241,206,230)
#F2D4E9
(242,212,233)
#F3DAEC
(243,218,236)
#F4E0EF
(244,224,239)
#F5E6F2
(245,230,242)
#F6ECF5
(246,236,245)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6DA; }

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

This text font color is #EDB6DA.


Background Color

.myBgColor { background-color: #EDB6DA; }

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

This div background color is #EDB6DA.


Border color

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

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

This div border color is #EDB6DA.


Opacity

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

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

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

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

This text has shadow with #EDB6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6DA on black background.


Color preview on white background

This text has color #EDB6DA on white background.



Black color preview on #EDB6DA background

This text has black color on #EDB6DA background.


White color preview on #EDB6DA background

This text has white color on #EDB6DA background.