COLOR #998FAC

HEX: #998FAC
RGB: (153,143,172)

Color info

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

RGB color model

#998FAC color RGB value is (153,143,172).

  • red value is 153;
  • green value is 143;
  • blue value is 172.
RGB:
(153,143,172)
(60%,56%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 172 of 255 = 67%

153
143
172

R + G + B ~ 61%. #998FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 172 = 468 (100%)
R 153 of 468 ~ 32.69%
G 143 of 468 ~ 30.56%
B 172 of 468 ~ 36.75%

%32.69
%30.56
%36.75

CMYK color model

#998FAC color CMYK value is (11,17,0,33).

  • cyan value is 11.05%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(11,17,0,33)
C11M17Y0K33 
(11%,17%,0%,33%)
(0.11/0.17/0.00/0.33)	

CMYK percentages

%11.05
%16.86
%0
%32.55

Codes

Color #998FAC in popluar color models

998FAC
RGB153143172
HSL261°14.87%61.76%
HSB/HSV261°16.86%67.45%
CMYK11.05%16.86%0.00%
32.55%

Color #998FAC in popluar number systems.

HEX998FAC
Decimal153143172
Binary100110011000111110101100
Octal231217254

Shades and tints

Shades of #998FAC

#998FAC
(153,143,172)
#8C829D
(140,130,157)
#7F758E
(127,117,142)
#72687F
(114,104,127)
#655B70
(101,91,112)
#584E61
(88,78,97)
#4B4152
(75,65,82)
#3E3443
(62,52,67)
#312734
(49,39,52)
#241A25
(36,26,37)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #998FAC

#998FAC
(153,143,172)
#A299B3
(162,153,179)
#ABA3BA
(171,163,186)
#B4ADC1
(180,173,193)
#BDB7C8
(189,183,200)
#C6C1CF
(198,193,207)
#CFCBD6
(207,203,214)
#D8D5DD
(216,213,221)
#E1DFE4
(225,223,228)
#EAE9EB
(234,233,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998FAC; }

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

This text font color is #998FAC.


Background Color

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

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

This div background color is #998FAC.


Border color

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

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

This div border color is #998FAC.


Opacity

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

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

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

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

This text has shadow with #998FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FAC on black background.


Color preview on white background

This text has color #998FAC on white background.



Black color preview on #998FAC background

This text has black color on #998FAC background.


White color preview on #998FAC background

This text has white color on #998FAC background.