COLOR #A4BBB2

HEX: #A4BBB2 RGB: (164,187,178)

Color info

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

RGB color model

#A4BBB2 color RGB value is (164,187,178).

RGB: (164,187,178) (64%, 73%, 70%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 178 of 255 = 70%

164
187
178

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

Portions of RGB colors in percentages

R + G + B = 164 + 187 + 178 = 529 (100%)
R 164 of 529 ~ 31%
G 187 of 529 ~ 35.35%
B 178 of 529 ~ 33.65'%

%31
%35.35
%33.65

CMYK color model

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

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

CMYK: (12,0,5,27)
C12M0Y5K27 (12%, 0%, 5%, 27%)
(0.12 / 0.00 / 0.05 / 0.27)

CMYK percentages

%12.3
%0
%4.81
%26.67

Codes

Color #A4BBB2 in popluar color models

A4 BB B2
RGB 164 187 178
HSL 157° 14.47% 68.82%
HSB/HSV 157° 12.30% 73.33%
CMYK 12.30% 0.00% 4.81%
26.67%

Color #A4BBB2 in popluar number systems.

HEX A4 BB B2
Decimal 164 187 178
Binary 10100100 10111011 10110010
Octal 244 273 262

Shades and tints

Shades of #A4BBB2

#A4BBB2
(164,187,178)
#96AAA2
(150,170,162)
#889992
(136,153,146)
#7A8882
(122,136,130)
#6C7772
(108,119,114)
#5E6662
(94,102,98)
#505552
(80,85,82)
#424442
(66,68,66)
#343332
(52,51,50)
#262222
(38,34,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A4BBB2

#A4BBB2
(164,187,178)
#ACC1B9
(172,193,185)
#B4C7C0
(180,199,192)
#BCCDC7
(188,205,199)
#C4D3CE
(196,211,206)
#CCD9D5
(204,217,213)
#D4DFDC
(212,223,220)
#DCE5E3
(220,229,227)
#E4EBEA
(228,235,234)
#ECF1F1
(236,241,241)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBB2; }

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

This text font color is #A4BBB2.

Background Color

.myBgColor { background-color: #A4BBB2; }

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

This div background color is #A4BBB2.

Border color

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

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

This div border color is #A4BBB2.

Opacity

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

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

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

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

This text has shadow with #A4BBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BBB2.

Preview

Color preview on black background

This text has color #A4BBB2 on black background.


Color preview on white background

This text has color #A4BBB2 on white background.


Black color preview on #A4BBB2 background

This text has black color on #A4BBB2 background.


White color preview on #A4BBB2 background

This text has white color on #A4BBB2 background.


Related colors

Complementary color

Complementary color for #hex is #5B444D.


I love getcolorcode.com

Triadic colors

1 #B2A4BB and #BBB2A4 with #A4BBB2 are triadic colors.

2 #B2BBA4 and #BBA4B2 with #A4BBB2 are triadic colors.