COLOR #986E90

HEX: #986E90
RGB: (152,110,144)

Color info

#986E90 contains red, green and blue colors in about the same proportion. Web safe color of #986E90 is #996699 (or #969).

RGB color model

#986E90 color RGB value is (152,110,144).

  • red value is 152;
  • green value is 110;
  • blue value is 144.
RGB:
(152,110,144)
(60%,43%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 144 of 255 = 56%

152
110
144

R + G + B ~ 53%. #986E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 144 = 406 (100%)
R 152 of 406 ~ 37.44%
G 110 of 406 ~ 27.09%
B 144 of 406 ~ 35.47%

%37.44
%27.09
%35.47

CMYK color model

#986E90 color CMYK value is (0,28,5,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(0,28,5,40)
C0M28Y5K40 
(0%,28%,5%,40%)
(0.00/0.28/0.05/0.40)	

CMYK percentages

%0
%27.63
%5.26
%40.39

Codes

Color #986E90 in popluar color models

986E90
RGB152110144
HSL311°16.94%51.37%
HSB/HSV311°27.63%59.61%
CMYK0.00%27.63%5.26%
40.39%

Color #986E90 in popluar number systems.

HEX986E90
Decimal152110144
Binary10011000110111010010000
Octal230156220

Shades and tints

Shades of #986E90

#986E90
(152,110,144)
#8B6483
(139,100,131)
#7E5A76
(126,90,118)
#715069
(113,80,105)
#64465C
(100,70,92)
#573C4F
(87,60,79)
#4A3242
(74,50,66)
#3D2835
(61,40,53)
#301E28
(48,30,40)
#23141B
(35,20,27)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #986E90

#986E90
(152,110,144)
#A17B9A
(161,123,154)
#AA88A4
(170,136,164)
#B395AE
(179,149,174)
#BCA2B8
(188,162,184)
#C5AFC2
(197,175,194)
#CEBCCC
(206,188,204)
#D7C9D6
(215,201,214)
#E0D6E0
(224,214,224)
#E9E3EA
(233,227,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986E90 color. Also use rgb(152,110,144) instead hex code.

Text Font Color

.myTextColor { color: #986E90; }

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

This text font color is #986E90.


Background Color

.myBgColor { background-color: #986E90; }

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

This div background color is #986E90.


Border color

.myBorderColor { border: 1px solid #986E90; }

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

This div border color is #986E90.


Opacity

.myOpacity80 { color: #986E90; opacity: 0.8; }

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

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

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

This text has shadow with #986E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E90 on black background.


Color preview on white background

This text has color #986E90 on white background.



Black color preview on #986E90 background

This text has black color on #986E90 background.


White color preview on #986E90 background

This text has white color on #986E90 background.