COLOR #8A827B

HEX: #8A827B
RGB: (138,130,123)

Color info

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

RGB color model

#8A827B color RGB value is (138,130,123).

  • red value is 138;
  • green value is 130;
  • blue value is 123.
RGB:
(138,130,123)
(54%,51%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 123 of 255 = 48%

138
130
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 123 = 391 (100%)
R 138 of 391 ~ 35.29%
G 130 of 391 ~ 33.25%
B 123 of 391 ~ 31.46%

%35.29
%33.25
%31.46

CMYK color model

#8A827B color CMYK value is (0,6,11,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,6,11,46)
C0M6Y11K46 
(0%,6%,11%,46%)
(0.00/0.06/0.11/0.46)	

CMYK percentages

%0
%5.8
%10.87
%45.88

Codes

Color #8A827B in popluar color models

8A827B
RGB138130123
HSL28°6.02%51.18%
HSB/HSV28°10.87%54.12%
CMYK0.00%5.80%10.87%
45.88%

Color #8A827B in popluar number systems.

HEX8A827B
Decimal138130123
Binary10001010100000101111011
Octal212202173

Shades and tints

Shades of #8A827B

#8A827B
(138,130,123)
#7E7770
(126,119,112)
#726C65
(114,108,101)
#66615A
(102,97,90)
#5A564F
(90,86,79)
#4E4B44
(78,75,68)
#424039
(66,64,57)
#36352E
(54,53,46)
#2A2A23
(42,42,35)
#1E1F18
(30,31,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #8A827B

#8A827B
(138,130,123)
#948D87
(148,141,135)
#9E9893
(158,152,147)
#A8A39F
(168,163,159)
#B2AEAB
(178,174,171)
#BCB9B7
(188,185,183)
#C6C4C3
(198,196,195)
#D0CFCF
(208,207,207)
#DADADB
(218,218,219)
#E4E5E7
(228,229,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A827B color. Also use rgb(138,130,123) instead hex code.

Text Font Color

.myTextColor { color: #8A827B; }

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

This text font color is #8A827B.


Background Color

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

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

This div background color is #8A827B.


Border color

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

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

This div border color is #8A827B.


Opacity

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

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

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

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

This text has shadow with #8A827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A827B on black background.


Color preview on white background

This text has color #8A827B on white background.



Black color preview on #8A827B background

This text has black color on #8A827B background.


White color preview on #8A827B background

This text has white color on #8A827B background.