COLOR #EDACF0

HEX: #EDACF0
RGB: (237,172,240)

Color info

#EDACF0 contains mainly red and blue colors. Web safe color of #EDACF0 is #FF99FF (or #F9F).

RGB color model

#EDACF0 color RGB value is (237,172,240).

  • red value is 237;
  • green value is 172;
  • blue value is 240.
RGB:
(237,172,240)
(93%,67%,94%)

RGB channels and saturation

R 237 of 255 = 93%
G 172 of 255 = 67%
B 240 of 255 = 94%

237
172
240

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

Portions of RGB colors in percentages

R + G + B =
237 + 172 + 240 = 649 (100%)
R 237 of 649 ~ 36.52%
G 172 of 649 ~ 26.5%
B 240 of 649 ~ 36.98%

%36.52
%26.5
%36.98

CMYK color model

#EDACF0 color CMYK value is (1,28,0,6).

  • cyan value is 1.25%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(1,28,0,6)
C1M28Y0K6 
(1%,28%,0%,6%)
(0.01/0.28/0.00/0.06)	

CMYK percentages

%1.25
%28.33
%0
%5.88

Codes

Color #EDACF0 in popluar color models

EDACF0
RGB237172240
HSL297°69.39%80.78%
HSB/HSV297°28.33%94.12%
CMYK1.25%28.33%0.00%
5.88%

Color #EDACF0 in popluar number systems.

HEXEDACF0
Decimal237172240
Binary111011011010110011110000
Octal355254360

Shades and tints

Shades of #EDACF0

#EDACF0
(237,172,240)
#D89DDB
(216,157,219)
#C38EC6
(195,142,198)
#AE7FB1
(174,127,177)
#99709C
(153,112,156)
#846187
(132,97,135)
#6F5272
(111,82,114)
#5A435D
(90,67,93)
#453448
(69,52,72)
#302533
(48,37,51)
#1B161E
(27,22,30)
#000000
(0,0,0)

Tints of #EDACF0

#EDACF0
(237,172,240)
#EEB3F1
(238,179,241)
#EFBAF2
(239,186,242)
#F0C1F3
(240,193,243)
#F1C8F4
(241,200,244)
#F2CFF5
(242,207,245)
#F3D6F6
(243,214,246)
#F4DDF7
(244,221,247)
#F5E4F8
(245,228,248)
#F6EBF9
(246,235,249)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDACF0 color. Also use rgb(237,172,240) instead hex code.

Text Font Color

.myTextColor { color: #EDACF0; }

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

This text font color is #EDACF0.


Background Color

.myBgColor { background-color: #EDACF0; }

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

This div background color is #EDACF0.


Border color

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

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

This div border color is #EDACF0.


Opacity

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

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

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

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

This text has shadow with #EDACF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDACF0 on black background.


Color preview on white background

This text has color #EDACF0 on white background.



Black color preview on #EDACF0 background

This text has black color on #EDACF0 background.


White color preview on #EDACF0 background

This text has white color on #EDACF0 background.