COLOR #988FAB

HEX: #988FAB
RGB: (152,143,171)

Color info

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

RGB color model

#988FAB color RGB value is (152,143,171).

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

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 171 of 255 = 67%

152
143
171

R + G + B ~ 61%. #988FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 171 = 466 (100%)
R 152 of 466 ~ 32.62%
G 143 of 466 ~ 30.69%
B 171 of 466 ~ 36.7%

%32.62
%30.69
%36.7

CMYK color model

#988FAB color CMYK value is (11,16,0,33).

  • cyan value is 11.11%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,16,0,33)
C11M16Y0K33 
(11%,16%,0%,33%)
(0.11/0.16/0.00/0.33)	

CMYK percentages

%11.11
%16.37
%0
%32.94

Codes

Color #988FAB in popluar color models

988FAB
RGB152143171
HSL259°14.29%61.57%
HSB/HSV259°16.37%67.06%
CMYK11.11%16.37%0.00%
32.94%

Color #988FAB in popluar number systems.

HEX988FAB
Decimal152143171
Binary100110001000111110101011
Octal230217253

Shades and tints

Shades of #988FAB

#988FAB
(152,143,171)
#8B829C
(139,130,156)
#7E758D
(126,117,141)
#71687E
(113,104,126)
#645B6F
(100,91,111)
#574E60
(87,78,96)
#4A4151
(74,65,81)
#3D3442
(61,52,66)
#302733
(48,39,51)
#231A24
(35,26,36)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #988FAB

#988FAB
(152,143,171)
#A199B2
(161,153,178)
#AAA3B9
(170,163,185)
#B3ADC0
(179,173,192)
#BCB7C7
(188,183,199)
#C5C1CE
(197,193,206)
#CECBD5
(206,203,213)
#D7D5DC
(215,213,220)
#E0DFE3
(224,223,227)
#E9E9EA
(233,233,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988FAB color. Also use rgb(152,143,171) instead hex code.

Text Font Color

.myTextColor { color: #988FAB; }

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

This text font color is #988FAB.


Background Color

.myBgColor { background-color: #988FAB; }

<div style="background-color:#988FAB">Inner text</div>

This div background color is #988FAB.


Border color

.myBorderColor { border: 1px solid #988FAB; }

<div style="border:3px solid #988FAB">Div</div>

This div border color is #988FAB.


Opacity

.myOpacity80 { color: #988FAB; opacity: 0.8; }

<p style="color:#988FAB;opacity:0.8;">80%</p>

Text with #988FAB 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 #988FAB;}

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

This text has shadow with #988FAB color.

.textShadow {text-shadow: 3px 3px 1px #988FAB, 3px 3px 1px red;}

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

This text has shadow with #988FAB primary color and red secondary color.


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

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

This text has shadow with #988FAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FAB on black background.


Color preview on white background

This text has color #988FAB on white background.



Black color preview on #988FAB background

This text has black color on #988FAB background.


White color preview on #988FAB background

This text has white color on #988FAB background.