HEX: #959BCD
RGB: (149,155,205)
#959BCD contains red, green and blue colors in about the same proportion. Web safe color of #959BCD is #9999CC (or #99C).
#959BCD color RGB value is (149,155,205).
RGB: (149,155,205)
(58%, 61%, 80%)
R 149 of 255 = 58%
G 155 of 255 = 61%
B 205 of 255 = 80%
R + G + B ~ 66%. #959BCD is quite light color.
R + G + B = 149 + 155 + 205 = 509 (100%)
R 149 of 509 ~ 29.27%
G 155 of 509 ~ 30.45%
B 205 of 509 ~ 40.28'%
#959BCD color CMYK value is (27,24,0,20).
CMYK: (27,24,0,20)
C27M24Y0K20 (27%, 24%, 0%, 20%)
(0.27 / 0.24 / 0.00 / 0.20)
Color #959BCD in popluar color models
95 | 9B | CD | |
---|---|---|---|
RGB | 149 | 155 | 205 |
HSL | 234° | 35.90% | 69.41% |
HSB/HSV | 234° | 27.32% | 80.39% |
CMYK | 27.32% | 24.39% | 0.00% |
19.61% |
Color #959BCD in popluar number systems.
HEX | 95 | 9B | CD |
Decimal | 149 | 155 | 205 |
Binary | 10010101 | 10011011 | 11001101 |
Octal | 225 | 233 | 315 |
Shades of #959BCD
Tints of #959BCD
Examples of css and html codes for elements with #959BCD color. Also use rgb(149,155,205) instead hex code.
.myTextColor { color: #959BCD; }
<p style="color:#959BCD">This sample text font color is #959BCD.</p>
This text font color is #959BCD.
.myBgColor { background-color: #959BCD; }
<div style="background-color:#959BCD">Inner text</div>
This div background color is #959BCD.
.myBorderColor { border: 1px solid #959BCD; }
<div style="border:3px solid #959BCD">Div</div>
This div border color is #959BCD.
.myOpacity80 { color: #959BCD; opacity: 0.8; }
<p style="color:#959BCD;opacity:0.8;">80%</p>
Text with #959BCD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #959BCD;}
<p style="text-shadow: 3px 3px 1px #959BCD">Text here.</p>
This text has shadow with #959BCD color.
.textShadow {text-shadow: 3px 3px 1px #959BCD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #959BCD, 5px 5px 20px red">Text here.</p>
This text has shadow with #959BCD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959BCD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#959BCD, Direction=45, Strength=4)">Text</p>
This text has shadow with #959BCD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #959BCD;
-webkit-box-shadow: 1px 1px 3px 2px #959BCD;
box-shadow: 1px 1px 3px 2px #959BCD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959BCD; -webkit-box-shadow: 1px 1px 3px 2px #959BCD; box-shadow:1px 1px 3px 2px #959BCD;">
Div content here
</div>
This text has color #959BCD on black background.
This text has color #959BCD on white background.
This text has black color on #959BCD background.
This text has white color on #959BCD background.
Complementary color for #hex is #6A6432.