COLOR #988AA2

HEX: #988AA2
RGB: (152,138,162)

Color info

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

RGB color model

#988AA2 color RGB value is (152,138,162).

  • red value is 152;
  • green value is 138;
  • blue value is 162.
RGB:
(152,138,162)
(60%,54%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 162 of 255 = 64%

152
138
162

R + G + B ~ 59%. #988AA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 138 + 162 = 452 (100%)
R 152 of 452 ~ 33.63%
G 138 of 452 ~ 30.53%
B 162 of 452 ~ 35.84%

%33.63
%30.53
%35.84

CMYK color model

#988AA2 color CMYK value is (6,15,0,36).

  • cyan value is 6.17%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(6,15,0,36)
C6M15Y0K36 
(6%,15%,0%,36%)
(0.06/0.15/0.00/0.36)	

CMYK percentages

%6.17
%14.81
%0
%36.47

Codes

Color #988AA2 in popluar color models

988AA2
RGB152138162
HSL275°11.43%58.82%
HSB/HSV275°14.81%63.53%
CMYK6.17%14.81%0.00%
36.47%

Color #988AA2 in popluar number systems.

HEX988AA2
Decimal152138162
Binary100110001000101010100010
Octal230212242

Shades and tints

Shades of #988AA2

#988AA2
(152,138,162)
#8B7E94
(139,126,148)
#7E7286
(126,114,134)
#716678
(113,102,120)
#645A6A
(100,90,106)
#574E5C
(87,78,92)
#4A424E
(74,66,78)
#3D3640
(61,54,64)
#302A32
(48,42,50)
#231E24
(35,30,36)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #988AA2

#988AA2
(152,138,162)
#A194AA
(161,148,170)
#AA9EB2
(170,158,178)
#B3A8BA
(179,168,186)
#BCB2C2
(188,178,194)
#C5BCCA
(197,188,202)
#CEC6D2
(206,198,210)
#D7D0DA
(215,208,218)
#E0DAE2
(224,218,226)
#E9E4EA
(233,228,234)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988AA2 color. Also use rgb(152,138,162) instead hex code.

Text Font Color

.myTextColor { color: #988AA2; }

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

This text font color is #988AA2.


Background Color

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

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

This div background color is #988AA2.


Border color

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

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

This div border color is #988AA2.


Opacity

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

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

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

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

This text has shadow with #988AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988AA2 on black background.


Color preview on white background

This text has color #988AA2 on white background.



Black color preview on #988AA2 background

This text has black color on #988AA2 background.


White color preview on #988AA2 background

This text has white color on #988AA2 background.