COLOR #A5BCAB

HEX: #A5BCAB
RGB: (165,188,171)

Color info

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

RGB color model

#A5BCAB color RGB value is (165,188,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 171 of 255 = 67%

165
188
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 171 = 524 (100%)
R 165 of 524 ~ 31.49%
G 188 of 524 ~ 35.88%
B 171 of 524 ~ 32.63%

%31.49
%35.88
%32.63

CMYK color model

#A5BCAB color CMYK value is (12,0,9,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(12,0,9,26)
C12M0Y9K26 
(12%,0%,9%,26%)
(0.12/0.00/0.09/0.26)	

CMYK percentages

%12.23
%0
%9.04
%26.27

Codes

Color #A5BCAB in popluar color models

A5BCAB
RGB165188171
HSL136°14.65%69.22%
HSB/HSV136°12.23%73.73%
CMYK12.23%0.00%9.04%
26.27%

Color #A5BCAB in popluar number systems.

HEXA5BCAB
Decimal165188171
Binary101001011011110010101011
Octal245274253

Shades and tints

Shades of #A5BCAB

#A5BCAB
(165,188,171)
#96AB9C
(150,171,156)
#879A8D
(135,154,141)
#78897E
(120,137,126)
#69786F
(105,120,111)
#5A6760
(90,103,96)
#4B5651
(75,86,81)
#3C4542
(60,69,66)
#2D3433
(45,52,51)
#1E2324
(30,35,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A5BCAB

#A5BCAB
(165,188,171)
#ADC2B2
(173,194,178)
#B5C8B9
(181,200,185)
#BDCEC0
(189,206,192)
#C5D4C7
(197,212,199)
#CDDACE
(205,218,206)
#D5E0D5
(213,224,213)
#DDE6DC
(221,230,220)
#E5ECE3
(229,236,227)
#EDF2EA
(237,242,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BCAB; }

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

This text font color is #A5BCAB.


Background Color

.myBgColor { background-color: #A5BCAB; }

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

This div background color is #A5BCAB.


Border color

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

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

This div border color is #A5BCAB.


Opacity

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

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

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

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

This text has shadow with #A5BCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCAB on black background.


Color preview on white background

This text has color #A5BCAB on white background.



Black color preview on #A5BCAB background

This text has black color on #A5BCAB background.


White color preview on #A5BCAB background

This text has white color on #A5BCAB background.