Color Hex Logo

#a7abbf Color Hex

#A7ABBF
(167,171,191)
0 Favorites   0 Comments

Color spaces of #a7abbf

RGB 167171191
HSL0.640.160.70
HSV230°13°75°
CMYK 0.130.100.00   0.25
XYZ39.903241.102955.1207
Yxy41.10290.29310.3019
Hunter Lab64.1115-1.0963-6.0972
CIE-Lab70.24802.6335-10.6941

#a7abbf color RGB value is (167,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 10111111
Octal 247 253 277
Decimal 167 171 191
Hex A7 AB BF

RGB Percentages of Color #a7abbf

%31.57
%32.33
%36.11

CMYK Percentages of Color #a7abbf

%13
%10
%0
%25

Triadic Colors of #a7abbf

#a7abbf #bfa7ab #abbfa7

Analogous Colors of #a7abbf

#a7abbf #afa7bf #a7b7bf

Monochromatic Colors of #a7abbf

#a7abbf

Complementary Color

#a7abbf #bfbba7

#a7abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abbf Color CSS Codes

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

#a7abbf Text Font Color

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

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


#a7abbf Background Color

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

This div background color is #a7abbf


#a7abbf Border Color

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

This div border color is #a7abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abbf


Comments

No comments written yet.

Please login to write comment.