COLOR #A4C9BD

HEX: #A4C9BD
RGB: (164,201,189)

Color info

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

RGB color model

#A4C9BD color RGB value is (164,201,189).

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

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 189 of 255 = 74%

164
201
189

R + G + B ~ 72%. #A4C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 201 + 189 = 554 (100%)
R 164 of 554 ~ 29.6%
G 201 of 554 ~ 36.28%
B 189 of 554 ~ 34.12%

%29.6
%36.28
%34.12

CMYK color model

#A4C9BD color CMYK value is (18,0,6,21).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(18,0,6,21)
C18M0Y6K21 
(18%,0%,6%,21%)
(0.18/0.00/0.06/0.21)	

CMYK percentages

%18.41
%0
%5.97
%21.18

Codes

Color #A4C9BD in popluar color models

A4C9BD
RGB164201189
HSL161°25.52%71.57%
HSB/HSV161°18.41%78.82%
CMYK18.41%0.00%5.97%
21.18%

Color #A4C9BD in popluar number systems.

HEXA4C9BD
Decimal164201189
Binary101001001100100110111101
Octal244311275

Shades and tints

Shades of #A4C9BD

#A4C9BD
(164,201,189)
#96B7AC
(150,183,172)
#88A59B
(136,165,155)
#7A938A
(122,147,138)
#6C8179
(108,129,121)
#5E6F68
(94,111,104)
#505D57
(80,93,87)
#424B46
(66,75,70)
#343935
(52,57,53)
#262724
(38,39,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4C9BD

#A4C9BD
(164,201,189)
#ACCDC3
(172,205,195)
#B4D1C9
(180,209,201)
#BCD5CF
(188,213,207)
#C4D9D5
(196,217,213)
#CCDDDB
(204,221,219)
#D4E1E1
(212,225,225)
#DCE5E7
(220,229,231)
#E4E9ED
(228,233,237)
#ECEDF3
(236,237,243)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C9BD; }

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

This text font color is #A4C9BD.


Background Color

.myBgColor { background-color: #A4C9BD; }

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

This div background color is #A4C9BD.


Border color

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

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

This div border color is #A4C9BD.


Opacity

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

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

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

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

This text has shadow with #A4C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C9BD on black background.


Color preview on white background

This text has color #A4C9BD on white background.



Black color preview on #A4C9BD background

This text has black color on #A4C9BD background.


White color preview on #A4C9BD background

This text has white color on #A4C9BD background.