COLOR #998ADC

HEX: #998ADC RGB: (153,138,220)

Color info

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

RGB color model

#998ADC color RGB value is (153,138,220).

RGB: (153,138,220) (60%, 54%, 86%)

RGB channels and saturation

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

153
138
220

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

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 220 = 511 (100%)
R 153 of 511 ~ 29.94%
G 138 of 511 ~ 27.01%
B 220 of 511 ~ 43.05'%

%29.94
%27.01
%43.05

CMYK color model

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

  • cyan value is 30.45%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (30,37,0,14)
C30M37Y0K14 (30%, 37%, 0%, 14%)
(0.30 / 0.37 / 0.00 / 0.14)

CMYK percentages

%30.45
%37.27
%0
%13.73

Codes

Color #998ADC in popluar color models

99 8A DC
RGB 153 138 220
HSL 251° 53.95% 70.20%
HSB/HSV 251° 37.27% 86.27%
CMYK 30.45% 37.27% 0.00%
13.73%

Color #998ADC in popluar number systems.

HEX 99 8A DC
Decimal 153 138 220
Binary 10011001 10001010 11011100
Octal 231 212 334

Shades and tints

Shades of #998ADC

#998ADC
(153,138,220)
#8C7EC8
(140,126,200)
#7F72B4
(127,114,180)
#7266A0
(114,102,160)
#655A8C
(101,90,140)
#584E78
(88,78,120)
#4B4264
(75,66,100)
#3E3650
(62,54,80)
#312A3C
(49,42,60)
#241E28
(36,30,40)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #998ADC

#998ADC
(153,138,220)
#A294DF
(162,148,223)
#AB9EE2
(171,158,226)
#B4A8E5
(180,168,229)
#BDB2E8
(189,178,232)
#C6BCEB
(198,188,235)
#CFC6EE
(207,198,238)
#D8D0F1
(216,208,241)
#E1DAF4
(225,218,244)
#EAE4F7
(234,228,247)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998ADC; }

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

This text font color is #998ADC.

Background Color

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

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

This div background color is #998ADC.

Border color

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

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

This div border color is #998ADC.

Opacity

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

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

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

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

This text has shadow with #998ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998ADC.

Preview

Color preview on black background

This text has color #998ADC on black background.


Color preview on white background

This text has color #998ADC on white background.


Black color preview on #998ADC background

This text has black color on #998ADC background.


White color preview on #998ADC background

This text has white color on #998ADC background.


Related colors

Complementary color

Complementary color for #hex is #667523.


I love getcolorcode.com

Triadic colors

1 #DC998A and #8ADC99 with #998ADC are triadic colors.

2 #DC8A99 and #8A99DC with #998ADC are triadic colors.