COLOR #998CAB

HEX: #998CAB
RGB: (153,140,171)

Color info

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

RGB color model

#998CAB color RGB value is (153,140,171).

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

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 171 of 255 = 67%

153
140
171

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 171 = 464 (100%)
R 153 of 464 ~ 32.97%
G 140 of 464 ~ 30.17%
B 171 of 464 ~ 36.85%

%32.97
%30.17
%36.85

CMYK color model

#998CAB color CMYK value is (11,18,0,33).

  • cyan value is 10.53%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,18,0,33)
C11M18Y0K33 
(11%,18%,0%,33%)
(0.11/0.18/0.00/0.33)	

CMYK percentages

%10.53
%18.13
%0
%32.94

Codes

Color #998CAB in popluar color models

998CAB
RGB153140171
HSL265°15.58%60.98%
HSB/HSV265°18.13%67.06%
CMYK10.53%18.13%0.00%
32.94%

Color #998CAB in popluar number systems.

HEX998CAB
Decimal153140171
Binary100110011000110010101011
Octal231214253

Shades and tints

Shades of #998CAB

#998CAB
(153,140,171)
#8C809C
(140,128,156)
#7F748D
(127,116,141)
#72687E
(114,104,126)
#655C6F
(101,92,111)
#585060
(88,80,96)
#4B4451
(75,68,81)
#3E3842
(62,56,66)
#312C33
(49,44,51)
#242024
(36,32,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #998CAB

#998CAB
(153,140,171)
#A296B2
(162,150,178)
#ABA0B9
(171,160,185)
#B4AAC0
(180,170,192)
#BDB4C7
(189,180,199)
#C6BECE
(198,190,206)
#CFC8D5
(207,200,213)
#D8D2DC
(216,210,220)
#E1DCE3
(225,220,227)
#EAE6EA
(234,230,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998CAB; }

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

This text font color is #998CAB.


Background Color

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

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

This div background color is #998CAB.


Border color

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

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

This div border color is #998CAB.


Opacity

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

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

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

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

This text has shadow with #998CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CAB on black background.


Color preview on white background

This text has color #998CAB on white background.



Black color preview on #998CAB background

This text has black color on #998CAB background.


White color preview on #998CAB background

This text has white color on #998CAB background.