COLOR #A4BBA1

HEX: #A4BBA1
RGB: (164,187,161)

Color info

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

RGB color model

#A4BBA1 color RGB value is (164,187,161).

  • red value is 164;
  • green value is 187;
  • blue value is 161.
RGB:
(164,187,161)
(64%,73%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 187 of 255 = 73%
B 161 of 255 = 63%

164
187
161

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

Portions of RGB colors in percentages

R + G + B =
164 + 187 + 161 = 512 (100%)
R 164 of 512 ~ 32.03%
G 187 of 512 ~ 36.52%
B 161 of 512 ~ 31.45%

%32.03
%36.52
%31.45

CMYK color model

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

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(12,0,14,27)
C12M0Y14K27 
(12%,0%,14%,27%)
(0.12/0.00/0.14/0.27)	

CMYK percentages

%12.3
%0
%13.9
%26.67

Codes

Color #A4BBA1 in popluar color models

A4BBA1
RGB164187161
HSL113°16.05%68.24%
HSB/HSV113°13.90%73.33%
CMYK12.30%0.00%13.90%
26.67%

Color #A4BBA1 in popluar number systems.

HEXA4BBA1
Decimal164187161
Binary101001001011101110100001
Octal244273241

Shades and tints

Shades of #A4BBA1

#A4BBA1
(164,187,161)
#96AA93
(150,170,147)
#889985
(136,153,133)
#7A8877
(122,136,119)
#6C7769
(108,119,105)
#5E665B
(94,102,91)
#50554D
(80,85,77)
#42443F
(66,68,63)
#343331
(52,51,49)
#262223
(38,34,35)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A4BBA1

#A4BBA1
(164,187,161)
#ACC1A9
(172,193,169)
#B4C7B1
(180,199,177)
#BCCDB9
(188,205,185)
#C4D3C1
(196,211,193)
#CCD9C9
(204,217,201)
#D4DFD1
(212,223,209)
#DCE5D9
(220,229,217)
#E4EBE1
(228,235,225)
#ECF1E9
(236,241,233)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BBA1; }

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

This text font color is #A4BBA1.


Background Color

.myBgColor { background-color: #A4BBA1; }

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

This div background color is #A4BBA1.


Border color

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

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

This div border color is #A4BBA1.


Opacity

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

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

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

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

This text has shadow with #A4BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BBA1 on black background.


Color preview on white background

This text has color #A4BBA1 on white background.



Black color preview on #A4BBA1 background

This text has black color on #A4BBA1 background.


White color preview on #A4BBA1 background

This text has white color on #A4BBA1 background.