COLOR #8A607B

HEX: #8A607B
RGB: (138,96,123)

Color info

#8A607B contains red, green and blue colors in about the same proportion. Web safe color of #8A607B is #996666 (or #966).

RGB color model

#8A607B color RGB value is (138,96,123).

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

RGB channels and saturation

R 138 of 255 = 54%
G 96 of 255 = 38%
B 123 of 255 = 48%

138
96
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 123 = 357 (100%)
R 138 of 357 ~ 38.66%
G 96 of 357 ~ 26.89%
B 123 of 357 ~ 34.45%

%38.66
%26.89
%34.45

CMYK color model

#8A607B color CMYK value is (0,30,11,46).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,30,11,46)
C0M30Y11K46 
(0%,30%,11%,46%)
(0.00/0.30/0.11/0.46)	

CMYK percentages

%0
%30.43
%10.87
%45.88

Codes

Color #8A607B in popluar color models

8A607B
RGB13896123
HSL321°17.95%45.88%
HSB/HSV321°30.43%54.12%
CMYK0.00%30.43%10.87%
45.88%

Color #8A607B in popluar number systems.

HEX8A607B
Decimal13896123
Binary1000101011000001111011
Octal212140173

Shades and tints

Shades of #8A607B

#8A607B
(138,96,123)
#7E5870
(126,88,112)
#725065
(114,80,101)
#66485A
(102,72,90)
#5A404F
(90,64,79)
#4E3844
(78,56,68)
#423039
(66,48,57)
#36282E
(54,40,46)
#2A2023
(42,32,35)
#1E1818
(30,24,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #8A607B

#8A607B
(138,96,123)
#946E87
(148,110,135)
#9E7C93
(158,124,147)
#A88A9F
(168,138,159)
#B298AB
(178,152,171)
#BCA6B7
(188,166,183)
#C6B4C3
(198,180,195)
#D0C2CF
(208,194,207)
#DAD0DB
(218,208,219)
#E4DEE7
(228,222,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A607B; }

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

This text font color is #8A607B.


Background Color

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

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

This div background color is #8A607B.


Border color

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

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

This div border color is #8A607B.


Opacity

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

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

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

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

This text has shadow with #8A607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A607B on black background.


Color preview on white background

This text has color #8A607B on white background.



Black color preview on #8A607B background

This text has black color on #8A607B background.


White color preview on #8A607B background

This text has white color on #8A607B background.