HEX: #968EAA
RGB: (150,142,170)
#968EAA contains red, green and blue colors in about the same proportion. Web safe color of #968EAA is #999999 (or #999).
#968EAA color RGB value is (150,142,170).
RGB: (150,142,170)
(59%, 56%, 67%)
R 150 of 255 = 59%
G 142 of 255 = 56%
B 170 of 255 = 67%
R + G + B ~ 61%. #968EAA is quite light color.
R + G + B = 150 + 142 + 170 = 462 (100%)
R 150 of 462 ~ 32.47%
G 142 of 462 ~ 30.74%
B 170 of 462 ~ 36.8'%
#968EAA color CMYK value is (12,16,0,33).
CMYK: (12,16,0,33)
C12M16Y0K33 (12%, 16%, 0%, 33%)
(0.12 / 0.16 / 0.00 / 0.33)
Color #968EAA in popluar color models
96 | 8E | AA | |
---|---|---|---|
RGB | 150 | 142 | 170 |
HSL | 257° | 14.14% | 61.18% |
HSB/HSV | 257° | 16.47% | 66.67% |
CMYK | 11.76% | 16.47% | 0.00% |
33.33% |
Color #968EAA in popluar number systems.
HEX | 96 | 8E | AA |
Decimal | 150 | 142 | 170 |
Binary | 10010110 | 10001110 | 10101010 |
Octal | 226 | 216 | 252 |
Shades of #968EAA
Tints of #968EAA
Examples of css and html codes for elements with #968EAA color. Also use rgb(150,142,170) instead hex code.
.myTextColor { color: #968EAA; }
<p style="color:#968EAA">This sample text font color is #968EAA.</p>
This text font color is #968EAA.
.myBgColor { background-color: #968EAA; }
<div style="background-color:#968EAA">Inner text</div>
This div background color is #968EAA.
.myBorderColor { border: 1px solid #968EAA; }
<div style="border:3px solid #968EAA">Div</div>
This div border color is #968EAA.
.myOpacity80 { color: #968EAA; opacity: 0.8; }
<p style="color:#968EAA;opacity:0.8;">80%</p>
Text with #968EAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #968EAA;}
<p style="text-shadow: 3px 3px 1px #968EAA">Text here.</p>
This text has shadow with #968EAA color.
.textShadow {text-shadow: 3px 3px 1px #968EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #968EAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #968EAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#968EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#968EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #968EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #968EAA;
-webkit-box-shadow: 1px 1px 3px 2px #968EAA;
box-shadow: 1px 1px 3px 2px #968EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #968EAA; -webkit-box-shadow: 1px 1px 3px 2px #968EAA; box-shadow:1px 1px 3px 2px #968EAA;">
Div content here
</div>
This text has color #968EAA on black background.
This text has color #968EAA on white background.
This text has black color on #968EAA background.
This text has white color on #968EAA background.
Complementary color for #hex is #697155.