COLOR #A7BABE

HEX: #A7BABE
RGB: (167,186,190)

Color info

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

RGB color model

#A7BABE color RGB value is (167,186,190).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 190 of 255 = 75%

167
186
190

R + G + B ~ 71%. #A7BABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 190 = 543 (100%)
R 167 of 543 ~ 30.76%
G 186 of 543 ~ 34.25%
B 190 of 543 ~ 34.99%

%30.76
%34.25
%34.99

CMYK color model

#A7BABE color CMYK value is (12,2,0,25).

  • cyan value is 12.11%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,2,0,25)
C12M2Y0K25 
(12%,2%,0%,25%)
(0.12/0.02/0.00/0.25)	

CMYK percentages

%12.11
%2.11
%0
%25.49

Codes

Color #A7BABE in popluar color models

A7BABE
RGB167186190
HSL190°15.03%70.00%
HSB/HSV190°12.11%74.51%
CMYK12.11%2.11%0.00%
25.49%

Color #A7BABE in popluar number systems.

HEXA7BABE
Decimal167186190
Binary101001111011101010111110
Octal247272276

Shades and tints

Shades of #A7BABE

#A7BABE
(167,186,190)
#98AAAD
(152,170,173)
#899A9C
(137,154,156)
#7A8A8B
(122,138,139)
#6B7A7A
(107,122,122)
#5C6A69
(92,106,105)
#4D5A58
(77,90,88)
#3E4A47
(62,74,71)
#2F3A36
(47,58,54)
#202A25
(32,42,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7BABE

#A7BABE
(167,186,190)
#AFC0C3
(175,192,195)
#B7C6C8
(183,198,200)
#BFCCCD
(191,204,205)
#C7D2D2
(199,210,210)
#CFD8D7
(207,216,215)
#D7DEDC
(215,222,220)
#DFE4E1
(223,228,225)
#E7EAE6
(231,234,230)
#EFF0EB
(239,240,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BABE; }

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

This text font color is #A7BABE.


Background Color

.myBgColor { background-color: #A7BABE; }

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

This div background color is #A7BABE.


Border color

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

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

This div border color is #A7BABE.


Opacity

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

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

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

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

This text has shadow with #A7BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BABE on black background.


Color preview on white background

This text has color #A7BABE on white background.



Black color preview on #A7BABE background

This text has black color on #A7BABE background.


White color preview on #A7BABE background

This text has white color on #A7BABE background.