COLOR #998DBC

HEX: #998DBC RGB: (153,141,188)

Color info

#998DBC contains red, green and blue colors in about the same proportion. Web safe color of #998DBC is #9999CC (or #99C).

RGB color model

#998DBC color RGB value is (153,141,188).

RGB: (153,141,188) (60%, 55%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 188 of 255 = 74%

153
141
188

R + G + B ~ 63%. #998DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 141 + 188 = 482 (100%)
R 153 of 482 ~ 31.74%
G 141 of 482 ~ 29.25%
B 188 of 482 ~ 39'%

%31.74
%29.25
%39

CMYK color model

#998DBC color CMYK value is (19,25,0,26).

  • cyan value is 18.62%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (19,25,0,26)
C19M25Y0K26 (19%, 25%, 0%, 26%)
(0.19 / 0.25 / 0.00 / 0.26)

CMYK percentages

%18.62
%25
%0
%26.27

Codes

Color #998DBC in popluar color models

99 8D BC
RGB 153 141 188
HSL 255° 25.97% 64.51%
HSB/HSV 255° 25.00% 73.73%
CMYK 18.62% 25.00% 0.00%
26.27%

Color #998DBC in popluar number systems.

HEX 99 8D BC
Decimal 153 141 188
Binary 10011001 10001101 10111100
Octal 231 215 274

Shades and tints

Shades of #998DBC

#998DBC
(153,141,188)
#8C81AB
(140,129,171)
#7F759A
(127,117,154)
#726989
(114,105,137)
#655D78
(101,93,120)
#585167
(88,81,103)
#4B4556
(75,69,86)
#3E3945
(62,57,69)
#312D34
(49,45,52)
#242123
(36,33,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #998DBC

#998DBC
(153,141,188)
#A297C2
(162,151,194)
#ABA1C8
(171,161,200)
#B4ABCE
(180,171,206)
#BDB5D4
(189,181,212)
#C6BFDA
(198,191,218)
#CFC9E0
(207,201,224)
#D8D3E6
(216,211,230)
#E1DDEC
(225,221,236)
#EAE7F2
(234,231,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998DBC color. Also use rgb(153,141,188) instead hex code.

Text Font Color

.myTextColor { color: #998DBC; }

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

This text font color is #998DBC.

Background Color

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

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

This div background color is #998DBC.

Border color

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

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

This div border color is #998DBC.

Opacity

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

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

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

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

This text has shadow with #998DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998DBC.

Preview

Color preview on black background

This text has color #998DBC on black background.


Color preview on white background

This text has color #998DBC on white background.


Black color preview on #998DBC background

This text has black color on #998DBC background.


White color preview on #998DBC background

This text has white color on #998DBC background.


Related colors

Complementary color

Complementary color for #hex is #667243.


I love getcolorcode.com

Triadic colors

1 #BC998D and #8DBC99 with #998DBC are triadic colors.

2 #BC8D99 and #8D99BC with #998DBC are triadic colors.