COLOR #998BAD

HEX: #998BAD RGB: (153,139,173)

Color info

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

RGB color model

#998BAD color RGB value is (153,139,173).

RGB: (153,139,173) (60%, 55%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 173 of 255 = 68%

153
139
173

R + G + B ~ 61%. #998BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 139 + 173 = 465 (100%)
R 153 of 465 ~ 32.9%
G 139 of 465 ~ 29.89%
B 173 of 465 ~ 37.2'%

%32.9
%29.89
%37.2

CMYK color model

#998BAD color CMYK value is (12,20,0,32).

  • cyan value is 11.56%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (12,20,0,32) C12M20Y0K32 (12%,20%,0%,32%) (0.12/0.20/0.00/0.32) 

CMYK percentages

%11.56
%19.65
%0
%32.16

Codes

Color #998BAD in popluar color models

99 8B AD
RGB 153 139 173
HSL 265° 17.17% 61.18%
HSB/HSV 265° 19.65% 67.84%
CMYK 11.56% 19.65% 0.00%
32.16%

Color #998BAD in popluar number systems.

HEX 99 8B AD
Decimal 153 139 173
Binary 10011001 10001011 10101101
Octal 231 213 255

Shades and tints

Shades of #998BAD

#998BAD
(153,139,173)
#8C7F9E
(140,127,158)
#7F738F
(127,115,143)
#726780
(114,103,128)
#655B71
(101,91,113)
#584F62
(88,79,98)
#4B4353
(75,67,83)
#3E3744
(62,55,68)
#312B35
(49,43,53)
#241F26
(36,31,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #998BAD

#998BAD
(153,139,173)
#A295B4
(162,149,180)
#AB9FBB
(171,159,187)
#B4A9C2
(180,169,194)
#BDB3C9
(189,179,201)
#C6BDD0
(198,189,208)
#CFC7D7
(207,199,215)
#D8D1DE
(216,209,222)
#E1DBE5
(225,219,229)
#EAE5EC
(234,229,236)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998BAD color. Also use rgb(153,139,173) instead hex code.

Text Font Color

.myTextColor { color: #998BAD; }

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

This text font color is #998BAD.

Background Color

.myBgColor { background-color: #998BAD; }

<div style="background-color:#998BAD">Inner text</div>

This div background color is #998BAD.

Border color

.myBorderColor { border: 1px solid #998BAD; }

<div style="border:3px solid #998BAD">Div</div>

This div border color is #998BAD.

Opacity

.myOpacity80 { color: #998BAD; opacity: 0.8; }

<p style="color:#998BAD;opacity:0.8;">80%</p>

Text with #998BAD 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 #998BAD;}

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

This text has shadow with #998BAD color.


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

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

This text has shadow with #998BAD primary color and red secondary color.


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

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

This text has shadow with #998BAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #998BAD.

Preview

Color preview on black background

This text has color #998BAD on black background.


Color preview on white background

This text has color #998BAD on white background.


Black color preview on #998BAD background

This text has black color on #998BAD background.


White color preview on #998BAD background

This text has white color on #998BAD background.


Related colors

Complementary color

Complementary color for #hex is #667452.


I love getcolorcode.com

Triadic colors

1 #AD998B and #8BAD99 with #998BAD are triadic colors.

2 #AD8B99 and #8B99AD with #998BAD are triadic colors.