Color Hex Logo

#a6c7bf Color Hex

#A6C7BF
(166,199,191)
0 Favorites   0 Comments

Color spaces of #a6c7bf

RGB 166199191
HSL0.460.230.72
HSV165°17°78°
CMYK 0.170.000.04   0.22
XYZ45.553352.715457.0644
Yxy52.71540.29330.3394
Hunter Lab72.6054-15.06684.2246
CIE-Lab77.7067-12.61950.3137

#a6c7bf color RGB value is (166,199,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000111 10111111
Octal 246 307 277
Decimal 166 199 191
Hex A6 C7 BF

RGB Percentages of Color #a6c7bf

%29.86
%35.79
%34.35

CMYK Percentages of Color #a6c7bf

%17
%0
%4
%22

Triadic Colors of #a6c7bf

#a6c7bf #bfa6c7 #c7bfa6

Analogous Colors of #a6c7bf

#a6c7bf #a6bfc7 #a6c7af

Monochromatic Colors of #a6c7bf

#a6c7bf

Complementary Color

#a6c7bf #c7a6ae

#a6c7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c7bf Color CSS Codes

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

#a6c7bf Text Font Color

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

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


#a6c7bf Background Color

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

This div background color is #a6c7bf


#a6c7bf Border Color

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

This div border color is #a6c7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c7bf


Comments

No comments written yet.

Please login to write comment.