COLOR #A4BBB0

HEX: #A4BBB0 RGB: (164,187,176)

Color info

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

RGB color model

#A4BBB0 color RGB value is (164,187,176).

RGB: (164,187,176) (64%, 73%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 176 of 255 = 69%

164
187
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 187 + 176 = 527 (100%)
R 164 of 527 ~ 31.12%
G 187 of 527 ~ 35.48%
B 176 of 527 ~ 33.4'%

%31.12
%35.48
%33.4

CMYK color model

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

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

CMYK: (12,0,6,27)
C12M0Y6K27 (12%, 0%, 6%, 27%)
(0.12 / 0.00 / 0.06 / 0.27)

CMYK percentages

%12.3
%0
%5.88
%26.67

Codes

Color #A4BBB0 in popluar color models

A4 BB B0
RGB 164 187 176
HSL 151° 14.47% 68.82%
HSB/HSV 151° 12.30% 73.33%
CMYK 12.30% 0.00% 5.88%
26.67%

Color #A4BBB0 in popluar number systems.

HEX A4 BB B0
Decimal 164 187 176
Binary 10100100 10111011 10110000
Octal 244 273 260

Shades and tints

Shades of #A4BBB0

#A4BBB0
(164,187,176)
#96AAA0
(150,170,160)
#889990
(136,153,144)
#7A8880
(122,136,128)
#6C7770
(108,119,112)
#5E6660
(94,102,96)
#505550
(80,85,80)
#424440
(66,68,64)
#343330
(52,51,48)
#262220
(38,34,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A4BBB0

#A4BBB0
(164,187,176)
#ACC1B7
(172,193,183)
#B4C7BE
(180,199,190)
#BCCDC5
(188,205,197)
#C4D3CC
(196,211,204)
#CCD9D3
(204,217,211)
#D4DFDA
(212,223,218)
#DCE5E1
(220,229,225)
#E4EBE8
(228,235,232)
#ECF1EF
(236,241,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBB0; }

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

This text font color is #A4BBB0.

Background Color

.myBgColor { background-color: #A4BBB0; }

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

This div background color is #A4BBB0.

Border color

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

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

This div border color is #A4BBB0.

Opacity

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

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

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

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

This text has shadow with #A4BBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BBB0.

Preview

Color preview on black background

This text has color #A4BBB0 on black background.


Color preview on white background

This text has color #A4BBB0 on white background.


Black color preview on #A4BBB0 background

This text has black color on #A4BBB0 background.


White color preview on #A4BBB0 background

This text has white color on #A4BBB0 background.


Related colors

Complementary color

Complementary color for #hex is #5B444F.


I love getcolorcode.com

Triadic colors

1 #B0A4BB and #BBB0A4 with #A4BBB0 are triadic colors.

2 #B0BBA4 and #BBA4B0 with #A4BBB0 are triadic colors.