COLOR #A5BFB8

HEX: #A5BFB8 RGB: (165,191,184)

Color info

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

RGB color model

#A5BFB8 color RGB value is (165,191,184).

RGB: (165,191,184) (65%, 75%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 184 of 255 = 72%

165
191
184

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 184 = 540 (100%)
R 165 of 540 ~ 30.56%
G 191 of 540 ~ 35.37%
B 184 of 540 ~ 34.07'%

%30.56
%35.37
%34.07

CMYK color model

#A5BFB8 color CMYK value is (14,0,4,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 25.10%

CMYK: (14,0,4,25)
C14M0Y4K25 (14%, 0%, 4%, 25%)
(0.14 / 0.00 / 0.04 / 0.25)

CMYK percentages

%13.61
%0
%3.66
%25.1

Codes

Color #A5BFB8 in popluar color models

A5 BF B8
RGB 165 191 184
HSL 164° 16.88% 69.80%
HSB/HSV 164° 13.61% 74.90%
CMYK 13.61% 0.00% 3.66%
25.10%

Color #A5BFB8 in popluar number systems.

HEX A5 BF B8
Decimal 165 191 184
Binary 10100101 10111111 10111000
Octal 245 277 270

Shades and tints

Shades of #A5BFB8

#A5BFB8
(165,191,184)
#96AEA8
(150,174,168)
#879D98
(135,157,152)
#788C88
(120,140,136)
#697B78
(105,123,120)
#5A6A68
(90,106,104)
#4B5958
(75,89,88)
#3C4848
(60,72,72)
#2D3738
(45,55,56)
#1E2628
(30,38,40)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5BFB8

#A5BFB8
(165,191,184)
#ADC4BE
(173,196,190)
#B5C9C4
(181,201,196)
#BDCECA
(189,206,202)
#C5D3D0
(197,211,208)
#CDD8D6
(205,216,214)
#D5DDDC
(213,221,220)
#DDE2E2
(221,226,226)
#E5E7E8
(229,231,232)
#EDECEE
(237,236,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFB8; }

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

This text font color is #A5BFB8.

Background Color

.myBgColor { background-color: #A5BFB8; }

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

This div background color is #A5BFB8.

Border color

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

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

This div border color is #A5BFB8.

Opacity

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

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

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

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

This text has shadow with #A5BFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFB8.

Preview

Color preview on black background

This text has color #A5BFB8 on black background.


Color preview on white background

This text has color #A5BFB8 on white background.


Black color preview on #A5BFB8 background

This text has black color on #A5BFB8 background.


White color preview on #A5BFB8 background

This text has white color on #A5BFB8 background.


Related colors

Complementary color

Complementary color for #hex is #5A4047.


I love getcolorcode.com

Triadic colors

1 #B8A5BF and #BFB8A5 with #A5BFB8 are triadic colors.

2 #B8BFA5 and #BFA5B8 with #A5BFB8 are triadic colors.