Color Hex Logo

#a699bf Color Hex

#A699BF
(166,153,191)
0 Favorites   0 Comments

Color spaces of #a699bf

RGB 166153191
HSL0.720.230.67
HSV261°20°75°
CMYK 0.130.200.00   0.25
XYZ36.521134.651054.0537
Yxy34.65100.29160.2767
Hunter Lab58.86517.7311-13.2383
CIE-Lab65.476012.3108-17.8864

#a699bf color RGB value is (166,153,191).

#a699bf hex color red value is 166, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a699bf hue: 0.72 , saturation: 0.23 and the lightness value of a699bf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 10111111
Octal 246 231 277
Decimal 166 153 191
Hex A6 99 BF

RGB Percentages of Color #a699bf

%32.55
%30.00
%37.45

CMYK Percentages of Color #a699bf

%13
%20
%0
%25

Triadic Colors of #a699bf

#a699bf #bfa699 #99bfa6

Analogous Colors of #a699bf

#a699bf #b999bf #999fbf

Monochromatic Colors of #a699bf

#a699bf

Complementary Color

#a699bf #b2bf99

#a699bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a699bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a699bf Color CSS Codes

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

#a699bf Text Font Color

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

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


#a699bf Background Color

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

This div background color is #a699bf


#a699bf Border Color

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

This div border color is #a699bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a699bf


Comments

No comments written yet.

Please login to write comment.