COLOR #A4B7C0

HEX: #A4B7C0
RGB: (164,183,192)

Color info

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

RGB color model

#A4B7C0 color RGB value is (164,183,192).

  • red value is 164;
  • green value is 183;
  • blue value is 192.
RGB:
(164,183,192)
(64%,72%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 192 of 255 = 75%

164
183
192

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 192 = 539 (100%)
R 164 of 539 ~ 30.43%
G 183 of 539 ~ 33.95%
B 192 of 539 ~ 35.62%

%30.43
%33.95
%35.62

CMYK color model

#A4B7C0 color CMYK value is (15,5,0,25).

  • cyan value is 14.58%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,5,0,25)
C15M5Y0K25 
(15%,5%,0%,25%)
(0.15/0.05/0.00/0.25)	

CMYK percentages

%14.58
%4.69
%0
%24.71

Codes

Color #A4B7C0 in popluar color models

A4B7C0
RGB164183192
HSL199°18.18%69.80%
HSB/HSV199°14.58%75.29%
CMYK14.58%4.69%0.00%
24.71%

Color #A4B7C0 in popluar number systems.

HEXA4B7C0
Decimal164183192
Binary101001001011011111000000
Octal244267300

Shades and tints

Shades of #A4B7C0

#A4B7C0
(164,183,192)
#96A7AF
(150,167,175)
#88979E
(136,151,158)
#7A878D
(122,135,141)
#6C777C
(108,119,124)
#5E676B
(94,103,107)
#50575A
(80,87,90)
#424749
(66,71,73)
#343738
(52,55,56)
#262727
(38,39,39)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4B7C0

#A4B7C0
(164,183,192)
#ACBDC5
(172,189,197)
#B4C3CA
(180,195,202)
#BCC9CF
(188,201,207)
#C4CFD4
(196,207,212)
#CCD5D9
(204,213,217)
#D4DBDE
(212,219,222)
#DCE1E3
(220,225,227)
#E4E7E8
(228,231,232)
#ECEDED
(236,237,237)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B7C0 color. Also use rgb(164,183,192) instead hex code.

Text Font Color

.myTextColor { color: #A4B7C0; }

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

This text font color is #A4B7C0.


Background Color

.myBgColor { background-color: #A4B7C0; }

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

This div background color is #A4B7C0.


Border color

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

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

This div border color is #A4B7C0.


Opacity

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

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

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

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

This text has shadow with #A4B7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B7C0 on black background.


Color preview on white background

This text has color #A4B7C0 on white background.



Black color preview on #A4B7C0 background

This text has black color on #A4B7C0 background.


White color preview on #A4B7C0 background

This text has white color on #A4B7C0 background.