COLOR #8A7885

HEX: #8A7885
RGB: (138,120,133)

Color info

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

RGB color model

#8A7885 color RGB value is (138,120,133).

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

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 133 of 255 = 52%

138
120
133

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 133 = 391 (100%)
R 138 of 391 ~ 35.29%
G 120 of 391 ~ 30.69%
B 133 of 391 ~ 34.02%

%35.29
%30.69
%34.02

CMYK color model

#8A7885 color CMYK value is (0,13,4,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(0,13,4,46)
C0M13Y4K46 
(0%,13%,4%,46%)
(0.00/0.13/0.04/0.46)	

CMYK percentages

%0
%13.04
%3.62
%45.88

Codes

Color #8A7885 in popluar color models

8A7885
RGB138120133
HSL317°7.14%50.59%
HSB/HSV317°13.04%54.12%
CMYK0.00%13.04%3.62%
45.88%

Color #8A7885 in popluar number systems.

HEX8A7885
Decimal138120133
Binary10001010111100010000101
Octal212170205

Shades and tints

Shades of #8A7885

#8A7885
(138,120,133)
#7E6E79
(126,110,121)
#72646D
(114,100,109)
#665A61
(102,90,97)
#5A5055
(90,80,85)
#4E4649
(78,70,73)
#423C3D
(66,60,61)
#363231
(54,50,49)
#2A2825
(42,40,37)
#1E1E19
(30,30,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #8A7885

#8A7885
(138,120,133)
#948490
(148,132,144)
#9E909B
(158,144,155)
#A89CA6
(168,156,166)
#B2A8B1
(178,168,177)
#BCB4BC
(188,180,188)
#C6C0C7
(198,192,199)
#D0CCD2
(208,204,210)
#DAD8DD
(218,216,221)
#E4E4E8
(228,228,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7885; }

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

This text font color is #8A7885.


Background Color

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

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

This div background color is #8A7885.


Border color

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

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

This div border color is #8A7885.


Opacity

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

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

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

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

This text has shadow with #8A7885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7885 on black background.


Color preview on white background

This text has color #8A7885 on white background.



Black color preview on #8A7885 background

This text has black color on #8A7885 background.


White color preview on #8A7885 background

This text has white color on #8A7885 background.