COLOR #EDAFAE

HEX: #EDAFAE
RGB: (237,175,174)

Color info

#EDAFAE contains mainly red color. Web safe color of #EDAFAE is #FF9999 (or #F99).

RGB color model

#EDAFAE color RGB value is (237,175,174).

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

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 174 of 255 = 68%

237
175
174

R + G + B ~ 77%. #EDAFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 175 + 174 = 586 (100%)
R 237 of 586 ~ 40.44%
G 175 of 586 ~ 29.86%
B 174 of 586 ~ 29.69%

%40.44
%29.86
%29.69

CMYK color model

#EDAFAE color CMYK value is (0,26,27,7).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 26.58%
  • key color value is 7.06%
CMYK:
(0,26,27,7)
C0M26Y27K7 
(0%,26%,27%,7%)
(0.00/0.26/0.27/0.07)	

CMYK percentages

%0
%26.16
%26.58
%7.06

Codes

Color #EDAFAE in popluar color models

EDAFAE
RGB237175174
HSL63.64%80.59%
HSB/HSV26.58%92.94%
CMYK0.00%26.16%26.58%
7.06%

Color #EDAFAE in popluar number systems.

HEXEDAFAE
Decimal237175174
Binary111011011010111110101110
Octal355257256

Shades and tints

Shades of #EDAFAE

#EDAFAE
(237,175,174)
#D8A09F
(216,160,159)
#C39190
(195,145,144)
#AE8281
(174,130,129)
#997372
(153,115,114)
#846463
(132,100,99)
#6F5554
(111,85,84)
#5A4645
(90,70,69)
#453736
(69,55,54)
#302827
(48,40,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDAFAE

#EDAFAE
(237,175,174)
#EEB6B5
(238,182,181)
#EFBDBC
(239,189,188)
#F0C4C3
(240,196,195)
#F1CBCA
(241,203,202)
#F2D2D1
(242,210,209)
#F3D9D8
(243,217,216)
#F4E0DF
(244,224,223)
#F5E7E6
(245,231,230)
#F6EEED
(246,238,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDAFAE; }

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

This text font color is #EDAFAE.


Background Color

.myBgColor { background-color: #EDAFAE; }

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

This div background color is #EDAFAE.


Border color

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

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

This div border color is #EDAFAE.


Opacity

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

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

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

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

This text has shadow with #EDAFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAFAE on black background.


Color preview on white background

This text has color #EDAFAE on white background.



Black color preview on #EDAFAE background

This text has black color on #EDAFAE background.


White color preview on #EDAFAE background

This text has white color on #EDAFAE background.