COLOR #8A696D

HEX: #8A696D
RGB: (138,105,109)

Color info

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

RGB color model

#8A696D color RGB value is (138,105,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 109 of 255 = 43%

138
105
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 109 = 352 (100%)
R 138 of 352 ~ 39.2%
G 105 of 352 ~ 29.83%
B 109 of 352 ~ 30.97%

%39.2
%29.83
%30.97

CMYK color model

#8A696D color CMYK value is (0,24,21,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,24,21,46)
C0M24Y21K46 
(0%,24%,21%,46%)
(0.00/0.24/0.21/0.46)	

CMYK percentages

%0
%23.91
%21.01
%45.88

Codes

Color #8A696D in popluar color models

8A696D
RGB138105109
HSL353°13.58%47.65%
HSB/HSV353°23.91%54.12%
CMYK0.00%23.91%21.01%
45.88%

Color #8A696D in popluar number systems.

HEX8A696D
Decimal138105109
Binary1000101011010011101101
Octal212151155

Shades and tints

Shades of #8A696D

#8A696D
(138,105,109)
#7E6064
(126,96,100)
#72575B
(114,87,91)
#664E52
(102,78,82)
#5A4549
(90,69,73)
#4E3C40
(78,60,64)
#423337
(66,51,55)
#362A2E
(54,42,46)
#2A2125
(42,33,37)
#1E181C
(30,24,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8A696D

#8A696D
(138,105,109)
#94767A
(148,118,122)
#9E8387
(158,131,135)
#A89094
(168,144,148)
#B29DA1
(178,157,161)
#BCAAAE
(188,170,174)
#C6B7BB
(198,183,187)
#D0C4C8
(208,196,200)
#DAD1D5
(218,209,213)
#E4DEE2
(228,222,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A696D; }

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

This text font color is #8A696D.


Background Color

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

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

This div background color is #8A696D.


Border color

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

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

This div border color is #8A696D.


Opacity

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

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

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

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

This text has shadow with #8A696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A696D on black background.


Color preview on white background

This text has color #8A696D on white background.



Black color preview on #8A696D background

This text has black color on #8A696D background.


White color preview on #8A696D background

This text has white color on #8A696D background.