Color Hex Logo

#9896bf Color Hex

#9896BF
(152,150,191)
0 Favorites   0 Comments

Color spaces of #9896bf

RGB 152150191
HSL0.670.240.67
HSV243°21°75°
CMYK 0.200.210.00   0.25
XYZ33.259232.249753.7621
Yxy32.24970.27890.2704
Hunter Lab56.78885.1607-16.3778
CIE-Lab63.54879.4569-20.9240

#9896bf color RGB value is (152,150,191).

#9896bf hex color red value is 152, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9896bf hue: 0.67 , saturation: 0.24 and the lightness value of 9896bf is 0.67.

The process color (four color CMYK) of #9896bf color hex is 0.20, 0.21, 0.00, 0.25. Web safe color of #9896bf is #9999cc. Color #9896bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010110 10111111
Octal 230 226 277
Decimal 152 150 191
Hex 98 96 BF

RGB Percentages of Color #9896bf

%30.83
%30.43
%38.74

CMYK Percentages of Color #9896bf

%20
%21
%0
%25

Triadic Colors of #9896bf

#9896bf #bf9896 #96bf98

Analogous Colors of #9896bf

#9896bf #ad96bf #96a9bf

Monochromatic Colors of #9896bf

#9896bf

Complementary Color

#9896bf #bdbf96

#9896bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9896bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9896bf Color CSS Codes

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

#9896bf Text Font Color

<p style="color:#9896bf">Text here</p>

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


#9896bf Background Color

<div style="background-color:#9896bf">
Div content here</div>

This div background color is #9896bf


#9896bf Border Color

<div style="border:3px solid #9896bf">
Div here</div>

This div border color is #9896bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,150,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9896bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9896bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9896bf;
  box-shadow:         1px 1px 3px 2px #9896bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9896bf


Comments

No comments written yet.

Please login to write comment.