COLOR #EDB6EB

HEX: #EDB6EB
RGB: (237,182,235)

Color info

#EDB6EB contains red, green and blue colors in about the same proportion. Web safe color of #EDB6EB is #FFCCFF (or #FCF).

RGB color model

#EDB6EB color RGB value is (237,182,235).

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

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 235 of 255 = 92%

237
182
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 235 = 654 (100%)
R 237 of 654 ~ 36.24%
G 182 of 654 ~ 27.83%
B 235 of 654 ~ 35.93%

%36.24
%27.83
%35.93

CMYK color model

#EDB6EB color CMYK value is (0,23,1,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,23,1,7)
C0M23Y1K7 
(0%,23%,1%,7%)
(0.00/0.23/0.01/0.07)	

CMYK percentages

%0
%23.21
%0.84
%7.06

Codes

Color #EDB6EB in popluar color models

EDB6EB
RGB237182235
HSL302°60.44%82.16%
HSB/HSV302°23.21%92.94%
CMYK0.00%23.21%0.84%
7.06%

Color #EDB6EB in popluar number systems.

HEXEDB6EB
Decimal237182235
Binary111011011011011011101011
Octal355266353

Shades and tints

Shades of #EDB6EB

#EDB6EB
(237,182,235)
#D8A6D6
(216,166,214)
#C396C1
(195,150,193)
#AE86AC
(174,134,172)
#997697
(153,118,151)
#846682
(132,102,130)
#6F566D
(111,86,109)
#5A4658
(90,70,88)
#453643
(69,54,67)
#30262E
(48,38,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDB6EB

#EDB6EB
(237,182,235)
#EEBCEC
(238,188,236)
#EFC2ED
(239,194,237)
#F0C8EE
(240,200,238)
#F1CEEF
(241,206,239)
#F2D4F0
(242,212,240)
#F3DAF1
(243,218,241)
#F4E0F2
(244,224,242)
#F5E6F3
(245,230,243)
#F6ECF4
(246,236,244)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6EB; }

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

This text font color is #EDB6EB.


Background Color

.myBgColor { background-color: #EDB6EB; }

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

This div background color is #EDB6EB.


Border color

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

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

This div border color is #EDB6EB.


Opacity

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

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

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

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

This text has shadow with #EDB6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6EB on black background.


Color preview on white background

This text has color #EDB6EB on white background.



Black color preview on #EDB6EB background

This text has black color on #EDB6EB background.


White color preview on #EDB6EB background

This text has white color on #EDB6EB background.