Color Hex Logo

#a7babf Color Hex

#A7BABF
(167,186,191)
0 Favorites   0 Comments

Color spaces of #a7babf

RGB 167186191
HSL0.530.160.70
HSV193°13°75°
CMYK 0.130.030.00   0.25
XYZ42.899247.094956.1194
Yxy47.09490.29360.3223
Hunter Lab68.6257-8.5114-0.4470
CIE-Lab74.2504-5.4738-4.7502

#a7babf color RGB value is (167,186,191).

#a7babf hex color red value is 167, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a7babf hue: 0.53 , saturation: 0.16 and the lightness value of a7babf is 0.70.

The process color (four color CMYK) of #a7babf color hex is 0.13, 0.03, 0.00, 0.25. Web safe color of #a7babf is #99cccc. Color #a7babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111010 10111111
Octal 247 272 277
Decimal 167 186 191
Hex A7 BA BF

RGB Percentages of Color #a7babf

%30.70
%34.19
%35.11

CMYK Percentages of Color #a7babf

%13
%3
%0
%25

Triadic Colors of #a7babf

#a7babf #bfa7ba #babfa7

Analogous Colors of #a7babf

#a7babf #a7aebf #a7bfb8

Monochromatic Colors of #a7babf

#a7babf

Complementary Color

#a7babf #bfaca7

#a7babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7babf Color CSS Codes

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

#a7babf Text Font Color

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

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


#a7babf Background Color

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

This div background color is #a7babf


#a7babf Border Color

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

This div border color is #a7babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7babf


Comments

No comments written yet.

Please login to write comment.