COLOR #998ADB

HEX: #998ADB
RGB: (153,138,219)

Color info

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

RGB color model

#998ADB color RGB value is (153,138,219).

  • red value is 153;
  • green value is 138;
  • blue value is 219.
RGB:
(153,138,219)
(60%,54%,86%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 219 of 255 = 86%

153
138
219

R + G + B ~ 67%. #998ADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 219 = 510 (100%)
R 153 of 510 ~ 30%
G 138 of 510 ~ 27.06%
B 219 of 510 ~ 42.94%

%30
%27.06
%42.94

CMYK color model

#998ADB color CMYK value is (30,37,0,14).

  • cyan value is 30.14%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(30,37,0,14)
C30M37Y0K14 
(30%,37%,0%,14%)
(0.30/0.37/0.00/0.14)	

CMYK percentages

%30.14
%36.99
%0
%14.12

Codes

Color #998ADB in popluar color models

998ADB
RGB153138219
HSL251°52.94%70.00%
HSB/HSV251°36.99%85.88%
CMYK30.14%36.99%0.00%
14.12%

Color #998ADB in popluar number systems.

HEX998ADB
Decimal153138219
Binary100110011000101011011011
Octal231212333

Shades and tints

Shades of #998ADB

#998ADB
(153,138,219)
#8C7EC8
(140,126,200)
#7F72B5
(127,114,181)
#7266A2
(114,102,162)
#655A8F
(101,90,143)
#584E7C
(88,78,124)
#4B4269
(75,66,105)
#3E3656
(62,54,86)
#312A43
(49,42,67)
#241E30
(36,30,48)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #998ADB

#998ADB
(153,138,219)
#A294DE
(162,148,222)
#AB9EE1
(171,158,225)
#B4A8E4
(180,168,228)
#BDB2E7
(189,178,231)
#C6BCEA
(198,188,234)
#CFC6ED
(207,198,237)
#D8D0F0
(216,208,240)
#E1DAF3
(225,218,243)
#EAE4F6
(234,228,246)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998ADB color. Also use rgb(153,138,219) instead hex code.

Text Font Color

.myTextColor { color: #998ADB; }

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

This text font color is #998ADB.


Background Color

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

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

This div background color is #998ADB.


Border color

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

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

This div border color is #998ADB.


Opacity

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

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

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

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

This text has shadow with #998ADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998ADB on black background.


Color preview on white background

This text has color #998ADB on white background.



Black color preview on #998ADB background

This text has black color on #998ADB background.


White color preview on #998ADB background

This text has white color on #998ADB background.