COLOR #A6BFAE

HEX: #A6BFAE
RGB: (166,191,174)

Color info

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

RGB color model

#A6BFAE color RGB value is (166,191,174).

  • red value is 166;
  • green value is 191;
  • blue value is 174.
RGB:
(166,191,174)
(65%,75%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 174 of 255 = 68%

166
191
174

R + G + B ~ 69%. #A6BFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 174 = 531 (100%)
R 166 of 531 ~ 31.26%
G 191 of 531 ~ 35.97%
B 174 of 531 ~ 32.77%

%31.26
%35.97
%32.77

CMYK color model

#A6BFAE color CMYK value is (13,0,9,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(13,0,9,25)
C13M0Y9K25 
(13%,0%,9%,25%)
(0.13/0.00/0.09/0.25)	

CMYK percentages

%13.09
%0
%8.9
%25.1

Codes

Color #A6BFAE in popluar color models

A6BFAE
RGB166191174
HSL139°16.34%70.00%
HSB/HSV139°13.09%74.90%
CMYK13.09%0.00%8.90%
25.10%

Color #A6BFAE in popluar number systems.

HEXA6BFAE
Decimal166191174
Binary101001101011111110101110
Octal246277256

Shades and tints

Shades of #A6BFAE

#A6BFAE
(166,191,174)
#97AE9F
(151,174,159)
#889D90
(136,157,144)
#798C81
(121,140,129)
#6A7B72
(106,123,114)
#5B6A63
(91,106,99)
#4C5954
(76,89,84)
#3D4845
(61,72,69)
#2E3736
(46,55,54)
#1F2627
(31,38,39)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6BFAE

#A6BFAE
(166,191,174)
#AEC4B5
(174,196,181)
#B6C9BC
(182,201,188)
#BECEC3
(190,206,195)
#C6D3CA
(198,211,202)
#CED8D1
(206,216,209)
#D6DDD8
(214,221,216)
#DEE2DF
(222,226,223)
#E6E7E6
(230,231,230)
#EEECED
(238,236,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BFAE color. Also use rgb(166,191,174) instead hex code.

Text Font Color

.myTextColor { color: #A6BFAE; }

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

This text font color is #A6BFAE.


Background Color

.myBgColor { background-color: #A6BFAE; }

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

This div background color is #A6BFAE.


Border color

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

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

This div border color is #A6BFAE.


Opacity

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

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

Text with #A6BFAE 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 #A6BFAE;}

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

This text has shadow with #A6BFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFAE on black background.


Color preview on white background

This text has color #A6BFAE on white background.



Black color preview on #A6BFAE background

This text has black color on #A6BFAE background.


White color preview on #A6BFAE background

This text has white color on #A6BFAE background.