COLOR #EDAEC8

HEX: #EDAEC8
RGB: (237,174,200)

Color info

#EDAEC8 contains mainly red and blue colors. Web safe color of #EDAEC8 is #FF99CC (or #F9C).

RGB color model

#EDAEC8 color RGB value is (237,174,200).

  • red value is 237;
  • green value is 174;
  • blue value is 200.
RGB:
(237,174,200)
(93%,68%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 174 of 255 = 68%
B 200 of 255 = 78%

237
174
200

R + G + B ~ 80%. #EDAEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 174 + 200 = 611 (100%)
R 237 of 611 ~ 38.79%
G 174 of 611 ~ 28.48%
B 200 of 611 ~ 32.73%

%38.79
%28.48
%32.73

CMYK color model

#EDAEC8 color CMYK value is (0,27,16,7).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(0,27,16,7)
C0M27Y16K7 
(0%,27%,16%,7%)
(0.00/0.27/0.16/0.07)	

CMYK percentages

%0
%26.58
%15.61
%7.06

Codes

Color #EDAEC8 in popluar color models

EDAEC8
RGB237174200
HSL335°63.64%80.59%
HSB/HSV335°26.58%92.94%
CMYK0.00%26.58%15.61%
7.06%

Color #EDAEC8 in popluar number systems.

HEXEDAEC8
Decimal237174200
Binary111011011010111011001000
Octal355256310

Shades and tints

Shades of #EDAEC8

#EDAEC8
(237,174,200)
#D89FB6
(216,159,182)
#C390A4
(195,144,164)
#AE8192
(174,129,146)
#997280
(153,114,128)
#84636E
(132,99,110)
#6F545C
(111,84,92)
#5A454A
(90,69,74)
#453638
(69,54,56)
#302726
(48,39,38)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDAEC8

#EDAEC8
(237,174,200)
#EEB5CD
(238,181,205)
#EFBCD2
(239,188,210)
#F0C3D7
(240,195,215)
#F1CADC
(241,202,220)
#F2D1E1
(242,209,225)
#F3D8E6
(243,216,230)
#F4DFEB
(244,223,235)
#F5E6F0
(245,230,240)
#F6EDF5
(246,237,245)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAEC8 color. Also use rgb(237,174,200) instead hex code.

Text Font Color

.myTextColor { color: #EDAEC8; }

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

This text font color is #EDAEC8.


Background Color

.myBgColor { background-color: #EDAEC8; }

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

This div background color is #EDAEC8.


Border color

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

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

This div border color is #EDAEC8.


Opacity

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

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

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

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

This text has shadow with #EDAEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAEC8 on black background.


Color preview on white background

This text has color #EDAEC8 on white background.



Black color preview on #EDAEC8 background

This text has black color on #EDAEC8 background.


White color preview on #EDAEC8 background

This text has white color on #EDAEC8 background.