COLOR #A5BBA4

HEX: #A5BBA4 RGB: (165,187,164)

Color info

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

RGB color model

#A5BBA4 color RGB value is (165,187,164).

RGB: (165,187,164) (65%, 73%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 164 of 255 = 64%

165
187
164

R + G + B ~ 67%. #A5BBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 164 = 516 (100%)
R 165 of 516 ~ 31.98%
G 187 of 516 ~ 36.24%
B 164 of 516 ~ 31.78'%

%31.98
%36.24
%31.78

CMYK color model

#A5BBA4 color CMYK value is (12,0,12,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%

CMYK: (12,0,12,27)
C12M0Y12K27 (12%, 0%, 12%, 27%)
(0.12 / 0.00 / 0.12 / 0.27)

CMYK percentages

%11.76
%0
%12.3
%26.67

Codes

Color #A5BBA4 in popluar color models

A5 BB A4
RGB 165 187 164
HSL 117° 14.47% 68.82%
HSB/HSV 117° 12.30% 73.33%
CMYK 11.76% 0.00% 12.30%
26.67%

Color #A5BBA4 in popluar number systems.

HEX A5 BB A4
Decimal 165 187 164
Binary 10100101 10111011 10100100
Octal 245 273 244

Shades and tints

Shades of #A5BBA4

#A5BBA4
(165,187,164)
#96AA96
(150,170,150)
#879988
(135,153,136)
#78887A
(120,136,122)
#69776C
(105,119,108)
#5A665E
(90,102,94)
#4B5550
(75,85,80)
#3C4442
(60,68,66)
#2D3334
(45,51,52)
#1E2226
(30,34,38)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A5BBA4

#A5BBA4
(165,187,164)
#ADC1AC
(173,193,172)
#B5C7B4
(181,199,180)
#BDCDBC
(189,205,188)
#C5D3C4
(197,211,196)
#CDD9CC
(205,217,204)
#D5DFD4
(213,223,212)
#DDE5DC
(221,229,220)
#E5EBE4
(229,235,228)
#EDF1EC
(237,241,236)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBA4; }

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

This text font color is #A5BBA4.

Background Color

.myBgColor { background-color: #A5BBA4; }

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

This div background color is #A5BBA4.

Border color

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

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

This div border color is #A5BBA4.

Opacity

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

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

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

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

This text has shadow with #A5BBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BBA4.

Preview

Color preview on black background

This text has color #A5BBA4 on black background.


Color preview on white background

This text has color #A5BBA4 on white background.


Black color preview on #A5BBA4 background

This text has black color on #A5BBA4 background.


White color preview on #A5BBA4 background

This text has white color on #A5BBA4 background.


Related colors

Complementary color

Complementary color for #hex is #5A445B.


I love getcolorcode.com

Triadic colors

1 #A4A5BB and #BBA4A5 with #A5BBA4 are triadic colors.

2 #A4BBA5 and #BBA5A4 with #A5BBA4 are triadic colors.