COLOR #988DAF

HEX: #988DAF RGB: (152,141,175)

Color info

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

RGB color model

#988DAF color RGB value is (152,141,175).

RGB: (152,141,175) (60%, 55%, 69%)

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 175 of 255 = 69%

152
141
175

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

Portions of RGB colors in percentages

R + G + B = 152 + 141 + 175 = 468 (100%)
R 152 of 468 ~ 32.48%
G 141 of 468 ~ 30.13%
B 175 of 468 ~ 37.39'%

%32.48
%30.13
%37.39

CMYK color model

#988DAF color CMYK value is (13,19,0,31).

  • cyan value is 13.14%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,19,0,31)
C13M19Y0K31 (13%, 19%, 0%, 31%)
(0.13 / 0.19 / 0.00 / 0.31)

CMYK percentages

%13.14
%19.43
%0
%31.37

Codes

Color #988DAF in popluar color models

98 8D AF
RGB 152 141 175
HSL 259° 17.53% 61.96%
HSB/HSV 259° 19.43% 68.63%
CMYK 13.14% 19.43% 0.00%
31.37%

Color #988DAF in popluar number systems.

HEX 98 8D AF
Decimal 152 141 175
Binary 10011000 10001101 10101111
Octal 230 215 257

Shades and tints

Shades of #988DAF

#988DAF
(152,141,175)
#8B81A0
(139,129,160)
#7E7591
(126,117,145)
#716982
(113,105,130)
#645D73
(100,93,115)
#575164
(87,81,100)
#4A4555
(74,69,85)
#3D3946
(61,57,70)
#302D37
(48,45,55)
#232128
(35,33,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #988DAF

#988DAF
(152,141,175)
#A197B6
(161,151,182)
#AAA1BD
(170,161,189)
#B3ABC4
(179,171,196)
#BCB5CB
(188,181,203)
#C5BFD2
(197,191,210)
#CEC9D9
(206,201,217)
#D7D3E0
(215,211,224)
#E0DDE7
(224,221,231)
#E9E7EE
(233,231,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988DAF; }

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

This text font color is #988DAF.

Background Color

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

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

This div background color is #988DAF.

Border color

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

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

This div border color is #988DAF.

Opacity

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

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

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

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

This text has shadow with #988DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988DAF.

Preview

Color preview on black background

This text has color #988DAF on black background.


Color preview on white background

This text has color #988DAF on white background.


Black color preview on #988DAF background

This text has black color on #988DAF background.


White color preview on #988DAF background

This text has white color on #988DAF background.


Related colors

Complementary color

Complementary color for #hex is #677250.


I love getcolorcode.com

Triadic colors

1 #AF988D and #8DAF98 with #988DAF are triadic colors.

2 #AF8D98 and #8D98AF with #988DAF are triadic colors.