COLOR #A5BFA6

HEX: #A5BFA6
RGB: (165,191,166)

Color info

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

RGB color model

#A5BFA6 color RGB value is (165,191,166).

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

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 166 of 255 = 65%

165
191
166

R + G + B ~ 68%. #A5BFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 166 = 522 (100%)
R 165 of 522 ~ 31.61%
G 191 of 522 ~ 36.59%
B 166 of 522 ~ 31.8%

%31.61
%36.59
%31.8

CMYK color model

#A5BFA6 color CMYK value is (14,0,13,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK:
(14,0,13,25)
C14M0Y13K25 
(14%,0%,13%,25%)
(0.14/0.00/0.13/0.25)	

CMYK percentages

%13.61
%0
%13.09
%25.1

Codes

Color #A5BFA6 in popluar color models

A5BFA6
RGB165191166
HSL122°16.88%69.80%
HSB/HSV122°13.61%74.90%
CMYK13.61%0.00%13.09%
25.10%

Color #A5BFA6 in popluar number systems.

HEXA5BFA6
Decimal165191166
Binary101001011011111110100110
Octal245277246

Shades and tints

Shades of #A5BFA6

#A5BFA6
(165,191,166)
#96AE97
(150,174,151)
#879D88
(135,157,136)
#788C79
(120,140,121)
#697B6A
(105,123,106)
#5A6A5B
(90,106,91)
#4B594C
(75,89,76)
#3C483D
(60,72,61)
#2D372E
(45,55,46)
#1E261F
(30,38,31)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5BFA6

#A5BFA6
(165,191,166)
#ADC4AE
(173,196,174)
#B5C9B6
(181,201,182)
#BDCEBE
(189,206,190)
#C5D3C6
(197,211,198)
#CDD8CE
(205,216,206)
#D5DDD6
(213,221,214)
#DDE2DE
(221,226,222)
#E5E7E6
(229,231,230)
#EDECEE
(237,236,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFA6; }

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

This text font color is #A5BFA6.


Background Color

.myBgColor { background-color: #A5BFA6; }

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

This div background color is #A5BFA6.


Border color

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

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

This div border color is #A5BFA6.


Opacity

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

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

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

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

This text has shadow with #A5BFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFA6 on black background.


Color preview on white background

This text has color #A5BFA6 on white background.



Black color preview on #A5BFA6 background

This text has black color on #A5BFA6 background.


White color preview on #A5BFA6 background

This text has white color on #A5BFA6 background.