COLOR #997F94

HEX: #997F94 RGB: (153,127,148)

Color info

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

RGB color model

#997F94 color RGB value is (153,127,148).

RGB: (153,127,148) (60%, 50%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 148 of 255 = 58%

153
127
148

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 148 = 428 (100%)
R 153 of 428 ~ 35.75%
G 127 of 428 ~ 29.67%
B 148 of 428 ~ 34.58'%

%35.75
%29.67
%34.58

CMYK color model

#997F94 color CMYK value is (0,17,3,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 3.27%
  • key color value is 40.00%

CMYK: (0,17,3,40)
C0M17Y3K40 (0%, 17%, 3%, 40%)
(0.00 / 0.17 / 0.03 / 0.40)

CMYK percentages

%0
%16.99
%3.27
%40

Codes

Color #997F94 in popluar color models

99 7F 94
RGB 153 127 148
HSL 312° 11.30% 54.90%
HSB/HSV 312° 16.99% 60.00%
CMYK 0.00% 16.99% 3.27%
40.00%

Color #997F94 in popluar number systems.

HEX 99 7F 94
Decimal 153 127 148
Binary 10011001 1111111 10010100
Octal 231 177 224

Shades and tints

Shades of #997F94

#997F94
(153,127,148)
#8C7487
(140,116,135)
#7F697A
(127,105,122)
#725E6D
(114,94,109)
#655360
(101,83,96)
#584853
(88,72,83)
#4B3D46
(75,61,70)
#3E3239
(62,50,57)
#31272C
(49,39,44)
#241C1F
(36,28,31)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #997F94

#997F94
(153,127,148)
#A28A9D
(162,138,157)
#AB95A6
(171,149,166)
#B4A0AF
(180,160,175)
#BDABB8
(189,171,184)
#C6B6C1
(198,182,193)
#CFC1CA
(207,193,202)
#D8CCD3
(216,204,211)
#E1D7DC
(225,215,220)
#EAE2E5
(234,226,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997F94 color. Also use rgb(153,127,148) instead hex code.

Text Font Color

.myTextColor { color: #997F94; }

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

This text font color is #997F94.

Background Color

.myBgColor { background-color: #997F94; }

<div style="background-color:#997F94">Inner text</div>

This div background color is #997F94.

Border color

.myBorderColor { border: 1px solid #997F94; }

<div style="border:3px solid #997F94">Div</div>

This div border color is #997F94.

Opacity

.myOpacity80 { color: #997F94; opacity: 0.8; }

<p style="color:#997F94;opacity:0.8;">80%</p>

Text with #997F94 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 #997F94;}

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

This text has shadow with #997F94 color.


.textShadow {text-shadow: 3px 3px 1px #997F94', 3px 3px 1px red;}

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

This text has shadow with #997F94 primary color and red secondary color.


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

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

This text has shadow with #997F94 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997F94; -webkit-box-shadow: 1px 1px 3px 2px #997F94; box-shadow:1px 1px 3px 2px #997F94;">
Div content here
</div>

This div box has shadow with color #997F94.

Preview

Color preview on black background

This text has color #997F94 on black background.


Color preview on white background

This text has color #997F94 on white background.


Black color preview on #997F94 background

This text has black color on #997F94 background.


White color preview on #997F94 background

This text has white color on #997F94 background.


Related colors

Complementary color

Complementary color for #hex is #66806B.


I love getcolorcode.com

Triadic colors

1 #94997F and #7F9499 with #997F94 are triadic colors.

2 #947F99 and #7F9994 with #997F94 are triadic colors.