COLOR #A7B4B2

HEX: #A7B4B2
RGB: (167,180,178)

Color info

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

RGB color model

#A7B4B2 color RGB value is (167,180,178).

  • red value is 167;
  • green value is 180;
  • blue value is 178.
RGB:
(167,180,178)
(65%,71%,70%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 178 of 255 = 70%

167
180
178

R + G + B ~ 69%. #A7B4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 178 = 525 (100%)
R 167 of 525 ~ 31.81%
G 180 of 525 ~ 34.29%
B 178 of 525 ~ 33.9%

%31.81
%34.29
%33.9

CMYK color model

#A7B4B2 color CMYK value is (7,0,1,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(7,0,1,29)
C7M0Y1K29 
(7%,0%,1%,29%)
(0.07/0.00/0.01/0.29)	

CMYK percentages

%7.22
%0
%1.11
%29.41

Codes

Color #A7B4B2 in popluar color models

A7B4B2
RGB167180178
HSL171°7.98%68.04%
HSB/HSV171°7.22%70.59%
CMYK7.22%0.00%1.11%
29.41%

Color #A7B4B2 in popluar number systems.

HEXA7B4B2
Decimal167180178
Binary101001111011010010110010
Octal247264262

Shades and tints

Shades of #A7B4B2

#A7B4B2
(167,180,178)
#98A4A2
(152,164,162)
#899492
(137,148,146)
#7A8482
(122,132,130)
#6B7472
(107,116,114)
#5C6462
(92,100,98)
#4D5452
(77,84,82)
#3E4442
(62,68,66)
#2F3432
(47,52,50)
#202422
(32,36,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7B4B2

#A7B4B2
(167,180,178)
#AFBAB9
(175,186,185)
#B7C0C0
(183,192,192)
#BFC6C7
(191,198,199)
#C7CCCE
(199,204,206)
#CFD2D5
(207,210,213)
#D7D8DC
(215,216,220)
#DFDEE3
(223,222,227)
#E7E4EA
(231,228,234)
#EFEAF1
(239,234,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B4B2 color. Also use rgb(167,180,178) instead hex code.

Text Font Color

.myTextColor { color: #A7B4B2; }

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

This text font color is #A7B4B2.


Background Color

.myBgColor { background-color: #A7B4B2; }

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

This div background color is #A7B4B2.


Border color

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

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

This div border color is #A7B4B2.


Opacity

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

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

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

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

This text has shadow with #A7B4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B4B2 on black background.


Color preview on white background

This text has color #A7B4B2 on white background.



Black color preview on #A7B4B2 background

This text has black color on #A7B4B2 background.


White color preview on #A7B4B2 background

This text has white color on #A7B4B2 background.