COLOR #998DCB

HEX: #998DCB
RGB: (153,141,203)

Color info

#998DCB contains mainly red and blue colors. Web safe color of #998DCB is #9999CC (or #99C).

RGB color model

#998DCB color RGB value is (153,141,203).

  • red value is 153;
  • green value is 141;
  • blue value is 203.
RGB:
(153,141,203)
(60%,55%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 203 of 255 = 80%

153
141
203

R + G + B ~ 65%. #998DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 203 = 497 (100%)
R 153 of 497 ~ 30.78%
G 141 of 497 ~ 28.37%
B 203 of 497 ~ 40.85%

%30.78
%28.37
%40.85

CMYK color model

#998DCB color CMYK value is (25,31,0,20).

  • cyan value is 24.63%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(25,31,0,20)
C25M31Y0K20 
(25%,31%,0%,20%)
(0.25/0.31/0.00/0.20)	

CMYK percentages

%24.63
%30.54
%0
%20.39

Codes

Color #998DCB in popluar color models

998DCB
RGB153141203
HSL252°37.35%67.45%
HSB/HSV252°30.54%79.61%
CMYK24.63%30.54%0.00%
20.39%

Color #998DCB in popluar number systems.

HEX998DCB
Decimal153141203
Binary100110011000110111001011
Octal231215313

Shades and tints

Shades of #998DCB

#998DCB
(153,141,203)
#8C81B9
(140,129,185)
#7F75A7
(127,117,167)
#726995
(114,105,149)
#655D83
(101,93,131)
#585171
(88,81,113)
#4B455F
(75,69,95)
#3E394D
(62,57,77)
#312D3B
(49,45,59)
#242129
(36,33,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #998DCB

#998DCB
(153,141,203)
#A297CF
(162,151,207)
#ABA1D3
(171,161,211)
#B4ABD7
(180,171,215)
#BDB5DB
(189,181,219)
#C6BFDF
(198,191,223)
#CFC9E3
(207,201,227)
#D8D3E7
(216,211,231)
#E1DDEB
(225,221,235)
#EAE7EF
(234,231,239)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998DCB; }

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

This text font color is #998DCB.


Background Color

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

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

This div background color is #998DCB.


Border color

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

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

This div border color is #998DCB.


Opacity

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

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

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

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

This text has shadow with #998DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998DCB on black background.


Color preview on white background

This text has color #998DCB on white background.



Black color preview on #998DCB background

This text has black color on #998DCB background.


White color preview on #998DCB background

This text has white color on #998DCB background.