COLOR #A7B2BE

HEX: #A7B2BE
RGB: (167,178,190)

Color info

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

RGB color model

#A7B2BE color RGB value is (167,178,190).

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

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 190 of 255 = 75%

167
178
190

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

Portions of RGB colors in percentages

R + G + B =
167 + 178 + 190 = 535 (100%)
R 167 of 535 ~ 31.21%
G 178 of 535 ~ 33.27%
B 190 of 535 ~ 35.51%

%31.21
%33.27
%35.51

CMYK color model

#A7B2BE color CMYK value is (12,6,0,25).

  • cyan value is 12.11%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,6,0,25)
C12M6Y0K25 
(12%,6%,0%,25%)
(0.12/0.06/0.00/0.25)	

CMYK percentages

%12.11
%6.32
%0
%25.49

Codes

Color #A7B2BE in popluar color models

A7B2BE
RGB167178190
HSL211°15.03%70.00%
HSB/HSV211°12.11%74.51%
CMYK12.11%6.32%0.00%
25.49%

Color #A7B2BE in popluar number systems.

HEXA7B2BE
Decimal167178190
Binary101001111011001010111110
Octal247262276

Shades and tints

Shades of #A7B2BE

#A7B2BE
(167,178,190)
#98A2AD
(152,162,173)
#89929C
(137,146,156)
#7A828B
(122,130,139)
#6B727A
(107,114,122)
#5C6269
(92,98,105)
#4D5258
(77,82,88)
#3E4247
(62,66,71)
#2F3236
(47,50,54)
#202225
(32,34,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A7B2BE

#A7B2BE
(167,178,190)
#AFB9C3
(175,185,195)
#B7C0C8
(183,192,200)
#BFC7CD
(191,199,205)
#C7CED2
(199,206,210)
#CFD5D7
(207,213,215)
#D7DCDC
(215,220,220)
#DFE3E1
(223,227,225)
#E7EAE6
(231,234,230)
#EFF1EB
(239,241,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2BE; }

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

This text font color is #A7B2BE.


Background Color

.myBgColor { background-color: #A7B2BE; }

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

This div background color is #A7B2BE.


Border color

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

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

This div border color is #A7B2BE.


Opacity

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

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

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

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

This text has shadow with #A7B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B2BE on black background.


Color preview on white background

This text has color #A7B2BE on white background.



Black color preview on #A7B2BE background

This text has black color on #A7B2BE background.


White color preview on #A7B2BE background

This text has white color on #A7B2BE background.