COLOR #8A877D

HEX: #8A877D
RGB: (138,135,125)

Color info

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

RGB color model

#8A877D color RGB value is (138,135,125).

  • red value is 138;
  • green value is 135;
  • blue value is 125.
RGB:
(138,135,125)
(54%,53%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 125 of 255 = 49%

138
135
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 125 = 398 (100%)
R 138 of 398 ~ 34.67%
G 135 of 398 ~ 33.92%
B 125 of 398 ~ 31.41%

%34.67
%33.92
%31.41

CMYK color model

#8A877D color CMYK value is (0,2,9,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 9.42%
  • key color value is 45.88%
CMYK:
(0,2,9,46)
C0M2Y9K46 
(0%,2%,9%,46%)
(0.00/0.02/0.09/0.46)	

CMYK percentages

%0
%2.17
%9.42
%45.88

Codes

Color #8A877D in popluar color models

8A877D
RGB138135125
HSL46°5.26%51.57%
HSB/HSV46°9.42%54.12%
CMYK0.00%2.17%9.42%
45.88%

Color #8A877D in popluar number systems.

HEX8A877D
Decimal138135125
Binary10001010100001111111101
Octal212207175

Shades and tints

Shades of #8A877D

#8A877D
(138,135,125)
#7E7B72
(126,123,114)
#726F67
(114,111,103)
#66635C
(102,99,92)
#5A5751
(90,87,81)
#4E4B46
(78,75,70)
#423F3B
(66,63,59)
#363330
(54,51,48)
#2A2725
(42,39,37)
#1E1B1A
(30,27,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #8A877D

#8A877D
(138,135,125)
#949188
(148,145,136)
#9E9B93
(158,155,147)
#A8A59E
(168,165,158)
#B2AFA9
(178,175,169)
#BCB9B4
(188,185,180)
#C6C3BF
(198,195,191)
#D0CDCA
(208,205,202)
#DAD7D5
(218,215,213)
#E4E1E0
(228,225,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A877D color. Also use rgb(138,135,125) instead hex code.

Text Font Color

.myTextColor { color: #8A877D; }

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

This text font color is #8A877D.


Background Color

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

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

This div background color is #8A877D.


Border color

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

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

This div border color is #8A877D.


Opacity

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

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

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

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

This text has shadow with #8A877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A877D on black background.


Color preview on white background

This text has color #8A877D on white background.



Black color preview on #8A877D background

This text has black color on #8A877D background.


White color preview on #8A877D background

This text has white color on #8A877D background.