Color Hex Logo

#9986bf Color Hex

#9986BF
(153,134,191)
0 Favorites   0 Comments

Color spaces of #9986bf

RGB 153134191
HSL0.720.310.64
HSV260°30°75°
CMYK 0.200.300.00   0.25
XYZ31.065927.584152.9771
Yxy27.58410.27830.2471
Hunter Lab52.520613.6717-23.0410
CIE-Lab59.511118.9385-27.1123

#9986bf color RGB value is (153,134,191).

#9986bf hex color red value is 153, green value is 134 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9986bf hue: 0.72 , saturation: 0.31 and the lightness value of 9986bf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000110 10111111
Octal 231 206 277
Decimal 153 134 191
Hex 99 86 BF

RGB Percentages of Color #9986bf

%32.01
%28.03
%39.96

CMYK Percentages of Color #9986bf

%20
%30
%0
%25

Triadic Colors of #9986bf

#9986bf #bf9986 #86bf99

Analogous Colors of #9986bf

#9986bf #b686bf #8690bf

Monochromatic Colors of #9986bf

#9986bf

Complementary Color

#9986bf #acbf86

#9986bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9986bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9986bf Color CSS Codes

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

#9986bf Text Font Color

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

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


#9986bf Background Color

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

This div background color is #9986bf


#9986bf Border Color

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

This div border color is #9986bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,134,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 #9986bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9986bf


Comments

No comments written yet.

Please login to write comment.