COLOR #EDA8AF

HEX: #EDA8AF
RGB: (237,168,175)

Color info

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

RGB color model

#EDA8AF color RGB value is (237,168,175).

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

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 175 of 255 = 69%

237
168
175

R + G + B ~ 76%. #EDA8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 175 = 580 (100%)
R 237 of 580 ~ 40.86%
G 168 of 580 ~ 28.97%
B 175 of 580 ~ 30.17%

%40.86
%28.97
%30.17

CMYK color model

#EDA8AF color CMYK value is (0,29,26,7).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 26.16%
  • key color value is 7.06%
CMYK:
(0,29,26,7)
C0M29Y26K7 
(0%,29%,26%,7%)
(0.00/0.29/0.26/0.07)	

CMYK percentages

%0
%29.11
%26.16
%7.06

Codes

Color #EDA8AF in popluar color models

EDA8AF
RGB237168175
HSL354°65.71%79.41%
HSB/HSV354°29.11%92.94%
CMYK0.00%29.11%26.16%
7.06%

Color #EDA8AF in popluar number systems.

HEXEDA8AF
Decimal237168175
Binary111011011010100010101111
Octal355250257

Shades and tints

Shades of #EDA8AF

#EDA8AF
(237,168,175)
#D899A0
(216,153,160)
#C38A91
(195,138,145)
#AE7B82
(174,123,130)
#996C73
(153,108,115)
#845D64
(132,93,100)
#6F4E55
(111,78,85)
#5A3F46
(90,63,70)
#453037
(69,48,55)
#302128
(48,33,40)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #EDA8AF

#EDA8AF
(237,168,175)
#EEAFB6
(238,175,182)
#EFB6BD
(239,182,189)
#F0BDC4
(240,189,196)
#F1C4CB
(241,196,203)
#F2CBD2
(242,203,210)
#F3D2D9
(243,210,217)
#F4D9E0
(244,217,224)
#F5E0E7
(245,224,231)
#F6E7EE
(246,231,238)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA8AF; }

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

This text font color is #EDA8AF.


Background Color

.myBgColor { background-color: #EDA8AF; }

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

This div background color is #EDA8AF.


Border color

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

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

This div border color is #EDA8AF.


Opacity

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

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

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

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

This text has shadow with #EDA8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA8AF on black background.


Color preview on white background

This text has color #EDA8AF on white background.



Black color preview on #EDA8AF background

This text has black color on #EDA8AF background.


White color preview on #EDA8AF background

This text has white color on #EDA8AF background.