Color Hex Logo

#a7c8bb Color Hex

#A7C8BB
(167,200,187)
0 Favorites   0 Comments

Color spaces of #a7c8bb

RGB 167200187
HSL0.430.230.72
HSV156°17°78°
CMYK 0.170.000.07   0.22
XYZ45.560353.111954.8640
Yxy53.11190.29670.3459
Hunter Lab72.8779-15.94546.3798
CIE-Lab77.9410-13.60962.8176

#a7c8bb color RGB value is (167,200,187).

#a7c8bb hex color red value is 167, green value is 200 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a7c8bb hue: 0.43 , saturation: 0.23 and the lightness value of a7c8bb is 0.72.

The process color (four color CMYK) of #a7c8bb color hex is 0.17, 0.00, 0.07, 0.22. Web safe color of #a7c8bb is #99cccc. Color #a7c8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001000 10111011
Octal 247 310 273
Decimal 167 200 187
Hex A7 C8 BB

RGB Percentages of Color #a7c8bb

%30.14
%36.10
%33.75

CMYK Percentages of Color #a7c8bb

%17
%0
%7
%22

Triadic Colors of #a7c8bb

#a7c8bb #bba7c8 #c8bba7

Analogous Colors of #a7c8bb

#a7c8bb #a7c5c8 #a7c8ab

Monochromatic Colors of #a7c8bb

#a7c8bb

Complementary Color

#a7c8bb #c8a7b4

#a7c8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7c8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7c8bb Color CSS Codes

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

#a7c8bb Text Font Color

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

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


#a7c8bb Background Color

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

This div background color is #a7c8bb


#a7c8bb Border Color

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

This div border color is #a7c8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7c8bb


Comments

No comments written yet.

Please login to write comment.