COLOR #ED9B82

HEX: #ED9B82
RGB: (237,155,130)

Color info

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

RGB color model

#ED9B82 color RGB value is (237,155,130).

  • red value is 237;
  • green value is 155;
  • blue value is 130.
RGB:
(237,155,130)
(93%,61%,51%)

RGB channels and saturation

R 237 of 255 = 93%
G 155 of 255 = 61%
B 130 of 255 = 51%

237
155
130

R + G + B ~ 68%. #ED9B82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 155 + 130 = 522 (100%)
R 237 of 522 ~ 45.4%
G 155 of 522 ~ 29.69%
B 130 of 522 ~ 24.9%

%45.4
%29.69
%24.9

CMYK color model

#ED9B82 color CMYK value is (0,35,45,7).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 45.15%
  • key color value is 7.06%
CMYK:
(0,35,45,7)
C0M35Y45K7 
(0%,35%,45%,7%)
(0.00/0.35/0.45/0.07)	

CMYK percentages

%0
%34.6
%45.15
%7.06

Codes

Color #ED9B82 in popluar color models

ED9B82
RGB237155130
HSL14°74.83%71.96%
HSB/HSV14°45.15%92.94%
CMYK0.00%34.60%45.15%
7.06%

Color #ED9B82 in popluar number systems.

HEXED9B82
Decimal237155130
Binary111011011001101110000010
Octal355233202

Shades and tints

Shades of #ED9B82

#ED9B82
(237,155,130)
#D88D77
(216,141,119)
#C37F6C
(195,127,108)
#AE7161
(174,113,97)
#996356
(153,99,86)
#84554B
(132,85,75)
#6F4740
(111,71,64)
#5A3935
(90,57,53)
#452B2A
(69,43,42)
#301D1F
(48,29,31)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #ED9B82

#ED9B82
(237,155,130)
#EEA48D
(238,164,141)
#EFAD98
(239,173,152)
#F0B6A3
(240,182,163)
#F1BFAE
(241,191,174)
#F2C8B9
(242,200,185)
#F3D1C4
(243,209,196)
#F4DACF
(244,218,207)
#F5E3DA
(245,227,218)
#F6ECE5
(246,236,229)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9B82 color. Also use rgb(237,155,130) instead hex code.

Text Font Color

.myTextColor { color: #ED9B82; }

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

This text font color is #ED9B82.


Background Color

.myBgColor { background-color: #ED9B82; }

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

This div background color is #ED9B82.


Border color

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

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

This div border color is #ED9B82.


Opacity

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

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

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

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

This text has shadow with #ED9B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9B82 on black background.


Color preview on white background

This text has color #ED9B82 on white background.



Black color preview on #ED9B82 background

This text has black color on #ED9B82 background.


White color preview on #ED9B82 background

This text has white color on #ED9B82 background.