COLOR #A4C9BE

HEX: #A4C9BE
RGB: (164,201,190)

Color info

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

RGB color model

#A4C9BE color RGB value is (164,201,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 190 of 255 = 75%

164
201
190

R + G + B ~ 73%. #A4C9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 201 + 190 = 555 (100%)
R 164 of 555 ~ 29.55%
G 201 of 555 ~ 36.22%
B 190 of 555 ~ 34.23%

%29.55
%36.22
%34.23

CMYK color model

#A4C9BE color CMYK value is (18,0,5,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(18,0,5,21)
C18M0Y5K21 
(18%,0%,5%,21%)
(0.18/0.00/0.05/0.21)	

CMYK percentages

%18.41
%0
%5.47
%21.18

Codes

Color #A4C9BE in popluar color models

A4C9BE
RGB164201190
HSL162°25.52%71.57%
HSB/HSV162°18.41%78.82%
CMYK18.41%0.00%5.47%
21.18%

Color #A4C9BE in popluar number systems.

HEXA4C9BE
Decimal164201190
Binary101001001100100110111110
Octal244311276

Shades and tints

Shades of #A4C9BE

#A4C9BE
(164,201,190)
#96B7AD
(150,183,173)
#88A59C
(136,165,156)
#7A938B
(122,147,139)
#6C817A
(108,129,122)
#5E6F69
(94,111,105)
#505D58
(80,93,88)
#424B47
(66,75,71)
#343936
(52,57,54)
#262725
(38,39,37)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A4C9BE

#A4C9BE
(164,201,190)
#ACCDC3
(172,205,195)
#B4D1C8
(180,209,200)
#BCD5CD
(188,213,205)
#C4D9D2
(196,217,210)
#CCDDD7
(204,221,215)
#D4E1DC
(212,225,220)
#DCE5E1
(220,229,225)
#E4E9E6
(228,233,230)
#ECEDEB
(236,237,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C9BE; }

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

This text font color is #A4C9BE.


Background Color

.myBgColor { background-color: #A4C9BE; }

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

This div background color is #A4C9BE.


Border color

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

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

This div border color is #A4C9BE.


Opacity

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

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

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

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

This text has shadow with #A4C9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C9BE on black background.


Color preview on white background

This text has color #A4C9BE on white background.



Black color preview on #A4C9BE background

This text has black color on #A4C9BE background.


White color preview on #A4C9BE background

This text has white color on #A4C9BE background.