COLOR #988FAF

HEX: #988FAF
RGB: (152,143,175)

Color info

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

RGB color model

#988FAF color RGB value is (152,143,175).

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

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 175 of 255 = 69%

152
143
175

R + G + B ~ 62%. #988FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 175 = 470 (100%)
R 152 of 470 ~ 32.34%
G 143 of 470 ~ 30.43%
B 175 of 470 ~ 37.23%

%32.34
%30.43
%37.23

CMYK color model

#988FAF color CMYK value is (13,18,0,31).

  • cyan value is 13.14%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,18,0,31)
C13M18Y0K31 
(13%,18%,0%,31%)
(0.13/0.18/0.00/0.31)	

CMYK percentages

%13.14
%18.29
%0
%31.37

Codes

Color #988FAF in popluar color models

988FAF
RGB152143175
HSL257°16.67%62.35%
HSB/HSV257°18.29%68.63%
CMYK13.14%18.29%0.00%
31.37%

Color #988FAF in popluar number systems.

HEX988FAF
Decimal152143175
Binary100110001000111110101111
Octal230217257

Shades and tints

Shades of #988FAF

#988FAF
(152,143,175)
#8B82A0
(139,130,160)
#7E7591
(126,117,145)
#716882
(113,104,130)
#645B73
(100,91,115)
#574E64
(87,78,100)
#4A4155
(74,65,85)
#3D3446
(61,52,70)
#302737
(48,39,55)
#231A28
(35,26,40)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #988FAF

#988FAF
(152,143,175)
#A199B6
(161,153,182)
#AAA3BD
(170,163,189)
#B3ADC4
(179,173,196)
#BCB7CB
(188,183,203)
#C5C1D2
(197,193,210)
#CECBD9
(206,203,217)
#D7D5E0
(215,213,224)
#E0DFE7
(224,223,231)
#E9E9EE
(233,233,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988FAF; }

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

This text font color is #988FAF.


Background Color

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

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

This div background color is #988FAF.


Border color

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

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

This div border color is #988FAF.


Opacity

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

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

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

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

This text has shadow with #988FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FAF on black background.


Color preview on white background

This text has color #988FAF on white background.



Black color preview on #988FAF background

This text has black color on #988FAF background.


White color preview on #988FAF background

This text has white color on #988FAF background.