COLOR #986A81

HEX: #986A81 RGB: (152,106,129)

Color info

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

RGB color model

#986A81 color RGB value is (152,106,129).

RGB: (152,106,129) (60%, 42%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 106 of 255 = 42%
B 129 of 255 = 51%

152
106
129

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

Portions of RGB colors in percentages

R + G + B = 152 + 106 + 129 = 387 (100%)
R 152 of 387 ~ 39.28%
G 106 of 387 ~ 27.39%
B 129 of 387 ~ 33.33'%

%39.28
%27.39
%33.33

CMYK color model

#986A81 color CMYK value is (0,30,15,40).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 15.13%
  • key color value is 40.39%

CMYK: (0,30,15,40)
C0M30Y15K40 (0%, 30%, 15%, 40%)
(0.00 / 0.30 / 0.15 / 0.40)

CMYK percentages

%0
%30.26
%15.13
%40.39

Codes

Color #986A81 in popluar color models

98 6A 81
RGB 152 106 129
HSL 330° 18.25% 50.59%
HSB/HSV 330° 30.26% 59.61%
CMYK 0.00% 30.26% 15.13%
40.39%

Color #986A81 in popluar number systems.

HEX 98 6A 81
Decimal 152 106 129
Binary 10011000 1101010 10000001
Octal 230 152 201

Shades and tints

Shades of #986A81

#986A81
(152,106,129)
#8B6176
(139,97,118)
#7E586B
(126,88,107)
#714F60
(113,79,96)
#644655
(100,70,85)
#573D4A
(87,61,74)
#4A343F
(74,52,63)
#3D2B34
(61,43,52)
#302229
(48,34,41)
#23191E
(35,25,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #986A81

#986A81
(152,106,129)
#A1778C
(161,119,140)
#AA8497
(170,132,151)
#B391A2
(179,145,162)
#BC9EAD
(188,158,173)
#C5ABB8
(197,171,184)
#CEB8C3
(206,184,195)
#D7C5CE
(215,197,206)
#E0D2D9
(224,210,217)
#E9DFE4
(233,223,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986A81 color. Also use rgb(152,106,129) instead hex code.

Text Font Color

.myTextColor { color: #986A81; }

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

This text font color is #986A81.

Background Color

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

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

This div background color is #986A81.

Border color

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

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

This div border color is #986A81.

Opacity

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

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

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

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

This text has shadow with #986A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986A81.

Preview

Color preview on black background

This text has color #986A81 on black background.


Color preview on white background

This text has color #986A81 on white background.


Black color preview on #986A81 background

This text has black color on #986A81 background.


White color preview on #986A81 background

This text has white color on #986A81 background.


Related colors

Complementary color

Complementary color for #hex is #67957E.


I love getcolorcode.com

Triadic colors

1 #81986A and #6A8198 with #986A81 are triadic colors.

2 #816A98 and #6A9881 with #986A81 are triadic colors.