COLOR #998CD3

HEX: #998CD3
RGB: (153,140,211)

Color info

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

RGB color model

#998CD3 color RGB value is (153,140,211).

  • red value is 153;
  • green value is 140;
  • blue value is 211.
RGB: (153,140,211) (60%,55%,83%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 211 of 255 = 83%

153
140
211

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 211 = 504 (100%)
R 153 of 504 ~ 30.36%
G 140 of 504 ~ 27.78%
B 211 of 504 ~ 41.87%

%30.36
%27.78
%41.87

CMYK color model

#998CD3 color CMYK value is (27,34,0,17).

  • cyan value is 27.49%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (27,34,0,17) C27M34Y0K17 (27%,34%,0%,17%) (0.27/0.34/0.00/0.17)

CMYK percentages

%27.49
%33.65
%0
%17.25

Codes

Color #998CD3 in popluar color models

998CD3
RGB153140211
HSL251°44.65%68.82%
HSB/HSV251°33.65%82.75%
CMYK27.49%33.65%0.00%
17.25%

Color #998CD3 in popluar number systems.

HEX998CD3
Decimal153140211
Binary100110011000110011010011
Octal231214323

Shades and tints

Shades of #998CD3

#998CD3
(153,140,211)
#8C80C0
(140,128,192)
#7F74AD
(127,116,173)
#72689A
(114,104,154)
#655C87
(101,92,135)
#585074
(88,80,116)
#4B4461
(75,68,97)
#3E384E
(62,56,78)
#312C3B
(49,44,59)
#242028
(36,32,40)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #998CD3

#998CD3
(153,140,211)
#A296D7
(162,150,215)
#ABA0DB
(171,160,219)
#B4AADF
(180,170,223)
#BDB4E3
(189,180,227)
#C6BEE7
(198,190,231)
#CFC8EB
(207,200,235)
#D8D2EF
(216,210,239)
#E1DCF3
(225,220,243)
#EAE6F7
(234,230,247)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998CD3 color. Also use rgb(153,140,211) instead hex code.

Text Font Color

.myTextColor { color: #998CD3; }

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

This text font color is #998CD3.


Background Color

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

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

This div background color is #998CD3.


Border color

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

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

This div border color is #998CD3.


Opacity

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

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

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

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

This text has shadow with #998CD3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #998CD3 on black background.


Color preview on white background

This text has color #998CD3 on white background.



Black color preview on #998CD3 background

This text has black color on #998CD3 background.


White color preview on #998CD3 background

This text has white color on #998CD3 background.