COLOR #998FB8

HEX: #998FB8
RGB: (153,143,184)

Color info

#998FB8 contains red, green and blue colors in about the same proportion. Web safe color of #998FB8 is #9999CC (or #99C).

RGB color model

#998FB8 color RGB value is (153,143,184).

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

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 184 of 255 = 72%

153
143
184

R + G + B ~ 63%. #998FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 184 = 480 (100%)
R 153 of 480 ~ 31.88%
G 143 of 480 ~ 29.79%
B 184 of 480 ~ 38.33%

%31.88
%29.79
%38.33

CMYK color model

#998FB8 color CMYK value is (17,22,0,28).

  • cyan value is 16.85%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(17,22,0,28)
C17M22Y0K28 
(17%,22%,0%,28%)
(0.17/0.22/0.00/0.28)	

CMYK percentages

%16.85
%22.28
%0
%27.84

Codes

Color #998FB8 in popluar color models

998FB8
RGB153143184
HSL255°22.40%64.12%
HSB/HSV255°22.28%72.16%
CMYK16.85%22.28%0.00%
27.84%

Color #998FB8 in popluar number systems.

HEX998FB8
Decimal153143184
Binary100110011000111110111000
Octal231217270

Shades and tints

Shades of #998FB8

#998FB8
(153,143,184)
#8C82A8
(140,130,168)
#7F7598
(127,117,152)
#726888
(114,104,136)
#655B78
(101,91,120)
#584E68
(88,78,104)
#4B4158
(75,65,88)
#3E3448
(62,52,72)
#312738
(49,39,56)
#241A28
(36,26,40)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #998FB8

#998FB8
(153,143,184)
#A299BE
(162,153,190)
#ABA3C4
(171,163,196)
#B4ADCA
(180,173,202)
#BDB7D0
(189,183,208)
#C6C1D6
(198,193,214)
#CFCBDC
(207,203,220)
#D8D5E2
(216,213,226)
#E1DFE8
(225,223,232)
#EAE9EE
(234,233,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998FB8; }

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

This text font color is #998FB8.


Background Color

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

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

This div background color is #998FB8.


Border color

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

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

This div border color is #998FB8.


Opacity

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

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

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

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

This text has shadow with #998FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FB8 on black background.


Color preview on white background

This text has color #998FB8 on white background.



Black color preview on #998FB8 background

This text has black color on #998FB8 background.


White color preview on #998FB8 background

This text has white color on #998FB8 background.