COLOR #9A7D94

HEX: #9A7D94
RGB: (154,125,148)

Color info

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

RGB color model

#9A7D94 color RGB value is (154,125,148).

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

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 148 of 255 = 58%

154
125
148

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

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 148 = 427 (100%)
R 154 of 427 ~ 36.07%
G 125 of 427 ~ 29.27%
B 148 of 427 ~ 34.66%

%36.07
%29.27
%34.66

CMYK color model

#9A7D94 color CMYK value is (0,19,4,40).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 3.90%
  • key color value is 39.61%
CMYK:
(0,19,4,40)
C0M19Y4K40 
(0%,19%,4%,40%)
(0.00/0.19/0.04/0.40)	

CMYK percentages

%0
%18.83
%3.9
%39.61

Codes

Color #9A7D94 in popluar color models

9A7D94
RGB154125148
HSL312°12.55%54.71%
HSB/HSV312°18.83%60.39%
CMYK0.00%18.83%3.90%
39.61%

Color #9A7D94 in popluar number systems.

HEX9A7D94
Decimal154125148
Binary10011010111110110010100
Octal232175224

Shades and tints

Shades of #9A7D94

#9A7D94
(154,125,148)
#8C7287
(140,114,135)
#7E677A
(126,103,122)
#705C6D
(112,92,109)
#625160
(98,81,96)
#544653
(84,70,83)
#463B46
(70,59,70)
#383039
(56,48,57)
#2A252C
(42,37,44)
#1C1A1F
(28,26,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #9A7D94

#9A7D94
(154,125,148)
#A3889D
(163,136,157)
#AC93A6
(172,147,166)
#B59EAF
(181,158,175)
#BEA9B8
(190,169,184)
#C7B4C1
(199,180,193)
#D0BFCA
(208,191,202)
#D9CAD3
(217,202,211)
#E2D5DC
(226,213,220)
#EBE0E5
(235,224,229)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7D94; }

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

This text font color is #9A7D94.


Background Color

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

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

This div background color is #9A7D94.


Border color

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

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

This div border color is #9A7D94.


Opacity

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

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

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

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

This text has shadow with #9A7D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D94 on black background.


Color preview on white background

This text has color #9A7D94 on white background.



Black color preview on #9A7D94 background

This text has black color on #9A7D94 background.


White color preview on #9A7D94 background

This text has white color on #9A7D94 background.