Color Hex Logo

#9696bd Color Hex

#9696BD
(150,150,189)
0 Favorites   0 Comments

Color spaces of #9696bd

RGB 150150189
HSL0.670.230.66
HSV240°21°74°
CMYK 0.210.210.00   0.26
XYZ32.669331.970852.5932
Yxy31.97080.27870.2727
Hunter Lab56.54274.1841-15.5687
CIE-Lab63.31878.3527-20.1665

#9696bd color RGB value is (150,150,189).

#9696bd hex color red value is 150, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9696bd hue: 0.67 , saturation: 0.23 and the lightness value of 9696bd is 0.66.

The process color (four color CMYK) of #9696bd color hex is 0.21, 0.21, 0.00, 0.26. Web safe color of #9696bd is #9999cc. Color #9696bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010110 10111101
Octal 226 226 275
Decimal 150 150 189
Hex 96 96 BD

RGB Percentages of Color #9696bd

%30.67
%30.67
%38.65

CMYK Percentages of Color #9696bd

%21
%21
%0
%26

Triadic Colors of #9696bd

#9696bd #bd9696 #96bd96

Analogous Colors of #9696bd

#9696bd #aa96bd #96aabd

Monochromatic Colors of #9696bd

#9696bd

Complementary Color

#9696bd #bdbd96

#9696bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9696bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9696bd Color CSS Codes

.mybgcolor {background-color:#9696bd; } 
.myforecolor {color:#9696bd; }
.mybordercolor {border:3px solid #9696bd; }

#9696bd Text Font Color

<p style="color:#9696bd">Text here</p>

This sample text font color is #9696bd
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.


#9696bd Background Color

<div style="background-color:#9696bd">
Div content here</div>

This div background color is #9696bd


#9696bd Border Color

<div style="border:3px solid #9696bd">
Div here</div>

This div border color is #9696bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,150,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9696bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9696bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9696bd;
  box-shadow:         1px 1px 3px 2px #9696bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,150,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9696bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9696bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9696bd;
  box-shadow:         1px 1px 3px 2px #9696bd;">
Div content here</div>

This div box has shadow with color #9696bd


Comments

No comments written yet.

Please login to write comment.