HEX: #968ACB
RGB: (150,138,203)
#968ACB contains mainly red and blue colors. Web safe color of #968ACB is #9999CC (or #99C).
#968ACB color RGB value is (150,138,203).
RGB: (150,138,203)
(59%, 54%, 80%)
R 150 of 255 = 59%
G 138 of 255 = 54%
B 203 of 255 = 80%
R + G + B ~ 64%. #968ACB is quite light color.
R + G + B = 150 + 138 + 203 = 491 (100%)
R 150 of 491 ~ 30.55%
G 138 of 491 ~ 28.11%
B 203 of 491 ~ 41.34'%
#968ACB color CMYK value is (26,32,0,20).
CMYK: (26,32,0,20)
C26M32Y0K20 (26%, 32%, 0%, 20%)
(0.26 / 0.32 / 0.00 / 0.20)
Color #968ACB in popluar color models
96 | 8A | CB | |
---|---|---|---|
RGB | 150 | 138 | 203 |
HSL | 251° | 38.46% | 66.86% |
HSB/HSV | 251° | 32.02% | 79.61% |
CMYK | 26.11% | 32.02% | 0.00% |
20.39% |
Color #968ACB in popluar number systems.
HEX | 96 | 8A | CB |
Decimal | 150 | 138 | 203 |
Binary | 10010110 | 10001010 | 11001011 |
Octal | 226 | 212 | 313 |
Shades of #968ACB
Tints of #968ACB
Examples of css and html codes for elements with #968ACB color. Also use rgb(150,138,203) instead hex code.
.myTextColor { color: #968ACB; }
<p style="color:#968ACB">This sample text font color is #968ACB.</p>
This text font color is #968ACB.
.myBgColor { background-color: #968ACB; }
<div style="background-color:#968ACB">Inner text</div>
This div background color is #968ACB.
.myBorderColor { border: 1px solid #968ACB; }
<div style="border:3px solid #968ACB">Div</div>
This div border color is #968ACB.
.myOpacity80 { color: #968ACB; opacity: 0.8; }
<p style="color:#968ACB;opacity:0.8;">80%</p>
Text with #968ACB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #968ACB;}
<p style="text-shadow: 3px 3px 1px #968ACB">Text here.</p>
This text has shadow with #968ACB color.
.textShadow {text-shadow: 3px 3px 1px #968ACB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #968ACB, 5px 5px 20px red">Text here.</p>
This text has shadow with #968ACB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#968ACB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#968ACB, Direction=45, Strength=4)">Text</p>
This text has shadow with #968ACB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #968ACB;
-webkit-box-shadow: 1px 1px 3px 2px #968ACB;
box-shadow: 1px 1px 3px 2px #968ACB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #968ACB; -webkit-box-shadow: 1px 1px 3px 2px #968ACB; box-shadow:1px 1px 3px 2px #968ACB;">
Div content here
</div>
This text has color #968ACB on black background.
This text has color #968ACB on white background.
This text has black color on #968ACB background.
This text has white color on #968ACB background.
Complementary color for #hex is #697534.