COLOR #988AA3

HEX: #988AA3 RGB: (152,138,163)

Color info

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

RGB color model

#988AA3 color RGB value is (152,138,163).

RGB: (152,138,163) (60%, 54%, 64%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 163 of 255 = 64%

152
138
163

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 163 = 453 (100%)
R 152 of 453 ~ 33.55%
G 138 of 453 ~ 30.46%
B 163 of 453 ~ 35.98'%

%33.55
%30.46
%35.98

CMYK color model

#988AA3 color CMYK value is (7,15,0,36).

  • cyan value is 6.75%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (7,15,0,36) C7M15Y0K36 (7%,15%,0%,36%) (0.07/0.15/0.00/0.36) 

CMYK percentages

%6.75
%15.34
%0
%36.08

Codes

Color #988AA3 in popluar color models

98 8A A3
RGB 152 138 163
HSL 274° 11.96% 59.02%
HSB/HSV 274° 15.34% 63.92%
CMYK 6.75% 15.34% 0.00%
36.08%

Color #988AA3 in popluar number systems.

HEX 98 8A A3
Decimal 152 138 163
Binary 10011000 10001010 10100011
Octal 230 212 243

Shades and tints

Shades of #988AA3

#988AA3
(152,138,163)
#8B7E95
(139,126,149)
#7E7287
(126,114,135)
#716679
(113,102,121)
#645A6B
(100,90,107)
#574E5D
(87,78,93)
#4A424F
(74,66,79)
#3D3641
(61,54,65)
#302A33
(48,42,51)
#231E25
(35,30,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #988AA3

#988AA3
(152,138,163)
#A194AB
(161,148,171)
#AA9EB3
(170,158,179)
#B3A8BB
(179,168,187)
#BCB2C3
(188,178,195)
#C5BCCB
(197,188,203)
#CEC6D3
(206,198,211)
#D7D0DB
(215,208,219)
#E0DAE3
(224,218,227)
#E9E4EB
(233,228,235)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AA3; }

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

This text font color is #988AA3.

Background Color

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

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

This div background color is #988AA3.

Border color

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

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

This div border color is #988AA3.

Opacity

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

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

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

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

This text has shadow with #988AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988AA3.

Preview

Color preview on black background

This text has color #988AA3 on black background.


Color preview on white background

This text has color #988AA3 on white background.


Black color preview on #988AA3 background

This text has black color on #988AA3 background.


White color preview on #988AA3 background

This text has white color on #988AA3 background.


Related colors

Complementary color

Complementary color for #hex is #67755C.


I love getcolorcode.com

Triadic colors

1 #A3988A and #8AA398 with #988AA3 are triadic colors.

2 #A38A98 and #8A98A3 with #988AA3 are triadic colors.