COLOR #9A7D81

HEX: #9A7D81
RGB: (154,125,129)

Color info

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

RGB color model

#9A7D81 color RGB value is (154,125,129).

  • red value is 154;
  • green value is 125;
  • blue value is 129.
RGB:
(154,125,129)
(60%,49%,51%)

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 129 of 255 = 51%

154
125
129

R + G + B ~ 53%. #9A7D81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 129 = 408 (100%)
R 154 of 408 ~ 37.75%
G 125 of 408 ~ 30.64%
B 129 of 408 ~ 31.62%

%37.75
%30.64
%31.62

CMYK color model

#9A7D81 color CMYK value is (0,19,16,40).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 16.23%
  • key color value is 39.61%
CMYK:
(0,19,16,40)
C0M19Y16K40 
(0%,19%,16%,40%)
(0.00/0.19/0.16/0.40)	

CMYK percentages

%0
%18.83
%16.23
%39.61

Codes

Color #9A7D81 in popluar color models

9A7D81
RGB154125129
HSL352°12.55%54.71%
HSB/HSV352°18.83%60.39%
CMYK0.00%18.83%16.23%
39.61%

Color #9A7D81 in popluar number systems.

HEX9A7D81
Decimal154125129
Binary10011010111110110000001
Octal232175201

Shades and tints

Shades of #9A7D81

#9A7D81
(154,125,129)
#8C7276
(140,114,118)
#7E676B
(126,103,107)
#705C60
(112,92,96)
#625155
(98,81,85)
#54464A
(84,70,74)
#463B3F
(70,59,63)
#383034
(56,48,52)
#2A2529
(42,37,41)
#1C1A1E
(28,26,30)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #9A7D81

#9A7D81
(154,125,129)
#A3888C
(163,136,140)
#AC9397
(172,147,151)
#B59EA2
(181,158,162)
#BEA9AD
(190,169,173)
#C7B4B8
(199,180,184)
#D0BFC3
(208,191,195)
#D9CACE
(217,202,206)
#E2D5D9
(226,213,217)
#EBE0E4
(235,224,228)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7D81 color. Also use rgb(154,125,129) instead hex code.

Text Font Color

.myTextColor { color: #9A7D81; }

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

This text font color is #9A7D81.


Background Color

.myBgColor { background-color: #9A7D81; }

<div style="background-color:#9A7D81">Inner text</div>

This div background color is #9A7D81.


Border color

.myBorderColor { border: 1px solid #9A7D81; }

<div style="border:3px solid #9A7D81">Div</div>

This div border color is #9A7D81.


Opacity

.myOpacity80 { color: #9A7D81; opacity: 0.8; }

<p style="color:#9A7D81;opacity:0.8;">80%</p>

Text with #9A7D81 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 #9A7D81;}

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

This text has shadow with #9A7D81 color.

.textShadow {text-shadow: 3px 3px 1px #9A7D81, 3px 3px 1px red;}

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

This text has shadow with #9A7D81 primary color and red secondary color.


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

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

This text has shadow with #9A7D81 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D81 on black background.


Color preview on white background

This text has color #9A7D81 on white background.



Black color preview on #9A7D81 background

This text has black color on #9A7D81 background.


White color preview on #9A7D81 background

This text has white color on #9A7D81 background.