COLOR #9A6276

HEX: #9A6276
RGB: (154,98,118)

Color info

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

RGB color model

#9A6276 color RGB value is (154,98,118).

  • red value is 154;
  • green value is 98;
  • blue value is 118.
RGB:
(154,98,118)
(60%,38%,46%)

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 118 of 255 = 46%

154
98
118

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

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 118 = 370 (100%)
R 154 of 370 ~ 41.62%
G 98 of 370 ~ 26.49%
B 118 of 370 ~ 31.89%

%41.62
%26.49
%31.89

CMYK color model

#9A6276 color CMYK value is (0,36,23,40).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(0,36,23,40)
C0M36Y23K40 
(0%,36%,23%,40%)
(0.00/0.36/0.23/0.40)	

CMYK percentages

%0
%36.36
%23.38
%39.61

Codes

Color #9A6276 in popluar color models

9A6276
RGB15498118
HSL339°22.22%49.41%
HSB/HSV339°36.36%60.39%
CMYK0.00%36.36%23.38%
39.61%

Color #9A6276 in popluar number systems.

HEX9A6276
Decimal15498118
Binary1001101011000101110110
Octal232142166

Shades and tints

Shades of #9A6276

#9A6276
(154,98,118)
#8C5A6C
(140,90,108)
#7E5262
(126,82,98)
#704A58
(112,74,88)
#62424E
(98,66,78)
#543A44
(84,58,68)
#46323A
(70,50,58)
#382A30
(56,42,48)
#2A2226
(42,34,38)
#1C1A1C
(28,26,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #9A6276

#9A6276
(154,98,118)
#A37082
(163,112,130)
#AC7E8E
(172,126,142)
#B58C9A
(181,140,154)
#BE9AA6
(190,154,166)
#C7A8B2
(199,168,178)
#D0B6BE
(208,182,190)
#D9C4CA
(217,196,202)
#E2D2D6
(226,210,214)
#EBE0E2
(235,224,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6276 color. Also use rgb(154,98,118) instead hex code.

Text Font Color

.myTextColor { color: #9A6276; }

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

This text font color is #9A6276.


Background Color

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

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

This div background color is #9A6276.


Border color

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

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

This div border color is #9A6276.


Opacity

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

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

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

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

This text has shadow with #9A6276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6276 on black background.


Color preview on white background

This text has color #9A6276 on white background.



Black color preview on #9A6276 background

This text has black color on #9A6276 background.


White color preview on #9A6276 background

This text has white color on #9A6276 background.