HEX: #998EBE
RGB: (153,142,190)
#998EBE contains red, green and blue colors in about the same proportion. Web safe color of #998EBE is #9999CC (or #99C).
#998EBE color RGB value is (153,142,190).
RGB: (153,142,190)
(60%, 56%, 75%)
R 153 of 255 = 60%
G 142 of 255 = 56%
B 190 of 255 = 75%
R + G + B ~ 64%. #998EBE is quite light color.
R + G + B = 153 + 142 + 190 = 485 (100%)
R 153 of 485 ~ 31.55%
G 142 of 485 ~ 29.28%
B 190 of 485 ~ 39.18'%
#998EBE color CMYK value is (19,25,0,25).
CMYK: (19,25,0,25)
C19M25Y0K25 (19%, 25%, 0%, 25%)
(0.19 / 0.25 / 0.00 / 0.25)
Color #998EBE in popluar color models
99 | 8E | BE | |
---|---|---|---|
RGB | 153 | 142 | 190 |
HSL | 254° | 26.97% | 65.10% |
HSB/HSV | 254° | 25.26% | 74.51% |
CMYK | 19.47% | 25.26% | 0.00% |
25.49% |
Color #998EBE in popluar number systems.
HEX | 99 | 8E | BE |
Decimal | 153 | 142 | 190 |
Binary | 10011001 | 10001110 | 10111110 |
Octal | 231 | 216 | 276 |
Shades of #998EBE
Tints of #998EBE
Examples of css and html codes for elements with #998EBE color. Also use rgb(153,142,190) instead hex code.
.myTextColor { color: #998EBE; }
<p style="color:#998EBE">This sample text font color is #998EBE.</p>
This text font color is #998EBE.
.myBgColor { background-color: #998EBE; }
<div style="background-color:#998EBE">Inner text</div>
This div background color is #998EBE.
.myBorderColor { border: 1px solid #998EBE; }
<div style="border:3px solid #998EBE">Div</div>
This div border color is #998EBE.
.myOpacity80 { color: #998EBE; opacity: 0.8; }
<p style="color:#998EBE;opacity:0.8;">80%</p>
Text with #998EBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998EBE;}
<p style="text-shadow: 3px 3px 1px #998EBE">Text here.</p>
This text has shadow with #998EBE color.
.textShadow {text-shadow: 3px 3px 1px #998EBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998EBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #998EBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998EBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998EBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #998EBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998EBE;
-webkit-box-shadow: 1px 1px 3px 2px #998EBE;
box-shadow: 1px 1px 3px 2px #998EBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998EBE; -webkit-box-shadow: 1px 1px 3px 2px #998EBE; box-shadow:1px 1px 3px 2px #998EBE;">
Div content here
</div>
This text has color #998EBE on black background.
This text has color #998EBE on white background.
This text has black color on #998EBE background.
This text has white color on #998EBE background.
Complementary color for #hex is #667141.