COLOR #A5BFAB

HEX: #A5BFAB
RGB: (165,191,171)

Color info

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

RGB color model

#A5BFAB color RGB value is (165,191,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 171 of 255 = 67%

165
191
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 171 = 527 (100%)
R 165 of 527 ~ 31.31%
G 191 of 527 ~ 36.24%
B 171 of 527 ~ 32.45%

%31.31
%36.24
%32.45

CMYK color model

#A5BFAB color CMYK value is (14,0,10,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(14,0,10,25)
C14M0Y10K25 
(14%,0%,10%,25%)
(0.14/0.00/0.10/0.25)	

CMYK percentages

%13.61
%0
%10.47
%25.1

Codes

Color #A5BFAB in popluar color models

A5BFAB
RGB165191171
HSL134°16.88%69.80%
HSB/HSV134°13.61%74.90%
CMYK13.61%0.00%10.47%
25.10%

Color #A5BFAB in popluar number systems.

HEXA5BFAB
Decimal165191171
Binary101001011011111110101011
Octal245277253

Shades and tints

Shades of #A5BFAB

#A5BFAB
(165,191,171)
#96AE9C
(150,174,156)
#879D8D
(135,157,141)
#788C7E
(120,140,126)
#697B6F
(105,123,111)
#5A6A60
(90,106,96)
#4B5951
(75,89,81)
#3C4842
(60,72,66)
#2D3733
(45,55,51)
#1E2624
(30,38,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5BFAB

#A5BFAB
(165,191,171)
#ADC4B2
(173,196,178)
#B5C9B9
(181,201,185)
#BDCEC0
(189,206,192)
#C5D3C7
(197,211,199)
#CDD8CE
(205,216,206)
#D5DDD5
(213,221,213)
#DDE2DC
(221,226,220)
#E5E7E3
(229,231,227)
#EDECEA
(237,236,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFAB; }

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

This text font color is #A5BFAB.


Background Color

.myBgColor { background-color: #A5BFAB; }

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

This div background color is #A5BFAB.


Border color

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

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

This div border color is #A5BFAB.


Opacity

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

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

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

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

This text has shadow with #A5BFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFAB on black background.


Color preview on white background

This text has color #A5BFAB on white background.



Black color preview on #A5BFAB background

This text has black color on #A5BFAB background.


White color preview on #A5BFAB background

This text has white color on #A5BFAB background.