COLOR #988FAA

HEX: #988FAA
RGB: (152,143,170)

Color info

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

RGB color model

#988FAA color RGB value is (152,143,170).

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

RGB channels and saturation

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

152
143
170

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 170 = 465 (100%)
R 152 of 465 ~ 32.69%
G 143 of 465 ~ 30.75%
B 170 of 465 ~ 36.56%

%32.69
%30.75
%36.56

CMYK color model

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

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

CMYK percentages

%10.59
%15.88
%0
%33.33

Codes

Color #988FAA in popluar color models

988FAA
RGB152143170
HSL260°13.71%61.37%
HSB/HSV260°15.88%66.67%
CMYK10.59%15.88%0.00%
33.33%

Color #988FAA in popluar number systems.

HEX988FAA
Decimal152143170
Binary100110001000111110101010
Octal230217252

Shades and tints

Shades of #988FAA

#988FAA
(152,143,170)
#8B829B
(139,130,155)
#7E758C
(126,117,140)
#71687D
(113,104,125)
#645B6E
(100,91,110)
#574E5F
(87,78,95)
#4A4150
(74,65,80)
#3D3441
(61,52,65)
#302732
(48,39,50)
#231A23
(35,26,35)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #988FAA

#988FAA
(152,143,170)
#A199B1
(161,153,177)
#AAA3B8
(170,163,184)
#B3ADBF
(179,173,191)
#BCB7C6
(188,183,198)
#C5C1CD
(197,193,205)
#CECBD4
(206,203,212)
#D7D5DB
(215,213,219)
#E0DFE2
(224,223,226)
#E9E9E9
(233,233,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988FAA; }

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

This text font color is #988FAA.


Background Color

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

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

This div background color is #988FAA.


Border color

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

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

This div border color is #988FAA.


Opacity

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

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

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

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

This text has shadow with #988FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988FAA on black background.


Color preview on white background

This text has color #988FAA on white background.



Black color preview on #988FAA background

This text has black color on #988FAA background.


White color preview on #988FAA background

This text has white color on #988FAA background.