COLOR #998CB6

HEX: #998CB6
RGB: (153,140,182)

Color info

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

RGB color model

#998CB6 color RGB value is (153,140,182).

  • red value is 153;
  • green value is 140;
  • blue value is 182.
RGB:
(153,140,182)
(60%,55%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 182 of 255 = 71%

153
140
182

R + G + B ~ 62%. #998CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 182 = 475 (100%)
R 153 of 475 ~ 32.21%
G 140 of 475 ~ 29.47%
B 182 of 475 ~ 38.32%

%32.21
%29.47
%38.32

CMYK color model

#998CB6 color CMYK value is (16,23,0,29).

  • cyan value is 15.93%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,23,0,29)
C16M23Y0K29 
(16%,23%,0%,29%)
(0.16/0.23/0.00/0.29)	

CMYK percentages

%15.93
%23.08
%0
%28.63

Codes

Color #998CB6 in popluar color models

998CB6
RGB153140182
HSL259°22.34%63.14%
HSB/HSV259°23.08%71.37%
CMYK15.93%23.08%0.00%
28.63%

Color #998CB6 in popluar number systems.

HEX998CB6
Decimal153140182
Binary100110011000110010110110
Octal231214266

Shades and tints

Shades of #998CB6

#998CB6
(153,140,182)
#8C80A6
(140,128,166)
#7F7496
(127,116,150)
#726886
(114,104,134)
#655C76
(101,92,118)
#585066
(88,80,102)
#4B4456
(75,68,86)
#3E3846
(62,56,70)
#312C36
(49,44,54)
#242026
(36,32,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #998CB6

#998CB6
(153,140,182)
#A296BC
(162,150,188)
#ABA0C2
(171,160,194)
#B4AAC8
(180,170,200)
#BDB4CE
(189,180,206)
#C6BED4
(198,190,212)
#CFC8DA
(207,200,218)
#D8D2E0
(216,210,224)
#E1DCE6
(225,220,230)
#EAE6EC
(234,230,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998CB6 color. Also use rgb(153,140,182) instead hex code.

Text Font Color

.myTextColor { color: #998CB6; }

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

This text font color is #998CB6.


Background Color

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

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

This div background color is #998CB6.


Border color

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

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

This div border color is #998CB6.


Opacity

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

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

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

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

This text has shadow with #998CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CB6 on black background.


Color preview on white background

This text has color #998CB6 on white background.



Black color preview on #998CB6 background

This text has black color on #998CB6 background.


White color preview on #998CB6 background

This text has white color on #998CB6 background.