COLOR #998CB1

HEX: #998CB1 RGB: (153,140,177)

Color info

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

RGB color model

#998CB1 color RGB value is (153,140,177).

RGB: (153,140,177) (60%, 55%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 177 of 255 = 69%

153
140
177

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 177 = 470 (100%)
R 153 of 470 ~ 32.55%
G 140 of 470 ~ 29.79%
B 177 of 470 ~ 37.66'%

%32.55
%29.79
%37.66

CMYK color model

#998CB1 color CMYK value is (14,21,0,31).

  • cyan value is 13.56%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (14,21,0,31)
C14M21Y0K31 (14%, 21%, 0%, 31%)
(0.14 / 0.21 / 0.00 / 0.31)

CMYK percentages

%13.56
%20.9
%0
%30.59

Codes

Color #998CB1 in popluar color models

99 8C B1
RGB 153 140 177
HSL 261° 19.17% 62.16%
HSB/HSV 261° 20.90% 69.41%
CMYK 13.56% 20.90% 0.00%
30.59%

Color #998CB1 in popluar number systems.

HEX 99 8C B1
Decimal 153 140 177
Binary 10011001 10001100 10110001
Octal 231 214 261

Shades and tints

Shades of #998CB1

#998CB1
(153,140,177)
#8C80A1
(140,128,161)
#7F7491
(127,116,145)
#726881
(114,104,129)
#655C71
(101,92,113)
#585061
(88,80,97)
#4B4451
(75,68,81)
#3E3841
(62,56,65)
#312C31
(49,44,49)
#242021
(36,32,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #998CB1

#998CB1
(153,140,177)
#A296B8
(162,150,184)
#ABA0BF
(171,160,191)
#B4AAC6
(180,170,198)
#BDB4CD
(189,180,205)
#C6BED4
(198,190,212)
#CFC8DB
(207,200,219)
#D8D2E2
(216,210,226)
#E1DCE9
(225,220,233)
#EAE6F0
(234,230,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998CB1 color. Also use rgb(153,140,177) instead hex code.

Text Font Color

.myTextColor { color: #998CB1; }

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

This text font color is #998CB1.

Background Color

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

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

This div background color is #998CB1.

Border color

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

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

This div border color is #998CB1.

Opacity

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

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

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

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

This text has shadow with #998CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998CB1.

Preview

Color preview on black background

This text has color #998CB1 on black background.


Color preview on white background

This text has color #998CB1 on white background.


Black color preview on #998CB1 background

This text has black color on #998CB1 background.


White color preview on #998CB1 background

This text has white color on #998CB1 background.


Related colors

Complementary color

Complementary color for #hex is #66734E.


I love getcolorcode.com

Triadic colors

1 #B1998C and #8CB199 with #998CB1 are triadic colors.

2 #B18C99 and #8C99B1 with #998CB1 are triadic colors.