COLOR #EDB4A8

HEX: #EDB4A8
RGB: (237,180,168)

Color info

#EDB4A8 contains mainly red and green colors. Web safe color of #EDB4A8 is #FFCC99 (or #FC9).

RGB color model

#EDB4A8 color RGB value is (237,180,168).

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

RGB channels and saturation

R 237 of 255 = 93%
G 180 of 255 = 71%
B 168 of 255 = 66%

237
180
168

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

Portions of RGB colors in percentages

R + G + B =
237 + 180 + 168 = 585 (100%)
R 237 of 585 ~ 40.51%
G 180 of 585 ~ 30.77%
B 168 of 585 ~ 28.72%

%40.51
%30.77
%28.72

CMYK color model

#EDB4A8 color CMYK value is (0,24,29,7).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 29.11%
  • key color value is 7.06%
CMYK:
(0,24,29,7)
C0M24Y29K7 
(0%,24%,29%,7%)
(0.00/0.24/0.29/0.07)	

CMYK percentages

%0
%24.05
%29.11
%7.06

Codes

Color #EDB4A8 in popluar color models

EDB4A8
RGB237180168
HSL10°65.71%79.41%
HSB/HSV10°29.11%92.94%
CMYK0.00%24.05%29.11%
7.06%

Color #EDB4A8 in popluar number systems.

HEXEDB4A8
Decimal237180168
Binary111011011011010010101000
Octal355264250

Shades and tints

Shades of #EDB4A8

#EDB4A8
(237,180,168)
#D8A499
(216,164,153)
#C3948A
(195,148,138)
#AE847B
(174,132,123)
#99746C
(153,116,108)
#84645D
(132,100,93)
#6F544E
(111,84,78)
#5A443F
(90,68,63)
#453430
(69,52,48)
#302421
(48,36,33)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #EDB4A8

#EDB4A8
(237,180,168)
#EEBAAF
(238,186,175)
#EFC0B6
(239,192,182)
#F0C6BD
(240,198,189)
#F1CCC4
(241,204,196)
#F2D2CB
(242,210,203)
#F3D8D2
(243,216,210)
#F4DED9
(244,222,217)
#F5E4E0
(245,228,224)
#F6EAE7
(246,234,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB4A8; }

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

This text font color is #EDB4A8.


Background Color

.myBgColor { background-color: #EDB4A8; }

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

This div background color is #EDB4A8.


Border color

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

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

This div border color is #EDB4A8.


Opacity

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

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

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

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

This text has shadow with #EDB4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4A8 on black background.


Color preview on white background

This text has color #EDB4A8 on white background.



Black color preview on #EDB4A8 background

This text has black color on #EDB4A8 background.


White color preview on #EDB4A8 background

This text has white color on #EDB4A8 background.