COLOR #A7B4F9

HEX: #A7B4F9
RGB: (167,180,249)

Color info

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

RGB color model

#A7B4F9 color RGB value is (167,180,249).

  • red value is 167;
  • green value is 180;
  • blue value is 249.
RGB:
(167,180,249)
(65%,71%,98%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 249 of 255 = 98%

167
180
249

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

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 249 = 596 (100%)
R 167 of 596 ~ 28.02%
G 180 of 596 ~ 30.2%
B 249 of 596 ~ 41.78%

%28.02
%30.2
%41.78

CMYK color model

#A7B4F9 color CMYK value is (33,28,0,2).

  • cyan value is 32.93%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(33,28,0,2)
C33M28Y0K2 
(33%,28%,0%,2%)
(0.33/0.28/0.00/0.02)	

CMYK percentages

%32.93
%27.71
%0
%2.35

Codes

Color #A7B4F9 in popluar color models

A7B4F9
RGB167180249
HSL230°87.23%81.57%
HSB/HSV230°32.93%97.65%
CMYK32.93%27.71%0.00%
2.35%

Color #A7B4F9 in popluar number systems.

HEXA7B4F9
Decimal167180249
Binary101001111011010011111001
Octal247264371

Shades and tints

Shades of #A7B4F9

#A7B4F9
(167,180,249)
#98A4E3
(152,164,227)
#8994CD
(137,148,205)
#7A84B7
(122,132,183)
#6B74A1
(107,116,161)
#5C648B
(92,100,139)
#4D5475
(77,84,117)
#3E445F
(62,68,95)
#2F3449
(47,52,73)
#202433
(32,36,51)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #A7B4F9

#A7B4F9
(167,180,249)
#AFBAF9
(175,186,249)
#B7C0F9
(183,192,249)
#BFC6F9
(191,198,249)
#C7CCF9
(199,204,249)
#CFD2F9
(207,210,249)
#D7D8F9
(215,216,249)
#DFDEF9
(223,222,249)
#E7E4F9
(231,228,249)
#EFEAF9
(239,234,249)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B4F9 color. Also use rgb(167,180,249) instead hex code.

Text Font Color

.myTextColor { color: #A7B4F9; }

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

This text font color is #A7B4F9.


Background Color

.myBgColor { background-color: #A7B4F9; }

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

This div background color is #A7B4F9.


Border color

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

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

This div border color is #A7B4F9.


Opacity

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

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

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

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

This text has shadow with #A7B4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B4F9 on black background.


Color preview on white background

This text has color #A7B4F9 on white background.



Black color preview on #A7B4F9 background

This text has black color on #A7B4F9 background.


White color preview on #A7B4F9 background

This text has white color on #A7B4F9 background.