Color Hex Logo

#a7bfbc Color Hex

#A7BFBC
(167,191,188)
0 Favorites   0 Comments

Color spaces of #a7bfbc

RGB 167191188
HSL0.480.160.70
HSV173°13°75°
CMYK 0.130.000.02   0.25
XYZ43.644349.107954.7554
Yxy49.10790.29590.3329
Hunter Lab70.0770-11.46422.7271
CIE-Lab75.5184-8.7314-1.2543

#a7bfbc color RGB value is (167,191,188).

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

The process color (four color CMYK) of #a7bfbc color hex is 0.13, 0.00, 0.02, 0.25. Web safe color of #a7bfbc is #99cccc. Color #a7bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111111 10111100
Octal 247 277 274
Decimal 167 191 188
Hex A7 BF BC

RGB Percentages of Color #a7bfbc

%30.59
%34.98
%34.43

CMYK Percentages of Color #a7bfbc

%13
%0
%2
%25

Triadic Colors of #a7bfbc

#a7bfbc #bca7bf #bfbca7

Analogous Colors of #a7bfbc

#a7bfbc #a7b6bf #a7bfb0

Monochromatic Colors of #a7bfbc

#a7bfbc

Complementary Color

#a7bfbc #bfa7aa

#a7bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bfbc Color CSS Codes

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

#a7bfbc Text Font Color

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

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


#a7bfbc Background Color

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

This div background color is #a7bfbc


#a7bfbc Border Color

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

This div border color is #a7bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bfbc


Comments

No comments written yet.

Please login to write comment.