COLOR #EDB6EE

HEX: #EDB6EE
RGB: (237,182,238)

Color info

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

RGB color model

#EDB6EE color RGB value is (237,182,238).

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

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 238 of 255 = 93%

237
182
238

R + G + B ~ 86%. #EDB6EE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 182 + 238 = 657 (100%)
R 237 of 657 ~ 36.07%
G 182 of 657 ~ 27.7%
B 238 of 657 ~ 36.23%

%36.07
%27.7
%36.23

CMYK color model

#EDB6EE color CMYK value is (0,24,0,7).

  • cyan value is 0.42%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,24,0,7)
C0M24Y0K7 
(0%,24%,0%,7%)
(0.00/0.24/0.00/0.07)	

CMYK percentages

%0.42
%23.53
%0
%6.67

Codes

Color #EDB6EE in popluar color models

EDB6EE
RGB237182238
HSL299°62.22%82.35%
HSB/HSV299°23.53%93.33%
CMYK0.42%23.53%0.00%
6.67%

Color #EDB6EE in popluar number systems.

HEXEDB6EE
Decimal237182238
Binary111011011011011011101110
Octal355266356

Shades and tints

Shades of #EDB6EE

#EDB6EE
(237,182,238)
#D8A6D9
(216,166,217)
#C396C4
(195,150,196)
#AE86AF
(174,134,175)
#99769A
(153,118,154)
#846685
(132,102,133)
#6F5670
(111,86,112)
#5A465B
(90,70,91)
#453646
(69,54,70)
#302631
(48,38,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDB6EE

#EDB6EE
(237,182,238)
#EEBCEF
(238,188,239)
#EFC2F0
(239,194,240)
#F0C8F1
(240,200,241)
#F1CEF2
(241,206,242)
#F2D4F3
(242,212,243)
#F3DAF4
(243,218,244)
#F4E0F5
(244,224,245)
#F5E6F6
(245,230,246)
#F6ECF7
(246,236,247)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6EE; }

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

This text font color is #EDB6EE.


Background Color

.myBgColor { background-color: #EDB6EE; }

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

This div background color is #EDB6EE.


Border color

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

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

This div border color is #EDB6EE.


Opacity

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

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

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

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

This text has shadow with #EDB6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6EE on black background.


Color preview on white background

This text has color #EDB6EE on white background.



Black color preview on #EDB6EE background

This text has black color on #EDB6EE background.


White color preview on #EDB6EE background

This text has white color on #EDB6EE background.