COLOR #8A7685

HEX: #8A7685
RGB: (138,118,133)

Color info

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

RGB color model

#8A7685 color RGB value is (138,118,133).

  • red value is 138;
  • green value is 118;
  • blue value is 133.
RGB:
(138,118,133)
(54%,46%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 133 of 255 = 52%

138
118
133

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 133 = 389 (100%)
R 138 of 389 ~ 35.48%
G 118 of 389 ~ 30.33%
B 133 of 389 ~ 34.19%

%35.48
%30.33
%34.19

CMYK color model

#8A7685 color CMYK value is (0,14,4,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(0,14,4,46)
C0M14Y4K46 
(0%,14%,4%,46%)
(0.00/0.14/0.04/0.46)	

CMYK percentages

%0
%14.49
%3.62
%45.88

Codes

Color #8A7685 in popluar color models

8A7685
RGB138118133
HSL315°7.87%50.20%
HSB/HSV315°14.49%54.12%
CMYK0.00%14.49%3.62%
45.88%

Color #8A7685 in popluar number systems.

HEX8A7685
Decimal138118133
Binary10001010111011010000101
Octal212166205

Shades and tints

Shades of #8A7685

#8A7685
(138,118,133)
#7E6C79
(126,108,121)
#72626D
(114,98,109)
#665861
(102,88,97)
#5A4E55
(90,78,85)
#4E4449
(78,68,73)
#423A3D
(66,58,61)
#363031
(54,48,49)
#2A2625
(42,38,37)
#1E1C19
(30,28,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #8A7685

#8A7685
(138,118,133)
#948290
(148,130,144)
#9E8E9B
(158,142,155)
#A89AA6
(168,154,166)
#B2A6B1
(178,166,177)
#BCB2BC
(188,178,188)
#C6BEC7
(198,190,199)
#D0CAD2
(208,202,210)
#DAD6DD
(218,214,221)
#E4E2E8
(228,226,232)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7685 color. Also use rgb(138,118,133) instead hex code.

Text Font Color

.myTextColor { color: #8A7685; }

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

This text font color is #8A7685.


Background Color

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

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

This div background color is #8A7685.


Border color

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

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

This div border color is #8A7685.


Opacity

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

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

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

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

This text has shadow with #8A7685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7685 on black background.


Color preview on white background

This text has color #8A7685 on white background.



Black color preview on #8A7685 background

This text has black color on #8A7685 background.


White color preview on #8A7685 background

This text has white color on #8A7685 background.