COLOR #A5BFA4

HEX: #A5BFA4 RGB: (165,191,164)

Color info

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

RGB color model

#A5BFA4 color RGB value is (165,191,164).

RGB: (165,191,164) (65%, 75%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 164 of 255 = 64%

165
191
164

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 164 = 520 (100%)
R 165 of 520 ~ 31.73%
G 191 of 520 ~ 36.73%
B 164 of 520 ~ 31.54'%

%31.73
%36.73
%31.54

CMYK color model

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

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

CMYK: (14,0,14,25)
C14M0Y14K25 (14%, 0%, 14%, 25%)
(0.14 / 0.00 / 0.14 / 0.25)

CMYK percentages

%13.61
%0
%14.14
%25.1

Codes

Color #A5BFA4 in popluar color models

A5 BF A4
RGB 165 191 164
HSL 118° 17.42% 69.61%
HSB/HSV 118° 14.14% 74.90%
CMYK 13.61% 0.00% 14.14%
25.10%

Color #A5BFA4 in popluar number systems.

HEX A5 BF A4
Decimal 165 191 164
Binary 10100101 10111111 10100100
Octal 245 277 244

Shades and tints

Shades of #A5BFA4

#A5BFA4
(165,191,164)
#96AE96
(150,174,150)
#879D88
(135,157,136)
#788C7A
(120,140,122)
#697B6C
(105,123,108)
#5A6A5E
(90,106,94)
#4B5950
(75,89,80)
#3C4842
(60,72,66)
#2D3734
(45,55,52)
#1E2626
(30,38,38)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5BFA4

#A5BFA4
(165,191,164)
#ADC4AC
(173,196,172)
#B5C9B4
(181,201,180)
#BDCEBC
(189,206,188)
#C5D3C4
(197,211,196)
#CDD8CC
(205,216,204)
#D5DDD4
(213,221,212)
#DDE2DC
(221,226,220)
#E5E7E4
(229,231,228)
#EDECEC
(237,236,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFA4; }

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

This text font color is #A5BFA4.

Background Color

.myBgColor { background-color: #A5BFA4; }

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

This div background color is #A5BFA4.

Border color

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

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

This div border color is #A5BFA4.

Opacity

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

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

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

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

This text has shadow with #A5BFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFA4.

Preview

Color preview on black background

This text has color #A5BFA4 on black background.


Color preview on white background

This text has color #A5BFA4 on white background.


Black color preview on #A5BFA4 background

This text has black color on #A5BFA4 background.


White color preview on #A5BFA4 background

This text has white color on #A5BFA4 background.


Related colors

Complementary color

Complementary color for #hex is #5A405B.


I love getcolorcode.com

Triadic colors

1 #A4A5BF and #BFA4A5 with #A5BFA4 are triadic colors.

2 #A4BFA5 and #BFA5A4 with #A5BFA4 are triadic colors.