HEX: #889BCC
RGB: (136,155,204)
#889BCC contains mainly green and blue colors. Web safe color of #889BCC is #9999CC (or #99C).
#889BCC color RGB value is (136,155,204).
RGB: (136,155,204)
(53%, 61%, 80%)
R 136 of 255 = 53%
G 155 of 255 = 61%
B 204 of 255 = 80%
R + G + B ~ 65%. #889BCC is quite light color.
R + G + B = 136 + 155 + 204 = 495 (100%)
R 136 of 495 ~ 27.47%
G 155 of 495 ~ 31.31%
B 204 of 495 ~ 41.21'%
#889BCC color CMYK value is (33,24,0,20).
CMYK: (33,24,0,20)
C33M24Y0K20 (33%, 24%, 0%, 20%)
(0.33 / 0.24 / 0.00 / 0.20)
Color #889BCC in popluar color models
88 | 9B | CC | |
---|---|---|---|
RGB | 136 | 155 | 204 |
HSL | 223° | 40.00% | 66.67% |
HSB/HSV | 223° | 33.33% | 80.00% |
CMYK | 33.33% | 24.02% | 0.00% |
20.00% |
Color #889BCC in popluar number systems.
HEX | 88 | 9B | CC |
Decimal | 136 | 155 | 204 |
Binary | 10001000 | 10011011 | 11001100 |
Octal | 210 | 233 | 314 |
Shades of #889BCC
Tints of #889BCC
Examples of css and html codes for elements with #889BCC color. Also use rgb(136,155,204) instead hex code.
.myTextColor { color: #889BCC; }
<p style="color:#889BCC">This sample text font color is #889BCC.</p>
This text font color is #889BCC.
.myBgColor { background-color: #889BCC; }
<div style="background-color:#889BCC">Inner text</div>
This div background color is #889BCC.
.myBorderColor { border: 1px solid #889BCC; }
<div style="border:3px solid #889BCC">Div</div>
This div border color is #889BCC.
.myOpacity80 { color: #889BCC; opacity: 0.8; }
<p style="color:#889BCC;opacity:0.8;">80%</p>
Text with #889BCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #889BCC;}
<p style="text-shadow: 3px 3px 1px #889BCC">Text here.</p>
This text has shadow with #889BCC color.
.textShadow {text-shadow: 3px 3px 1px #889BCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #889BCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #889BCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#889BCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#889BCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #889BCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #889BCC;
-webkit-box-shadow: 1px 1px 3px 2px #889BCC;
box-shadow: 1px 1px 3px 2px #889BCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #889BCC; -webkit-box-shadow: 1px 1px 3px 2px #889BCC; box-shadow:1px 1px 3px 2px #889BCC;">
Div content here
</div>
This text has color #889BCC on black background.
This text has color #889BCC on white background.
This text has black color on #889BCC background.
This text has white color on #889BCC background.
Complementary color for #hex is #776433.