COLOR #A6BBB8

HEX: #A6BBB8
RGB: (166,187,184)

Color info

#A6BBB8 contains red, green and blue colors in about the same proportion. Web safe color of #A6BBB8 is #99CCCC (or #9CC).

RGB color model

#A6BBB8 color RGB value is (166,187,184).

  • red value is 166;
  • green value is 187;
  • blue value is 184.
RGB:
(166,187,184)
(65%,73%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 184 of 255 = 72%

166
187
184

R + G + B ~ 70%. #A6BBB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 184 = 537 (100%)
R 166 of 537 ~ 30.91%
G 187 of 537 ~ 34.82%
B 184 of 537 ~ 34.26%

%30.91
%34.82
%34.26

CMYK color model

#A6BBB8 color CMYK value is (11,0,2,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(11,0,2,27)
C11M0Y2K27 
(11%,0%,2%,27%)
(0.11/0.00/0.02/0.27)	

CMYK percentages

%11.23
%0
%1.6
%26.67

Codes

Color #A6BBB8 in popluar color models

A6BBB8
RGB166187184
HSL171°13.38%69.22%
HSB/HSV171°11.23%73.33%
CMYK11.23%0.00%1.60%
26.67%

Color #A6BBB8 in popluar number systems.

HEXA6BBB8
Decimal166187184
Binary101001101011101110111000
Octal246273270

Shades and tints

Shades of #A6BBB8

#A6BBB8
(166,187,184)
#97AAA8
(151,170,168)
#889998
(136,153,152)
#798888
(121,136,136)
#6A7778
(106,119,120)
#5B6668
(91,102,104)
#4C5558
(76,85,88)
#3D4448
(61,68,72)
#2E3338
(46,51,56)
#1F2228
(31,34,40)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #A6BBB8

#A6BBB8
(166,187,184)
#AEC1BE
(174,193,190)
#B6C7C4
(182,199,196)
#BECDCA
(190,205,202)
#C6D3D0
(198,211,208)
#CED9D6
(206,217,214)
#D6DFDC
(214,223,220)
#DEE5E2
(222,229,226)
#E6EBE8
(230,235,232)
#EEF1EE
(238,241,238)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BBB8 color. Also use rgb(166,187,184) instead hex code.

Text Font Color

.myTextColor { color: #A6BBB8; }

<p style="color:#A6BBB8">This sample text font color is #A6BBB8.</p>

This text font color is #A6BBB8.


Background Color

.myBgColor { background-color: #A6BBB8; }

<div style="background-color:#A6BBB8">Inner text</div>

This div background color is #A6BBB8.


Border color

.myBorderColor { border: 1px solid #A6BBB8; }

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

This div border color is #A6BBB8.


Opacity

.myOpacity80 { color: #A6BBB8; opacity: 0.8; }

<p style="color:#A6BBB8;opacity:0.8;">80%</p>

Text with #A6BBB8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A6BBB8;}

<p style="text-shadow: 3px 3px 1px #A6BBB8">Text here.</p>

This text has shadow with #A6BBB8 color.

.textShadow {text-shadow: 3px 3px 1px #A6BBB8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A6BBB8, 5px 5px 20px red">Text here.</p>

This text has shadow with #A6BBB8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6BBB8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A6BBB8, Direction=45, Strength=4)">Text</p>

This text has shadow with #A6BBB8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A6BBB8;
  -webkit-box-shadow:	1px 1px 3px 2px #A6BBB8;
  box-shadow:		1px 1px 3px 2px #A6BBB8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6BBB8;
-webkit-box-shadow: 1px 1px 3px 2px #A6BBB8;
box-shadow:1px 1px 3px 2px #A6BBB8;">
Div content here</div>
This div box has shadow with color #A6BBB8.

Preview

Color preview on black background

This text has color #A6BBB8 on black background.


Color preview on white background

This text has color #A6BBB8 on white background.



Black color preview on #A6BBB8 background

This text has black color on #A6BBB8 background.


White color preview on #A6BBB8 background

This text has white color on #A6BBB8 background.