COLOR #9A6266

HEX: #9A6266
RGB: (154,98,102)

Color info

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

RGB color model

#9A6266 color RGB value is (154,98,102).

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

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 102 of 255 = 40%

154
98
102

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

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 102 = 354 (100%)
R 154 of 354 ~ 43.5%
G 98 of 354 ~ 27.68%
B 102 of 354 ~ 28.81%

%43.5
%27.68
%28.81

CMYK color model

#9A6266 color CMYK value is (0,36,34,40).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(0,36,34,40)
C0M36Y34K40 
(0%,36%,34%,40%)
(0.00/0.36/0.34/0.40)	

CMYK percentages

%0
%36.36
%33.77
%39.61

Codes

Color #9A6266 in popluar color models

9A6266
RGB15498102
HSL356°22.22%49.41%
HSB/HSV356°36.36%60.39%
CMYK0.00%36.36%33.77%
39.61%

Color #9A6266 in popluar number systems.

HEX9A6266
Decimal15498102
Binary1001101011000101100110
Octal232142146

Shades and tints

Shades of #9A6266

#9A6266
(154,98,102)
#8C5A5D
(140,90,93)
#7E5254
(126,82,84)
#704A4B
(112,74,75)
#624242
(98,66,66)
#543A39
(84,58,57)
#463230
(70,50,48)
#382A27
(56,42,39)
#2A221E
(42,34,30)
#1C1A15
(28,26,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #9A6266

#9A6266
(154,98,102)
#A37073
(163,112,115)
#AC7E80
(172,126,128)
#B58C8D
(181,140,141)
#BE9A9A
(190,154,154)
#C7A8A7
(199,168,167)
#D0B6B4
(208,182,180)
#D9C4C1
(217,196,193)
#E2D2CE
(226,210,206)
#EBE0DB
(235,224,219)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6266; }

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

This text font color is #9A6266.


Background Color

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

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

This div background color is #9A6266.


Border color

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

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

This div border color is #9A6266.


Opacity

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

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

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

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

This text has shadow with #9A6266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6266 on black background.


Color preview on white background

This text has color #9A6266 on white background.



Black color preview on #9A6266 background

This text has black color on #9A6266 background.


White color preview on #9A6266 background

This text has white color on #9A6266 background.