COLOR #A7B9F6

HEX: #A7B9F6 RGB: (167,185,246)

Color info

#A7B9F6 contains mainly blue color. Web safe color of #A7B9F6 is #99CCFF (or #9CF).

RGB color model

#A7B9F6 color RGB value is (167,185,246).

RGB: (167,185,246) (65%, 73%, 96%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 246 of 255 = 96%

167
185
246

R + G + B ~ 78%. #A7B9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 185 + 246 = 598 (100%)
R 167 of 598 ~ 27.93%
G 185 of 598 ~ 30.94%
B 246 of 598 ~ 41.14'%

%27.93
%30.94
%41.14

CMYK color model

#A7B9F6 color CMYK value is (32,25,0,4).

  • cyan value is 32.11%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (32,25,0,4)
C32M25Y0K4 (32%, 25%, 0%, 4%)
(0.32 / 0.25 / 0.00 / 0.04)

CMYK percentages

%32.11
%24.8
%0
%3.53

Codes

Color #A7B9F6 in popluar color models

A7 B9 F6
RGB 167 185 246
HSL 226° 81.44% 80.98%
HSB/HSV 226° 32.11% 96.47%
CMYK 32.11% 24.80% 0.00%
3.53%

Color #A7B9F6 in popluar number systems.

HEX A7 B9 F6
Decimal 167 185 246
Binary 10100111 10111001 11110110
Octal 247 271 366

Shades and tints

Shades of #A7B9F6

#A7B9F6
(167,185,246)
#98A9E0
(152,169,224)
#8999CA
(137,153,202)
#7A89B4
(122,137,180)
#6B799E
(107,121,158)
#5C6988
(92,105,136)
#4D5972
(77,89,114)
#3E495C
(62,73,92)
#2F3946
(47,57,70)
#202930
(32,41,48)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #A7B9F6

#A7B9F6
(167,185,246)
#AFBFF6
(175,191,246)
#B7C5F6
(183,197,246)
#BFCBF6
(191,203,246)
#C7D1F6
(199,209,246)
#CFD7F6
(207,215,246)
#D7DDF6
(215,221,246)
#DFE3F6
(223,227,246)
#E7E9F6
(231,233,246)
#EFEFF6
(239,239,246)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B9F6 color. Also use rgb(167,185,246) instead hex code.

Text Font Color

.myTextColor { color: #A7B9F6; }

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

This text font color is #A7B9F6.

Background Color

.myBgColor { background-color: #A7B9F6; }

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

This div background color is #A7B9F6.

Border color

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

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

This div border color is #A7B9F6.

Opacity

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

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

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

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

This text has shadow with #A7B9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B9F6.

Preview

Color preview on black background

This text has color #A7B9F6 on black background.


Color preview on white background

This text has color #A7B9F6 on white background.


Black color preview on #A7B9F6 background

This text has black color on #A7B9F6 background.


White color preview on #A7B9F6 background

This text has white color on #A7B9F6 background.


Related colors

Complementary color

Complementary color for #hex is #584609.


I love getcolorcode.com

Triadic colors

1 #F6A7B9 and #B9F6A7 with #A7B9F6 are triadic colors.

2 #F6B9A7 and #B9A7F6 with #A7B9F6 are triadic colors.