COLOR #988AAC

HEX: #988AAC RGB: (152,138,172)

Color info

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

RGB color model

#988AAC color RGB value is (152,138,172).

RGB: (152,138,172) (60%, 54%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 172 of 255 = 67%

152
138
172

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 172 = 462 (100%)
R 152 of 462 ~ 32.9%
G 138 of 462 ~ 29.87%
B 172 of 462 ~ 37.23'%

%32.9
%29.87
%37.23

CMYK color model

#988AAC color CMYK value is (12,20,0,33).

  • cyan value is 11.63%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (12,20,0,33)
C12M20Y0K33 (12%, 20%, 0%, 33%)
(0.12 / 0.20 / 0.00 / 0.33)

CMYK percentages

%11.63
%19.77
%0
%32.55

Codes

Color #988AAC in popluar color models

98 8A AC
RGB 152 138 172
HSL 265° 17.00% 60.78%
HSB/HSV 265° 19.77% 67.45%
CMYK 11.63% 19.77% 0.00%
32.55%

Color #988AAC in popluar number systems.

HEX 98 8A AC
Decimal 152 138 172
Binary 10011000 10001010 10101100
Octal 230 212 254

Shades and tints

Shades of #988AAC

#988AAC
(152,138,172)
#8B7E9D
(139,126,157)
#7E728E
(126,114,142)
#71667F
(113,102,127)
#645A70
(100,90,112)
#574E61
(87,78,97)
#4A4252
(74,66,82)
#3D3643
(61,54,67)
#302A34
(48,42,52)
#231E25
(35,30,37)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #988AAC

#988AAC
(152,138,172)
#A194B3
(161,148,179)
#AA9EBA
(170,158,186)
#B3A8C1
(179,168,193)
#BCB2C8
(188,178,200)
#C5BCCF
(197,188,207)
#CEC6D6
(206,198,214)
#D7D0DD
(215,208,221)
#E0DAE4
(224,218,228)
#E9E4EB
(233,228,235)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AAC; }

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

This text font color is #988AAC.

Background Color

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

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

This div background color is #988AAC.

Border color

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

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

This div border color is #988AAC.

Opacity

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

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

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

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

This text has shadow with #988AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988AAC.

Preview

Color preview on black background

This text has color #988AAC on black background.


Color preview on white background

This text has color #988AAC on white background.


Black color preview on #988AAC background

This text has black color on #988AAC background.


White color preview on #988AAC background

This text has white color on #988AAC background.


Related colors

Complementary color

Complementary color for #hex is #677553.


I love getcolorcode.com

Triadic colors

1 #AC988A and #8AAC98 with #988AAC are triadic colors.

2 #AC8A98 and #8A98AC with #988AAC are triadic colors.