COLOR #A4C8AB

HEX: #A4C8AB
RGB: (164,200,171)

Color info

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

RGB color model

#A4C8AB color RGB value is (164,200,171).

  • red value is 164;
  • green value is 200;
  • blue value is 171.
RGB:
(164,200,171)
(64%,78%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 171 of 255 = 67%

164
200
171

R + G + B ~ 70%. #A4C8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 171 = 535 (100%)
R 164 of 535 ~ 30.65%
G 200 of 535 ~ 37.38%
B 171 of 535 ~ 31.96%

%30.65
%37.38
%31.96

CMYK color model

#A4C8AB color CMYK value is (18,0,15,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(18,0,15,22)
C18M0Y15K22 
(18%,0%,15%,22%)
(0.18/0.00/0.15/0.22)	

CMYK percentages

%18
%0
%14.5
%21.57

Codes

Color #A4C8AB in popluar color models

A4C8AB
RGB164200171
HSL132°24.66%71.37%
HSB/HSV132°18.00%78.43%
CMYK18.00%0.00%14.50%
21.57%

Color #A4C8AB in popluar number systems.

HEXA4C8AB
Decimal164200171
Binary101001001100100010101011
Octal244310253

Shades and tints

Shades of #A4C8AB

#A4C8AB
(164,200,171)
#96B69C
(150,182,156)
#88A48D
(136,164,141)
#7A927E
(122,146,126)
#6C806F
(108,128,111)
#5E6E60
(94,110,96)
#505C51
(80,92,81)
#424A42
(66,74,66)
#343833
(52,56,51)
#262624
(38,38,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A4C8AB

#A4C8AB
(164,200,171)
#ACCDB2
(172,205,178)
#B4D2B9
(180,210,185)
#BCD7C0
(188,215,192)
#C4DCC7
(196,220,199)
#CCE1CE
(204,225,206)
#D4E6D5
(212,230,213)
#DCEBDC
(220,235,220)
#E4F0E3
(228,240,227)
#ECF5EA
(236,245,234)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C8AB color. Also use rgb(164,200,171) instead hex code.

Text Font Color

.myTextColor { color: #A4C8AB; }

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

This text font color is #A4C8AB.


Background Color

.myBgColor { background-color: #A4C8AB; }

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

This div background color is #A4C8AB.


Border color

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

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

This div border color is #A4C8AB.


Opacity

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

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

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

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

This text has shadow with #A4C8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C8AB on black background.


Color preview on white background

This text has color #A4C8AB on white background.



Black color preview on #A4C8AB background

This text has black color on #A4C8AB background.


White color preview on #A4C8AB background

This text has white color on #A4C8AB background.