COLOR #A4BAAE

HEX: #A4BAAE
RGB: (164,186,174)

Color info

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

RGB color model

#A4BAAE color RGB value is (164,186,174).

  • red value is 164;
  • green value is 186;
  • blue value is 174.
RGB:
(164,186,174)
(64%,73%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 174 of 255 = 68%

164
186
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 174 = 524 (100%)
R 164 of 524 ~ 31.3%
G 186 of 524 ~ 35.5%
B 174 of 524 ~ 33.21%

%31.3
%35.5
%33.21

CMYK color model

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

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(12,0,6,27)
C12M0Y6K27 
(12%,0%,6%,27%)
(0.12/0.00/0.06/0.27)	

CMYK percentages

%11.83
%0
%6.45
%27.06

Codes

Color #A4BAAE in popluar color models

A4BAAE
RGB164186174
HSL147°13.75%68.63%
HSB/HSV147°11.83%72.94%
CMYK11.83%0.00%6.45%
27.06%

Color #A4BAAE in popluar number systems.

HEXA4BAAE
Decimal164186174
Binary101001001011101010101110
Octal244272256

Shades and tints

Shades of #A4BAAE

#A4BAAE
(164,186,174)
#96AA9F
(150,170,159)
#889A90
(136,154,144)
#7A8A81
(122,138,129)
#6C7A72
(108,122,114)
#5E6A63
(94,106,99)
#505A54
(80,90,84)
#424A45
(66,74,69)
#343A36
(52,58,54)
#262A27
(38,42,39)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #A4BAAE

#A4BAAE
(164,186,174)
#ACC0B5
(172,192,181)
#B4C6BC
(180,198,188)
#BCCCC3
(188,204,195)
#C4D2CA
(196,210,202)
#CCD8D1
(204,216,209)
#D4DED8
(212,222,216)
#DCE4DF
(220,228,223)
#E4EAE6
(228,234,230)
#ECF0ED
(236,240,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BAAE color. Also use rgb(164,186,174) instead hex code.

Text Font Color

.myTextColor { color: #A4BAAE; }

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

This text font color is #A4BAAE.


Background Color

.myBgColor { background-color: #A4BAAE; }

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

This div background color is #A4BAAE.


Border color

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

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

This div border color is #A4BAAE.


Opacity

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

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

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

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

This text has shadow with #A4BAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BAAE on black background.


Color preview on white background

This text has color #A4BAAE on white background.



Black color preview on #A4BAAE background

This text has black color on #A4BAAE background.


White color preview on #A4BAAE background

This text has white color on #A4BAAE background.