COLOR #EDB7E6

HEX: #EDB7E6
RGB: (237,183,230)

Color info

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

RGB color model

#EDB7E6 color RGB value is (237,183,230).

  • red value is 237;
  • green value is 183;
  • blue value is 230.
RGB:
(237,183,230)
(93%,72%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 230 of 255 = 90%

237
183
230

R + G + B ~ 85%. #EDB7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 183 + 230 = 650 (100%)
R 237 of 650 ~ 36.46%
G 183 of 650 ~ 28.15%
B 230 of 650 ~ 35.38%

%36.46
%28.15
%35.38

CMYK color model

#EDB7E6 color CMYK value is (0,23,3,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,23,3,7)
C0M23Y3K7 
(0%,23%,3%,7%)
(0.00/0.23/0.03/0.07)	

CMYK percentages

%0
%22.78
%2.95
%7.06

Codes

Color #EDB7E6 in popluar color models

EDB7E6
RGB237183230
HSL308°60.00%82.35%
HSB/HSV308°22.78%92.94%
CMYK0.00%22.78%2.95%
7.06%

Color #EDB7E6 in popluar number systems.

HEXEDB7E6
Decimal237183230
Binary111011011011011111100110
Octal355267346

Shades and tints

Shades of #EDB7E6

#EDB7E6
(237,183,230)
#D8A7D2
(216,167,210)
#C397BE
(195,151,190)
#AE87AA
(174,135,170)
#997796
(153,119,150)
#846782
(132,103,130)
#6F576E
(111,87,110)
#5A475A
(90,71,90)
#453746
(69,55,70)
#302732
(48,39,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #EDB7E6

#EDB7E6
(237,183,230)
#EEBDE8
(238,189,232)
#EFC3EA
(239,195,234)
#F0C9EC
(240,201,236)
#F1CFEE
(241,207,238)
#F2D5F0
(242,213,240)
#F3DBF2
(243,219,242)
#F4E1F4
(244,225,244)
#F5E7F6
(245,231,246)
#F6EDF8
(246,237,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB7E6 color. Also use rgb(237,183,230) instead hex code.

Text Font Color

.myTextColor { color: #EDB7E6; }

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

This text font color is #EDB7E6.


Background Color

.myBgColor { background-color: #EDB7E6; }

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

This div background color is #EDB7E6.


Border color

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

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

This div border color is #EDB7E6.


Opacity

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

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

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

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

This text has shadow with #EDB7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB7E6 on black background.


Color preview on white background

This text has color #EDB7E6 on white background.



Black color preview on #EDB7E6 background

This text has black color on #EDB7E6 background.


White color preview on #EDB7E6 background

This text has white color on #EDB7E6 background.