COLOR #9A857D

HEX: #9A857D
RGB: (154,133,125)

Color info

#9A857D contains red, green and blue colors in about the same proportion. Web safe color of #9A857D is #999966 (or #996).

RGB color model

#9A857D color RGB value is (154,133,125).

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

RGB channels and saturation

R 154 of 255 = 60%
G 133 of 255 = 52%
B 125 of 255 = 49%

154
133
125

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

Portions of RGB colors in percentages

R + G + B =
154 + 133 + 125 = 412 (100%)
R 154 of 412 ~ 37.38%
G 133 of 412 ~ 32.28%
B 125 of 412 ~ 30.34%

%37.38
%32.28
%30.34

CMYK color model

#9A857D color CMYK value is (0,14,19,40).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,14,19,40)
C0M14Y19K40 
(0%,14%,19%,40%)
(0.00/0.14/0.19/0.40)	

CMYK percentages

%0
%13.64
%18.83
%39.61

Codes

Color #9A857D in popluar color models

9A857D
RGB154133125
HSL17°12.55%54.71%
HSB/HSV17°18.83%60.39%
CMYK0.00%13.64%18.83%
39.61%

Color #9A857D in popluar number systems.

HEX9A857D
Decimal154133125
Binary10011010100001011111101
Octal232205175

Shades and tints

Shades of #9A857D

#9A857D
(154,133,125)
#8C7972
(140,121,114)
#7E6D67
(126,109,103)
#70615C
(112,97,92)
#625551
(98,85,81)
#544946
(84,73,70)
#463D3B
(70,61,59)
#383130
(56,49,48)
#2A2525
(42,37,37)
#1C191A
(28,25,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A857D

#9A857D
(154,133,125)
#A39088
(163,144,136)
#AC9B93
(172,155,147)
#B5A69E
(181,166,158)
#BEB1A9
(190,177,169)
#C7BCB4
(199,188,180)
#D0C7BF
(208,199,191)
#D9D2CA
(217,210,202)
#E2DDD5
(226,221,213)
#EBE8E0
(235,232,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A857D; }

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

This text font color is #9A857D.


Background Color

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

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

This div background color is #9A857D.


Border color

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

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

This div border color is #9A857D.


Opacity

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

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

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

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

This text has shadow with #9A857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A857D on black background.


Color preview on white background

This text has color #9A857D on white background.



Black color preview on #9A857D background

This text has black color on #9A857D background.


White color preview on #9A857D background

This text has white color on #9A857D background.