HEX: #959CCB
RGB: (149,156,203)
#959CCB contains red, green and blue colors in about the same proportion. Web safe color of #959CCB is #9999CC (or #99C).
#959CCB color RGB value is (149,156,203).
RGB: (149,156,203)
(58%, 61%, 80%)
R 149 of 255 = 58%
G 156 of 255 = 61%
B 203 of 255 = 80%
R + G + B ~ 66%. #959CCB is quite light color.
R + G + B = 149 + 156 + 203 = 508 (100%)
R 149 of 508 ~ 29.33%
G 156 of 508 ~ 30.71%
B 203 of 508 ~ 39.96'%
#959CCB color CMYK value is (27,23,0,20).
CMYK: (27,23,0,20)
C27M23Y0K20 (27%, 23%, 0%, 20%)
(0.27 / 0.23 / 0.00 / 0.20)
Color #959CCB in popluar color models
95 | 9C | CB | |
---|---|---|---|
RGB | 149 | 156 | 203 |
HSL | 232° | 34.18% | 69.02% |
HSB/HSV | 232° | 26.60% | 79.61% |
CMYK | 26.60% | 23.15% | 0.00% |
20.39% |
Color #959CCB in popluar number systems.
HEX | 95 | 9C | CB |
Decimal | 149 | 156 | 203 |
Binary | 10010101 | 10011100 | 11001011 |
Octal | 225 | 234 | 313 |
Shades of #959CCB
Tints of #959CCB
Examples of css and html codes for elements with #959CCB color. Also use rgb(149,156,203) instead hex code.
.myTextColor { color: #959CCB; }
<p style="color:#959CCB">This sample text font color is #959CCB.</p>
This text font color is #959CCB.
.myBgColor { background-color: #959CCB; }
<div style="background-color:#959CCB">Inner text</div>
This div background color is #959CCB.
.myBorderColor { border: 1px solid #959CCB; }
<div style="border:3px solid #959CCB">Div</div>
This div border color is #959CCB.
.myOpacity80 { color: #959CCB; opacity: 0.8; }
<p style="color:#959CCB;opacity:0.8;">80%</p>
Text with #959CCB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #959CCB;}
<p style="text-shadow: 3px 3px 1px #959CCB">Text here.</p>
This text has shadow with #959CCB color.
.textShadow {text-shadow: 3px 3px 1px #959CCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #959CCB, 5px 5px 20px red">Text here.</p>
This text has shadow with #959CCB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959CCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#959CCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #959CCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #959CCB;
-webkit-box-shadow: 1px 1px 3px 2px #959CCB;
box-shadow: 1px 1px 3px 2px #959CCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959CCB; -webkit-box-shadow: 1px 1px 3px 2px #959CCB; box-shadow:1px 1px 3px 2px #959CCB;">
Div content here
</div>
This text has color #959CCB on black background.
This text has color #959CCB on white background.
This text has black color on #959CCB background.
This text has white color on #959CCB background.
Complementary color for #hex is #6A6334.