COLOR #EDBAE1

HEX: #EDBAE1
RGB: (237,186,225)

Color info

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

RGB color model

#EDBAE1 color RGB value is (237,186,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 225 of 255 = 88%

237
186
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 186 + 225 = 648 (100%)
R 237 of 648 ~ 36.57%
G 186 of 648 ~ 28.7%
B 225 of 648 ~ 34.72%

%36.57
%28.7
%34.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,22,5,7)
C0M22Y5K7 
(0%,22%,5%,7%)
(0.00/0.22/0.05/0.07)	

CMYK percentages

%0
%21.52
%5.06
%7.06

Codes

Color #EDBAE1 in popluar color models

EDBAE1
RGB237186225
HSL314°58.62%82.94%
HSB/HSV314°21.52%92.94%
CMYK0.00%21.52%5.06%
7.06%

Color #EDBAE1 in popluar number systems.

HEXEDBAE1
Decimal237186225
Binary111011011011101011100001
Octal355272341

Shades and tints

Shades of #EDBAE1

#EDBAE1
(237,186,225)
#D8AACD
(216,170,205)
#C39AB9
(195,154,185)
#AE8AA5
(174,138,165)
#997A91
(153,122,145)
#846A7D
(132,106,125)
#6F5A69
(111,90,105)
#5A4A55
(90,74,85)
#453A41
(69,58,65)
#302A2D
(48,42,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDBAE1

#EDBAE1
(237,186,225)
#EEC0E3
(238,192,227)
#EFC6E5
(239,198,229)
#F0CCE7
(240,204,231)
#F1D2E9
(241,210,233)
#F2D8EB
(242,216,235)
#F3DEED
(243,222,237)
#F4E4EF
(244,228,239)
#F5EAF1
(245,234,241)
#F6F0F3
(246,240,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBAE1; }

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

This text font color is #EDBAE1.


Background Color

.myBgColor { background-color: #EDBAE1; }

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

This div background color is #EDBAE1.


Border color

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

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

This div border color is #EDBAE1.


Opacity

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

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

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

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

This text has shadow with #EDBAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAE1 on black background.


Color preview on white background

This text has color #EDBAE1 on white background.



Black color preview on #EDBAE1 background

This text has black color on #EDBAE1 background.


White color preview on #EDBAE1 background

This text has white color on #EDBAE1 background.