COLOR #998BD6

HEX: #998BD6
RGB: (153,139,214)

Color info

#998BD6 contains mainly blue color. Web safe color of #998BD6 is #9999CC (or #99C).

RGB color model

#998BD6 color RGB value is (153,139,214).

  • red value is 153;
  • green value is 139;
  • blue value is 214.
RGB:
(153,139,214)
(60%,55%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 214 of 255 = 84%

153
139
214

R + G + B ~ 66%. #998BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 139 + 214 = 506 (100%)
R 153 of 506 ~ 30.24%
G 139 of 506 ~ 27.47%
B 214 of 506 ~ 42.29%

%30.24
%27.47
%42.29

CMYK color model

#998BD6 color CMYK value is (29,35,0,16).

  • cyan value is 28.50%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,35,0,16)
C29M35Y0K16 
(29%,35%,0%,16%)
(0.29/0.35/0.00/0.16)	

CMYK percentages

%28.5
%35.05
%0
%16.08

Codes

Color #998BD6 in popluar color models

998BD6
RGB153139214
HSL251°47.77%69.22%
HSB/HSV251°35.05%83.92%
CMYK28.50%35.05%0.00%
16.08%

Color #998BD6 in popluar number systems.

HEX998BD6
Decimal153139214
Binary100110011000101111010110
Octal231213326

Shades and tints

Shades of #998BD6

#998BD6
(153,139,214)
#8C7FC3
(140,127,195)
#7F73B0
(127,115,176)
#72679D
(114,103,157)
#655B8A
(101,91,138)
#584F77
(88,79,119)
#4B4364
(75,67,100)
#3E3751
(62,55,81)
#312B3E
(49,43,62)
#241F2B
(36,31,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #998BD6

#998BD6
(153,139,214)
#A295D9
(162,149,217)
#AB9FDC
(171,159,220)
#B4A9DF
(180,169,223)
#BDB3E2
(189,179,226)
#C6BDE5
(198,189,229)
#CFC7E8
(207,199,232)
#D8D1EB
(216,209,235)
#E1DBEE
(225,219,238)
#EAE5F1
(234,229,241)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998BD6; }

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

This text font color is #998BD6.


Background Color

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

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

This div background color is #998BD6.


Border color

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

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

This div border color is #998BD6.


Opacity

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

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

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

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

This text has shadow with #998BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998BD6 on black background.


Color preview on white background

This text has color #998BD6 on white background.



Black color preview on #998BD6 background

This text has black color on #998BD6 background.


White color preview on #998BD6 background

This text has white color on #998BD6 background.