COLOR #8B827D

HEX: #8B827D RGB: (139,130,125)

Color info

#8B827D contains red, green and blue colors in about the same proportion. Web safe color of #8B827D is #999966 (or #996).

RGB color model

#8B827D color RGB value is (139,130,125).

RGB: (139,130,125) (55%, 51%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 125 of 255 = 49%

139
130
125

R + G + B ~ 52%. #8B827D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 125 = 394 (100%)
R 139 of 394 ~ 35.28%
G 130 of 394 ~ 32.99%
B 125 of 394 ~ 31.73'%

%35.28
%32.99
%31.73

CMYK color model

#8B827D color CMYK value is (0,6,10,45).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK: (0,6,10,45) C0M6Y10K45 (0%,6%,10%,45%) (0.00/0.06/0.10/0.45) 

CMYK percentages

%0
%6.47
%10.07
%45.49

Codes

Color #8B827D in popluar color models

8B 82 7D
RGB 139 130 125
HSL 21° 5.69% 51.76%
HSB/HSV 21° 10.07% 54.51%
CMYK 0.00% 6.47% 10.07%
45.49%

Color #8B827D in popluar number systems.

HEX 8B 82 7D
Decimal 139 130 125
Binary 10001011 10000010 1111101
Octal 213 202 175

Shades and tints

Shades of #8B827D

#8B827D
(139,130,125)
#7F7772
(127,119,114)
#736C67
(115,108,103)
#67615C
(103,97,92)
#5B5651
(91,86,81)
#4F4B46
(79,75,70)
#43403B
(67,64,59)
#373530
(55,53,48)
#2B2A25
(43,42,37)
#1F1F1A
(31,31,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #8B827D

#8B827D
(139,130,125)
#958D88
(149,141,136)
#9F9893
(159,152,147)
#A9A39E
(169,163,158)
#B3AEA9
(179,174,169)
#BDB9B4
(189,185,180)
#C7C4BF
(199,196,191)
#D1CFCA
(209,207,202)
#DBDAD5
(219,218,213)
#E5E5E0
(229,229,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B827D color. Also use rgb(139,130,125) instead hex code.

Text Font Color

.myTextColor { color: #8B827D; }

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

This text font color is #8B827D.

Background Color

.myBgColor { background-color: #8B827D; }

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

This div background color is #8B827D.

Border color

.myBorderColor { border: 1px solid #8B827D; }

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

This div border color is #8B827D.

Opacity

.myOpacity80 { color: #8B827D; opacity: 0.8; }

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

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

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

This text has shadow with #8B827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B827D.

Preview

Color preview on black background

This text has color #8B827D on black background.


Color preview on white background

This text has color #8B827D on white background.


Black color preview on #8B827D background

This text has black color on #8B827D background.


White color preview on #8B827D background

This text has white color on #8B827D background.


Related colors

Complementary color

Complementary color for #hex is #747D82.


I love getcolorcode.com

Triadic colors

1 #7D8B82 and #827D8B with #8B827D are triadic colors.

2 #7D828B and #828B7D with #8B827D are triadic colors.