COLOR #EE8982

HEX: #EE8982 RGB: (238,137,130)

Color info

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

RGB color model

#EE8982 color RGB value is (238,137,130).

RGB: (238,137,130) (93%, 54%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 137 of 255 = 54%
B 130 of 255 = 51%

238
137
130

R + G + B ~ 66%. #EE8982 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 137 + 130 = 505 (100%)
R 238 of 505 ~ 47.13%
G 137 of 505 ~ 27.13%
B 130 of 505 ~ 25.74'%

%47.13
%27.13
%25.74

CMYK color model

#EE8982 color CMYK value is (0,42,45,7).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 45.38%
  • key color value is 6.67%

CMYK: (0,42,45,7)
C0M42Y45K7 (0%, 42%, 45%, 7%)
(0.00 / 0.42 / 0.45 / 0.07)

CMYK percentages

%0
%42.44
%45.38
%6.67

Codes

Color #EE8982 in popluar color models

EE 89 82
RGB 238 137 130
HSL 76.06% 72.16%
HSB/HSV 45.38% 93.33%
CMYK 0.00% 42.44% 45.38%
6.67%

Color #EE8982 in popluar number systems.

HEX EE 89 82
Decimal 238 137 130
Binary 11101110 10001001 10000010
Octal 356 211 202

Shades and tints

Shades of #EE8982

#EE8982
(238,137,130)
#D97D77
(217,125,119)
#C4716C
(196,113,108)
#AF6561
(175,101,97)
#9A5956
(154,89,86)
#854D4B
(133,77,75)
#704140
(112,65,64)
#5B3535
(91,53,53)
#46292A
(70,41,42)
#311D1F
(49,29,31)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #EE8982

#EE8982
(238,137,130)
#EF938D
(239,147,141)
#F09D98
(240,157,152)
#F1A7A3
(241,167,163)
#F2B1AE
(242,177,174)
#F3BBB9
(243,187,185)
#F4C5C4
(244,197,196)
#F5CFCF
(245,207,207)
#F6D9DA
(246,217,218)
#F7E3E5
(247,227,229)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8982 color. Also use rgb(238,137,130) instead hex code.

Text Font Color

.myTextColor { color: #EE8982; }

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

This text font color is #EE8982.

Background Color

.myBgColor { background-color: #EE8982; }

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

This div background color is #EE8982.

Border color

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

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

This div border color is #EE8982.

Opacity

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

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

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

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

This text has shadow with #EE8982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE8982.

Preview

Color preview on black background

This text has color #EE8982 on black background.


Color preview on white background

This text has color #EE8982 on white background.


Black color preview on #EE8982 background

This text has black color on #EE8982 background.


White color preview on #EE8982 background

This text has white color on #EE8982 background.


Related colors

Complementary color

Complementary color for #hex is #11767D.


I love getcolorcode.com

Triadic colors

1 #82EE89 and #8982EE with #EE8982 are triadic colors.

2 #8289EE and #89EE82 with #EE8982 are triadic colors.