COLOR #998FBB

HEX: #998FBB
RGB: (153,143,187)

Color info

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

RGB color model

#998FBB color RGB value is (153,143,187).

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

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 187 of 255 = 73%

153
143
187

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 187 = 483 (100%)
R 153 of 483 ~ 31.68%
G 143 of 483 ~ 29.61%
B 187 of 483 ~ 38.72%

%31.68
%29.61
%38.72

CMYK color model

#998FBB color CMYK value is (18,24,0,27).

  • cyan value is 18.18%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,24,0,27)
C18M24Y0K27 
(18%,24%,0%,27%)
(0.18/0.24/0.00/0.27)	

CMYK percentages

%18.18
%23.53
%0
%26.67

Codes

Color #998FBB in popluar color models

998FBB
RGB153143187
HSL254°24.44%64.71%
HSB/HSV254°23.53%73.33%
CMYK18.18%23.53%0.00%
26.67%

Color #998FBB in popluar number systems.

HEX998FBB
Decimal153143187
Binary100110011000111110111011
Octal231217273

Shades and tints

Shades of #998FBB

#998FBB
(153,143,187)
#8C82AA
(140,130,170)
#7F7599
(127,117,153)
#726888
(114,104,136)
#655B77
(101,91,119)
#584E66
(88,78,102)
#4B4155
(75,65,85)
#3E3444
(62,52,68)
#312733
(49,39,51)
#241A22
(36,26,34)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #998FBB

#998FBB
(153,143,187)
#A299C1
(162,153,193)
#ABA3C7
(171,163,199)
#B4ADCD
(180,173,205)
#BDB7D3
(189,183,211)
#C6C1D9
(198,193,217)
#CFCBDF
(207,203,223)
#D8D5E5
(216,213,229)
#E1DFEB
(225,223,235)
#EAE9F1
(234,233,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998FBB; }

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

This text font color is #998FBB.


Background Color

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

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

This div background color is #998FBB.


Border color

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

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

This div border color is #998FBB.


Opacity

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

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

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

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

This text has shadow with #998FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FBB on black background.


Color preview on white background

This text has color #998FBB on white background.



Black color preview on #998FBB background

This text has black color on #998FBB background.


White color preview on #998FBB background

This text has white color on #998FBB background.