COLOR #A4BEA6

HEX: #A4BEA6
RGB: (164,190,166)

Color info

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

RGB color model

#A4BEA6 color RGB value is (164,190,166).

  • red value is 164;
  • green value is 190;
  • blue value is 166.
RGB:
(164,190,166)
(64%,75%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 166 of 255 = 65%

164
190
166

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

Portions of RGB colors in percentages

R + G + B =
164 + 190 + 166 = 520 (100%)
R 164 of 520 ~ 31.54%
G 190 of 520 ~ 36.54%
B 166 of 520 ~ 31.92%

%31.54
%36.54
%31.92

CMYK color model

#A4BEA6 color CMYK value is (14,0,13,25).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(14,0,13,25)
C14M0Y13K25 
(14%,0%,13%,25%)
(0.14/0.00/0.13/0.25)	

CMYK percentages

%13.68
%0
%12.63
%25.49

Codes

Color #A4BEA6 in popluar color models

A4BEA6
RGB164190166
HSL125°16.67%69.41%
HSB/HSV125°13.68%74.51%
CMYK13.68%0.00%12.63%
25.49%

Color #A4BEA6 in popluar number systems.

HEXA4BEA6
Decimal164190166
Binary101001001011111010100110
Octal244276246

Shades and tints

Shades of #A4BEA6

#A4BEA6
(164,190,166)
#96AD97
(150,173,151)
#889C88
(136,156,136)
#7A8B79
(122,139,121)
#6C7A6A
(108,122,106)
#5E695B
(94,105,91)
#50584C
(80,88,76)
#42473D
(66,71,61)
#34362E
(52,54,46)
#26251F
(38,37,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4BEA6

#A4BEA6
(164,190,166)
#ACC3AE
(172,195,174)
#B4C8B6
(180,200,182)
#BCCDBE
(188,205,190)
#C4D2C6
(196,210,198)
#CCD7CE
(204,215,206)
#D4DCD6
(212,220,214)
#DCE1DE
(220,225,222)
#E4E6E6
(228,230,230)
#ECEBEE
(236,235,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BEA6 color. Also use rgb(164,190,166) instead hex code.

Text Font Color

.myTextColor { color: #A4BEA6; }

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

This text font color is #A4BEA6.


Background Color

.myBgColor { background-color: #A4BEA6; }

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

This div background color is #A4BEA6.


Border color

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

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

This div border color is #A4BEA6.


Opacity

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

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

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

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

This text has shadow with #A4BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BEA6 on black background.


Color preview on white background

This text has color #A4BEA6 on white background.



Black color preview on #A4BEA6 background

This text has black color on #A4BEA6 background.


White color preview on #A4BEA6 background

This text has white color on #A4BEA6 background.