COLOR #988AAF

HEX: #988AAF
RGB: (152,138,175)

Color info

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

RGB color model

#988AAF color RGB value is (152,138,175).

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

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 175 of 255 = 69%

152
138
175

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

Portions of RGB colors in percentages

R + G + B =
152 + 138 + 175 = 465 (100%)
R 152 of 465 ~ 32.69%
G 138 of 465 ~ 29.68%
B 175 of 465 ~ 37.63%

%32.69
%29.68
%37.63

CMYK color model

#988AAF color CMYK value is (13,21,0,31).

  • cyan value is 13.14%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,21,0,31)
C13M21Y0K31 
(13%,21%,0%,31%)
(0.13/0.21/0.00/0.31)	

CMYK percentages

%13.14
%21.14
%0
%31.37

Codes

Color #988AAF in popluar color models

988AAF
RGB152138175
HSL263°18.78%61.37%
HSB/HSV263°21.14%68.63%
CMYK13.14%21.14%0.00%
31.37%

Color #988AAF in popluar number systems.

HEX988AAF
Decimal152138175
Binary100110001000101010101111
Octal230212257

Shades and tints

Shades of #988AAF

#988AAF
(152,138,175)
#8B7EA0
(139,126,160)
#7E7291
(126,114,145)
#716682
(113,102,130)
#645A73
(100,90,115)
#574E64
(87,78,100)
#4A4255
(74,66,85)
#3D3646
(61,54,70)
#302A37
(48,42,55)
#231E28
(35,30,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #988AAF

#988AAF
(152,138,175)
#A194B6
(161,148,182)
#AA9EBD
(170,158,189)
#B3A8C4
(179,168,196)
#BCB2CB
(188,178,203)
#C5BCD2
(197,188,210)
#CEC6D9
(206,198,217)
#D7D0E0
(215,208,224)
#E0DAE7
(224,218,231)
#E9E4EE
(233,228,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AAF; }

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

This text font color is #988AAF.


Background Color

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

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

This div background color is #988AAF.


Border color

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

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

This div border color is #988AAF.


Opacity

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

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

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

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

This text has shadow with #988AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988AAF on black background.


Color preview on white background

This text has color #988AAF on white background.



Black color preview on #988AAF background

This text has black color on #988AAF background.


White color preview on #988AAF background

This text has white color on #988AAF background.