COLOR #A7BACA

HEX: #A7BACA
RGB: (167,186,202)

Color info

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

RGB color model

#A7BACA color RGB value is (167,186,202).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 202 of 255 = 79%

167
186
202

R + G + B ~ 72%. #A7BACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 202 = 555 (100%)
R 167 of 555 ~ 30.09%
G 186 of 555 ~ 33.51%
B 202 of 555 ~ 36.4%

%30.09
%33.51
%36.4

CMYK color model

#A7BACA color CMYK value is (17,8,0,21).

  • cyan value is 17.33%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(17,8,0,21)
C17M8Y0K21 
(17%,8%,0%,21%)
(0.17/0.08/0.00/0.21)	

CMYK percentages

%17.33
%7.92
%0
%20.78

Codes

Color #A7BACA in popluar color models

A7BACA
RGB167186202
HSL207°24.82%72.35%
HSB/HSV207°17.33%79.22%
CMYK17.33%7.92%0.00%
20.78%

Color #A7BACA in popluar number systems.

HEXA7BACA
Decimal167186202
Binary101001111011101011001010
Octal247272312

Shades and tints

Shades of #A7BACA

#A7BACA
(167,186,202)
#98AAB8
(152,170,184)
#899AA6
(137,154,166)
#7A8A94
(122,138,148)
#6B7A82
(107,122,130)
#5C6A70
(92,106,112)
#4D5A5E
(77,90,94)
#3E4A4C
(62,74,76)
#2F3A3A
(47,58,58)
#202A28
(32,42,40)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7BACA

#A7BACA
(167,186,202)
#AFC0CE
(175,192,206)
#B7C6D2
(183,198,210)
#BFCCD6
(191,204,214)
#C7D2DA
(199,210,218)
#CFD8DE
(207,216,222)
#D7DEE2
(215,222,226)
#DFE4E6
(223,228,230)
#E7EAEA
(231,234,234)
#EFF0EE
(239,240,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BACA; }

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

This text font color is #A7BACA.


Background Color

.myBgColor { background-color: #A7BACA; }

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

This div background color is #A7BACA.


Border color

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

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

This div border color is #A7BACA.


Opacity

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

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

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

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

This text has shadow with #A7BACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BACA on black background.


Color preview on white background

This text has color #A7BACA on white background.



Black color preview on #A7BACA background

This text has black color on #A7BACA background.


White color preview on #A7BACA background

This text has white color on #A7BACA background.