COLOR #EDBAEE

HEX: #EDBAEE
RGB: (237,186,238)

Color info

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

RGB color model

#EDBAEE color RGB value is (237,186,238).

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

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 238 of 255 = 93%

237
186
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 186 + 238 = 661 (100%)
R 237 of 661 ~ 35.85%
G 186 of 661 ~ 28.14%
B 238 of 661 ~ 36.01%

%35.85
%28.14
%36.01

CMYK color model

#EDBAEE color CMYK value is (0,22,0,7).

  • cyan value is 0.42%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,22,0,7)
C0M22Y0K7 
(0%,22%,0%,7%)
(0.00/0.22/0.00/0.07)	

CMYK percentages

%0.42
%21.85
%0
%6.67

Codes

Color #EDBAEE in popluar color models

EDBAEE
RGB237186238
HSL299°60.47%83.14%
HSB/HSV299°21.85%93.33%
CMYK0.42%21.85%0.00%
6.67%

Color #EDBAEE in popluar number systems.

HEXEDBAEE
Decimal237186238
Binary111011011011101011101110
Octal355272356

Shades and tints

Shades of #EDBAEE

#EDBAEE
(237,186,238)
#D8AAD9
(216,170,217)
#C39AC4
(195,154,196)
#AE8AAF
(174,138,175)
#997A9A
(153,122,154)
#846A85
(132,106,133)
#6F5A70
(111,90,112)
#5A4A5B
(90,74,91)
#453A46
(69,58,70)
#302A31
(48,42,49)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #EDBAEE

#EDBAEE
(237,186,238)
#EEC0EF
(238,192,239)
#EFC6F0
(239,198,240)
#F0CCF1
(240,204,241)
#F1D2F2
(241,210,242)
#F2D8F3
(242,216,243)
#F3DEF4
(243,222,244)
#F4E4F5
(244,228,245)
#F5EAF6
(245,234,246)
#F6F0F7
(246,240,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBAEE; }

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

This text font color is #EDBAEE.


Background Color

.myBgColor { background-color: #EDBAEE; }

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

This div background color is #EDBAEE.


Border color

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

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

This div border color is #EDBAEE.


Opacity

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

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

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

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

This text has shadow with #EDBAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAEE on black background.


Color preview on white background

This text has color #EDBAEE on white background.



Black color preview on #EDBAEE background

This text has black color on #EDBAEE background.


White color preview on #EDBAEE background

This text has white color on #EDBAEE background.