COLOR #998FA4

HEX: #998FA4 RGB: (153,143,164)

Color info

#998FA4 contains red, green and blue colors in about the same proportion. Web safe color of #998FA4 is #999999 (or #999).

RGB color model

#998FA4 color RGB value is (153,143,164).

RGB: (153,143,164) (60%, 56%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 164 of 255 = 64%

153
143
164

R + G + B ~ 60%. #998FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 164 = 460 (100%)
R 153 of 460 ~ 33.26%
G 143 of 460 ~ 31.09%
B 164 of 460 ~ 35.65'%

%33.26
%31.09
%35.65

CMYK color model

#998FA4 color CMYK value is (7,13,0,36).

  • cyan value is 6.71%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (7,13,0,36)
C7M13Y0K36 (7%, 13%, 0%, 36%)
(0.07 / 0.13 / 0.00 / 0.36)

CMYK percentages

%6.71
%12.8
%0
%35.69

Codes

Color #998FA4 in popluar color models

99 8F A4
RGB 153 143 164
HSL 269° 10.34% 60.20%
HSB/HSV 269° 12.80% 64.31%
CMYK 6.71% 12.80% 0.00%
35.69%

Color #998FA4 in popluar number systems.

HEX 99 8F A4
Decimal 153 143 164
Binary 10011001 10001111 10100100
Octal 231 217 244

Shades and tints

Shades of #998FA4

#998FA4
(153,143,164)
#8C8296
(140,130,150)
#7F7588
(127,117,136)
#72687A
(114,104,122)
#655B6C
(101,91,108)
#584E5E
(88,78,94)
#4B4150
(75,65,80)
#3E3442
(62,52,66)
#312734
(49,39,52)
#241A26
(36,26,38)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #998FA4

#998FA4
(153,143,164)
#A299AC
(162,153,172)
#ABA3B4
(171,163,180)
#B4ADBC
(180,173,188)
#BDB7C4
(189,183,196)
#C6C1CC
(198,193,204)
#CFCBD4
(207,203,212)
#D8D5DC
(216,213,220)
#E1DFE4
(225,223,228)
#EAE9EC
(234,233,236)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998FA4 color. Also use rgb(153,143,164) instead hex code.

Text Font Color

.myTextColor { color: #998FA4; }

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

This text font color is #998FA4.

Background Color

.myBgColor { background-color: #998FA4; }

<div style="background-color:#998FA4">Inner text</div>

This div background color is #998FA4.

Border color

.myBorderColor { border: 1px solid #998FA4; }

<div style="border:3px solid #998FA4">Div</div>

This div border color is #998FA4.

Opacity

.myOpacity80 { color: #998FA4; opacity: 0.8; }

<p style="color:#998FA4;opacity:0.8;">80%</p>

Text with #998FA4 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 #998FA4;}

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

This text has shadow with #998FA4 color.


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

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

This text has shadow with #998FA4 primary color and red secondary color.


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

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

This text has shadow with #998FA4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #998FA4.

Preview

Color preview on black background

This text has color #998FA4 on black background.


Color preview on white background

This text has color #998FA4 on white background.


Black color preview on #998FA4 background

This text has black color on #998FA4 background.


White color preview on #998FA4 background

This text has white color on #998FA4 background.


Related colors

Complementary color

Complementary color for #hex is #66705B.


I love getcolorcode.com

Triadic colors

1 #A4998F and #8FA499 with #998FA4 are triadic colors.

2 #A48F99 and #8F99A4 with #998FA4 are triadic colors.