COLOR #A7BAE6

HEX: #A7BAE6 RGB: (167,186,230)

Color info

#A7BAE6 contains mainly green and blue colors. Web safe color of #A7BAE6 is #99CCCC (or #9CC).

RGB color model

#A7BAE6 color RGB value is (167,186,230).

RGB: (167,186,230) (65%, 73%, 90%)

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 230 of 255 = 90%

167
186
230

R + G + B ~ 76%. #A7BAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 186 + 230 = 583 (100%)
R 167 of 583 ~ 28.64%
G 186 of 583 ~ 31.9%
B 230 of 583 ~ 39.45'%

%28.64
%31.9
%39.45

CMYK color model

#A7BAE6 color CMYK value is (27,19,0,10).

  • cyan value is 27.39%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,19,0,10)
C27M19Y0K10 (27%, 19%, 0%, 10%)
(0.27 / 0.19 / 0.00 / 0.10)

CMYK percentages

%27.39
%19.13
%0
%9.8

Codes

Color #A7BAE6 in popluar color models

A7 BA E6
RGB 167 186 230
HSL 222° 55.75% 77.84%
HSB/HSV 222° 27.39% 90.20%
CMYK 27.39% 19.13% 0.00%
9.80%

Color #A7BAE6 in popluar number systems.

HEX A7 BA E6
Decimal 167 186 230
Binary 10100111 10111010 11100110
Octal 247 272 346

Shades and tints

Shades of #A7BAE6

#A7BAE6
(167,186,230)
#98AAD2
(152,170,210)
#899ABE
(137,154,190)
#7A8AAA
(122,138,170)
#6B7A96
(107,122,150)
#5C6A82
(92,106,130)
#4D5A6E
(77,90,110)
#3E4A5A
(62,74,90)
#2F3A46
(47,58,70)
#202A32
(32,42,50)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #A7BAE6

#A7BAE6
(167,186,230)
#AFC0E8
(175,192,232)
#B7C6EA
(183,198,234)
#BFCCEC
(191,204,236)
#C7D2EE
(199,210,238)
#CFD8F0
(207,216,240)
#D7DEF2
(215,222,242)
#DFE4F4
(223,228,244)
#E7EAF6
(231,234,246)
#EFF0F8
(239,240,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BAE6; }

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

This text font color is #A7BAE6.

Background Color

.myBgColor { background-color: #A7BAE6; }

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

This div background color is #A7BAE6.

Border color

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

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

This div border color is #A7BAE6.

Opacity

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

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

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

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

This text has shadow with #A7BAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BAE6.

Preview

Color preview on black background

This text has color #A7BAE6 on black background.


Color preview on white background

This text has color #A7BAE6 on white background.


Black color preview on #A7BAE6 background

This text has black color on #A7BAE6 background.


White color preview on #A7BAE6 background

This text has white color on #A7BAE6 background.


Related colors

Complementary color

Complementary color for #hex is #584519.


I love getcolorcode.com

Triadic colors

1 #E6A7BA and #BAE6A7 with #A7BAE6 are triadic colors.

2 #E6BAA7 and #BAA7E6 with #A7BAE6 are triadic colors.