Hex #9999cc Color
equivalent to
RGB
(153, 153, 204)Details of #9999cc
|
|
|
|
Color HEX #9999cc matches (153, 153, 204) in RGB.
#9999cc hex color red value is 153, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9999cc hue: 0.67, saturation: 0.33 and the lightness value of 9999cc is 0.70.
The process color (four color CMYK) of #9999cc color hex is 0.25, 0.25, 0.00, 0.20. Web safe color of #9999cc is #9999cc. Color #9999cc contains mainly BLUE color.
Base Numbers
|
|
|
|
#9999cc tints
#9999cc shades
RGB in % of #9999cc
CMYK in % of #9999cc
Preview Color #9999cc on black ground
Very nice color.
Preview Color #9999cc on white ground
Very nice color.
CSS Codes #9999cc color
.mybgcolor {background-color:#9999cc; } .myforecolor {color:#9999cc; } .mybordercolor {border:3px solid #9999cc; }
Text Font Color #9999cc
<p style="color:#9999cc">Text here</p>
This sample text font color is #9999cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #9999cc
<div style="background-color:#9999cc">
Div content here</div>
This div background color is #9999cc
Border Color #9999cc
<div style="border:3px solid #9999cc">
Div here</div>
The color of this border is #9999cc
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9999cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9999cc; -webkit-box-shadow: 1px 1px 3px 2px #9999cc; box-shadow: 1px 1px 3px 2px #9999cc; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #9999cc">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9999cc; -webkit-box-shadow: 1px 1px 3px 2px #9999cc; box-shadow: 1px 1px 3px 2px #9999cc;">
Div content here</div>
The shadow of div box using color #9999cc