COLOR #8A6985

HEX: #8A6985
RGB: (138,105,133)

Color info

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

RGB color model

#8A6985 color RGB value is (138,105,133).

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

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 133 of 255 = 52%

138
105
133

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

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 133 = 376 (100%)
R 138 of 376 ~ 36.7%
G 105 of 376 ~ 27.93%
B 133 of 376 ~ 35.37%

%36.7
%27.93
%35.37

CMYK color model

#8A6985 color CMYK value is (0,24,4,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(0,24,4,46)
C0M24Y4K46 
(0%,24%,4%,46%)
(0.00/0.24/0.04/0.46)	

CMYK percentages

%0
%23.91
%3.62
%45.88

Codes

Color #8A6985 in popluar color models

8A6985
RGB138105133
HSL309°13.58%47.65%
HSB/HSV309°23.91%54.12%
CMYK0.00%23.91%3.62%
45.88%

Color #8A6985 in popluar number systems.

HEX8A6985
Decimal138105133
Binary10001010110100110000101
Octal212151205

Shades and tints

Shades of #8A6985

#8A6985
(138,105,133)
#7E6079
(126,96,121)
#72576D
(114,87,109)
#664E61
(102,78,97)
#5A4555
(90,69,85)
#4E3C49
(78,60,73)
#42333D
(66,51,61)
#362A31
(54,42,49)
#2A2125
(42,33,37)
#1E1819
(30,24,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8A6985

#8A6985
(138,105,133)
#947690
(148,118,144)
#9E839B
(158,131,155)
#A890A6
(168,144,166)
#B29DB1
(178,157,177)
#BCAABC
(188,170,188)
#C6B7C7
(198,183,199)
#D0C4D2
(208,196,210)
#DAD1DD
(218,209,221)
#E4DEE8
(228,222,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6985; }

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

This text font color is #8A6985.


Background Color

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

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

This div background color is #8A6985.


Border color

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

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

This div border color is #8A6985.


Opacity

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

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

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

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

This text has shadow with #8A6985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6985 on black background.


Color preview on white background

This text has color #8A6985 on white background.



Black color preview on #8A6985 background

This text has black color on #8A6985 background.


White color preview on #8A6985 background

This text has white color on #8A6985 background.