COLOR #988AB2

HEX: #988AB2 RGB: (152,138,178)

Color info

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

RGB color model

#988AB2 color RGB value is (152,138,178).

RGB: (152,138,178) (60%, 54%, 70%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 178 of 255 = 70%

152
138
178

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 178 = 468 (100%)
R 152 of 468 ~ 32.48%
G 138 of 468 ~ 29.49%
B 178 of 468 ~ 38.03'%

%32.48
%29.49
%38.03

CMYK color model

#988AB2 color CMYK value is (15,22,0,30).

  • cyan value is 14.61%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (15,22,0,30)
C15M22Y0K30 (15%, 22%, 0%, 30%)
(0.15 / 0.22 / 0.00 / 0.30)

CMYK percentages

%14.61
%22.47
%0
%30.2

Codes

Color #988AB2 in popluar color models

98 8A B2
RGB 152 138 178
HSL 261° 20.62% 61.96%
HSB/HSV 261° 22.47% 69.80%
CMYK 14.61% 22.47% 0.00%
30.20%

Color #988AB2 in popluar number systems.

HEX 98 8A B2
Decimal 152 138 178
Binary 10011000 10001010 10110010
Octal 230 212 262

Shades and tints

Shades of #988AB2

#988AB2
(152,138,178)
#8B7EA2
(139,126,162)
#7E7292
(126,114,146)
#716682
(113,102,130)
#645A72
(100,90,114)
#574E62
(87,78,98)
#4A4252
(74,66,82)
#3D3642
(61,54,66)
#302A32
(48,42,50)
#231E22
(35,30,34)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #988AB2

#988AB2
(152,138,178)
#A194B9
(161,148,185)
#AA9EC0
(170,158,192)
#B3A8C7
(179,168,199)
#BCB2CE
(188,178,206)
#C5BCD5
(197,188,213)
#CEC6DC
(206,198,220)
#D7D0E3
(215,208,227)
#E0DAEA
(224,218,234)
#E9E4F1
(233,228,241)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988AB2; }

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

This text font color is #988AB2.

Background Color

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

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

This div background color is #988AB2.

Border color

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

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

This div border color is #988AB2.

Opacity

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

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

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

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

This text has shadow with #988AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988AB2.

Preview

Color preview on black background

This text has color #988AB2 on black background.


Color preview on white background

This text has color #988AB2 on white background.


Black color preview on #988AB2 background

This text has black color on #988AB2 background.


White color preview on #988AB2 background

This text has white color on #988AB2 background.


Related colors

Complementary color

Complementary color for #hex is #67754D.


I love getcolorcode.com

Triadic colors

1 #B2988A and #8AB298 with #988AB2 are triadic colors.

2 #B28A98 and #8A98B2 with #988AB2 are triadic colors.