COLOR #A7BAE8

HEX: #A7BAE8
RGB: (167,186,232)

Color info

#A7BAE8 contains mainly green and blue colors. Web safe color of #A7BAE8 is #99CCFF (or #9CF).

RGB color model

#A7BAE8 color RGB value is (167,186,232).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 232 of 255 = 91%

167
186
232

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

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 232 = 585 (100%)
R 167 of 585 ~ 28.55%
G 186 of 585 ~ 31.79%
B 232 of 585 ~ 39.66%

%28.55
%31.79
%39.66

CMYK color model

#A7BAE8 color CMYK value is (28,20,0,9).

  • cyan value is 28.02%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(28,20,0,9)
C28M20Y0K9 
(28%,20%,0%,9%)
(0.28/0.20/0.00/0.09)	

CMYK percentages

%28.02
%19.83
%0
%9.02

Codes

Color #A7BAE8 in popluar color models

A7BAE8
RGB167186232
HSL222°58.56%78.24%
HSB/HSV222°28.02%90.98%
CMYK28.02%19.83%0.00%
9.02%

Color #A7BAE8 in popluar number systems.

HEXA7BAE8
Decimal167186232
Binary101001111011101011101000
Octal247272350

Shades and tints

Shades of #A7BAE8

#A7BAE8
(167,186,232)
#98AAD3
(152,170,211)
#899ABE
(137,154,190)
#7A8AA9
(122,138,169)
#6B7A94
(107,122,148)
#5C6A7F
(92,106,127)
#4D5A6A
(77,90,106)
#3E4A55
(62,74,85)
#2F3A40
(47,58,64)
#202A2B
(32,42,43)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7BAE8

#A7BAE8
(167,186,232)
#AFC0EA
(175,192,234)
#B7C6EC
(183,198,236)
#BFCCEE
(191,204,238)
#C7D2F0
(199,210,240)
#CFD8F2
(207,216,242)
#D7DEF4
(215,222,244)
#DFE4F6
(223,228,246)
#E7EAF8
(231,234,248)
#EFF0FA
(239,240,250)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BAE8; }

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

This text font color is #A7BAE8.


Background Color

.myBgColor { background-color: #A7BAE8; }

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

This div background color is #A7BAE8.


Border color

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

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

This div border color is #A7BAE8.


Opacity

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

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

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

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

This text has shadow with #A7BAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BAE8 on black background.


Color preview on white background

This text has color #A7BAE8 on white background.



Black color preview on #A7BAE8 background

This text has black color on #A7BAE8 background.


White color preview on #A7BAE8 background

This text has white color on #A7BAE8 background.