COLOR #A5BFBD

HEX: #A5BFBD
RGB: (165,191,189)

Color info

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

RGB color model

#A5BFBD color RGB value is (165,191,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 189 of 255 = 74%

165
191
189

R + G + B ~ 71%. #A5BFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 189 = 545 (100%)
R 165 of 545 ~ 30.28%
G 191 of 545 ~ 35.05%
B 189 of 545 ~ 34.68%

%30.28
%35.05
%34.68

CMYK color model

#A5BFBD color CMYK value is (14,0,1,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(14,0,1,25)
C14M0Y1K25 
(14%,0%,1%,25%)
(0.14/0.00/0.01/0.25)	

CMYK percentages

%13.61
%0
%1.05
%25.1

Codes

Color #A5BFBD in popluar color models

A5BFBD
RGB165191189
HSL175°16.88%69.80%
HSB/HSV175°13.61%74.90%
CMYK13.61%0.00%1.05%
25.10%

Color #A5BFBD in popluar number systems.

HEXA5BFBD
Decimal165191189
Binary101001011011111110111101
Octal245277275

Shades and tints

Shades of #A5BFBD

#A5BFBD
(165,191,189)
#96AEAC
(150,174,172)
#879D9B
(135,157,155)
#788C8A
(120,140,138)
#697B79
(105,123,121)
#5A6A68
(90,106,104)
#4B5957
(75,89,87)
#3C4846
(60,72,70)
#2D3735
(45,55,53)
#1E2624
(30,38,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5BFBD

#A5BFBD
(165,191,189)
#ADC4C3
(173,196,195)
#B5C9C9
(181,201,201)
#BDCECF
(189,206,207)
#C5D3D5
(197,211,213)
#CDD8DB
(205,216,219)
#D5DDE1
(213,221,225)
#DDE2E7
(221,226,231)
#E5E7ED
(229,231,237)
#EDECF3
(237,236,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFBD; }

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

This text font color is #A5BFBD.


Background Color

.myBgColor { background-color: #A5BFBD; }

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

This div background color is #A5BFBD.


Border color

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

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

This div border color is #A5BFBD.


Opacity

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

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

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

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

This text has shadow with #A5BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFBD on black background.


Color preview on white background

This text has color #A5BFBD on white background.



Black color preview on #A5BFBD background

This text has black color on #A5BFBD background.


White color preview on #A5BFBD background

This text has white color on #A5BFBD background.