#9999cc

#9999cc color hex

#9999cc hex color information.
RGB value of #9999cc is (153,153,204)
#9999cc hex color code is also equal to #99C
Change page background color to #9999cc | Reset

#9999cc rgb color chart

Color spaces of #9999cc

RGB 153153204
HSL0.670.330.70
HSV240°25°80°
CMYK 0.250.250.00   0.20
XYZ35.427233.914461.8057
Yxy33.91440.27010.2586
Hunter Lab58.23616.6752-22.1590
CIE-Lab64.894611.1510-26.1237

Shades of #9999cc

Tints of #9999cc

RGB Percentages of Color #9999cc

%30.00
%30.00
%40.00

CMYK Percentages of Color #9999cc

%25
%25
%0
%20

#9999cc Color Info

#9999cc hex color red value is 153, green value is 153 and the blue value of its RGB is 153. 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 hex color is 0.25, 0.25, 0.00, 0.20. Web safe color of #9999cc is #9999cc

Color #9999cc contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 11001100
Octal 231 231 314
Decimal 153 153 204
Hexadecimal 99 99 CC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #9999cc

Triadic Colors of #9999cc

#9999cc #cc9898 #98cc99

Analogous Colors of #9999cc

#9999cc #b298cc #98b2cc

Complementary Color of #9999cc

#9999cc #cccc98

#9999cc HSL Color Chart
#9999cc hsl color chart
#9999cc RGB Color Chart

#9999cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9999cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9999cc Color CSS Codes

.mybgcolor {background-color:#9999cc; } 
.myforecolor {color:#9999cc; }
.mybordercolor {border:3px solid #9999cc; }
Sample text font color #9999cc

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.

html code
<p style="color:#9999cc">Text here</p>
#9999cc background color

This div background color is #9999cc

<div style="background-color:#9999cc">
Div content here</div>
#9999cc border color

This div border color is #9999cc

<div style="border:3px solid #9999cc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #9999cc Color Sample
#9999ccborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(153,153,204, 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 with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,153,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9999cc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #9999cc

<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>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top