COLOR #986E95

HEX: #986E95 RGB: (152,110,149)

Color info

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

RGB color model

#986E95 color RGB value is (152,110,149).

RGB: (152,110,149) (60%, 43%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 149 of 255 = 58%

152
110
149

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

Portions of RGB colors in percentages

R + G + B = 152 + 110 + 149 = 411 (100%)
R 152 of 411 ~ 36.98%
G 110 of 411 ~ 26.76%
B 149 of 411 ~ 36.25'%

%36.98
%26.76
%36.25

CMYK color model

#986E95 color CMYK value is (0,28,2,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 1.97%
  • key color value is 40.39%

CMYK: (0,28,2,40)
C0M28Y2K40 (0%, 28%, 2%, 40%)
(0.00 / 0.28 / 0.02 / 0.40)

CMYK percentages

%0
%27.63
%1.97
%40.39

Codes

Color #986E95 in popluar color models

98 6E 95
RGB 152 110 149
HSL 304° 16.94% 51.37%
HSB/HSV 304° 27.63% 59.61%
CMYK 0.00% 27.63% 1.97%
40.39%

Color #986E95 in popluar number systems.

HEX 98 6E 95
Decimal 152 110 149
Binary 10011000 1101110 10010101
Octal 230 156 225

Shades and tints

Shades of #986E95

#986E95
(152,110,149)
#8B6488
(139,100,136)
#7E5A7B
(126,90,123)
#71506E
(113,80,110)
#644661
(100,70,97)
#573C54
(87,60,84)
#4A3247
(74,50,71)
#3D283A
(61,40,58)
#301E2D
(48,30,45)
#231420
(35,20,32)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #986E95

#986E95
(152,110,149)
#A17B9E
(161,123,158)
#AA88A7
(170,136,167)
#B395B0
(179,149,176)
#BCA2B9
(188,162,185)
#C5AFC2
(197,175,194)
#CEBCCB
(206,188,203)
#D7C9D4
(215,201,212)
#E0D6DD
(224,214,221)
#E9E3E6
(233,227,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986E95; }

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

This text font color is #986E95.

Background Color

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

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

This div background color is #986E95.

Border color

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

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

This div border color is #986E95.

Opacity

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

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

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

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

This text has shadow with #986E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986E95.

Preview

Color preview on black background

This text has color #986E95 on black background.


Color preview on white background

This text has color #986E95 on white background.


Black color preview on #986E95 background

This text has black color on #986E95 background.


White color preview on #986E95 background

This text has white color on #986E95 background.


Related colors

Complementary color

Complementary color for #hex is #67916A.


I love getcolorcode.com

Triadic colors

1 #95986E and #6E9598 with #986E95 are triadic colors.

2 #956E98 and #6E9895 with #986E95 are triadic colors.