COLOR #A7BABB

HEX: #A7BABB RGB: (167,186,187)

Color info

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

RGB color model

#A7BABB color RGB value is (167,186,187).

RGB: (167,186,187) (65%, 73%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 187 of 255 = 73%

167
186
187

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

Portions of RGB colors in percentages

R + G + B = 167 + 186 + 187 = 540 (100%)
R 167 of 540 ~ 30.93%
G 186 of 540 ~ 34.44%
B 187 of 540 ~ 34.63'%

%30.93
%34.44
%34.63

CMYK color model

#A7BABB color CMYK value is (11,1,0,27).

  • cyan value is 10.70%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (11,1,0,27) C11M1Y0K27 (11%,1%,0%,27%) (0.11/0.01/0.00/0.27) 

CMYK percentages

%10.7
%0.53
%0
%26.67

Codes

Color #A7BABB in popluar color models

A7 BA BB
RGB 167 186 187
HSL 183° 12.82% 69.41%
HSB/HSV 183° 10.70% 73.33%
CMYK 10.70% 0.53% 0.00%
26.67%

Color #A7BABB in popluar number systems.

HEX A7 BA BB
Decimal 167 186 187
Binary 10100111 10111010 10111011
Octal 247 272 273

Shades and tints

Shades of #A7BABB

#A7BABB
(167,186,187)
#98AAAA
(152,170,170)
#899A99
(137,154,153)
#7A8A88
(122,138,136)
#6B7A77
(107,122,119)
#5C6A66
(92,106,102)
#4D5A55
(77,90,85)
#3E4A44
(62,74,68)
#2F3A33
(47,58,51)
#202A22
(32,42,34)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #A7BABB

#A7BABB
(167,186,187)
#AFC0C1
(175,192,193)
#B7C6C7
(183,198,199)
#BFCCCD
(191,204,205)
#C7D2D3
(199,210,211)
#CFD8D9
(207,216,217)
#D7DEDF
(215,222,223)
#DFE4E5
(223,228,229)
#E7EAEB
(231,234,235)
#EFF0F1
(239,240,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BABB color. Also use rgb(167,186,187) instead hex code.

Text Font Color

.myTextColor { color: #A7BABB; }

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

This text font color is #A7BABB.

Background Color

.myBgColor { background-color: #A7BABB; }

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

This div background color is #A7BABB.

Border color

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

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

This div border color is #A7BABB.

Opacity

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

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

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

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

This text has shadow with #A7BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BABB.

Preview

Color preview on black background

This text has color #A7BABB on black background.


Color preview on white background

This text has color #A7BABB on white background.


Black color preview on #A7BABB background

This text has black color on #A7BABB background.


White color preview on #A7BABB background

This text has white color on #A7BABB background.


Related colors

Complementary color

Complementary color for #hex is #584544.


I love getcolorcode.com

Triadic colors

1 #BBA7BA and #BABBA7 with #A7BABB are triadic colors.

2 #BBBAA7 and #BAA7BB with #A7BABB are triadic colors.