COLOR #988AA7

HEX: #988AA7
RGB: (152,138,167)

Color info

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

RGB color model

#988AA7 color RGB value is (152,138,167).

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

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 167 of 255 = 65%

152
138
167

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

Portions of RGB colors in percentages

R + G + B =
152 + 138 + 167 = 457 (100%)
R 152 of 457 ~ 33.26%
G 138 of 457 ~ 30.2%
B 167 of 457 ~ 36.54%

%33.26
%30.2
%36.54

CMYK color model

#988AA7 color CMYK value is (9,17,0,35).

  • cyan value is 8.98%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(9,17,0,35)
C9M17Y0K35 
(9%,17%,0%,35%)
(0.09/0.17/0.00/0.35)	

CMYK percentages

%8.98
%17.37
%0
%34.51

Codes

Color #988AA7 in popluar color models

988AA7
RGB152138167
HSL269°14.15%59.80%
HSB/HSV269°17.37%65.49%
CMYK8.98%17.37%0.00%
34.51%

Color #988AA7 in popluar number systems.

HEX988AA7
Decimal152138167
Binary100110001000101010100111
Octal230212247

Shades and tints

Shades of #988AA7

#988AA7
(152,138,167)
#8B7E98
(139,126,152)
#7E7289
(126,114,137)
#71667A
(113,102,122)
#645A6B
(100,90,107)
#574E5C
(87,78,92)
#4A424D
(74,66,77)
#3D363E
(61,54,62)
#302A2F
(48,42,47)
#231E20
(35,30,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #988AA7

#988AA7
(152,138,167)
#A194AF
(161,148,175)
#AA9EB7
(170,158,183)
#B3A8BF
(179,168,191)
#BCB2C7
(188,178,199)
#C5BCCF
(197,188,207)
#CEC6D7
(206,198,215)
#D7D0DF
(215,208,223)
#E0DAE7
(224,218,231)
#E9E4EF
(233,228,239)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AA7; }

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

This text font color is #988AA7.


Background Color

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

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

This div background color is #988AA7.


Border color

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

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

This div border color is #988AA7.


Opacity

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

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

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

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

This text has shadow with #988AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988AA7 on black background.


Color preview on white background

This text has color #988AA7 on white background.



Black color preview on #988AA7 background

This text has black color on #988AA7 background.


White color preview on #988AA7 background

This text has white color on #988AA7 background.