COLOR #A7BBF9

HEX: #A7BBF9
RGB: (167,187,249)

Color info

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

RGB color model

#A7BBF9 color RGB value is (167,187,249).

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

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 249 of 255 = 98%

167
187
249

R + G + B ~ 79%. #A7BBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 249 = 603 (100%)
R 167 of 603 ~ 27.69%
G 187 of 603 ~ 31.01%
B 249 of 603 ~ 41.29%

%27.69
%31.01
%41.29

CMYK color model

#A7BBF9 color CMYK value is (33,25,0,2).

  • cyan value is 32.93%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(33,25,0,2)
C33M25Y0K2 
(33%,25%,0%,2%)
(0.33/0.25/0.00/0.02)	

CMYK percentages

%32.93
%24.9
%0
%2.35

Codes

Color #A7BBF9 in popluar color models

A7BBF9
RGB167187249
HSL225°87.23%81.57%
HSB/HSV225°32.93%97.65%
CMYK32.93%24.90%0.00%
2.35%

Color #A7BBF9 in popluar number systems.

HEXA7BBF9
Decimal167187249
Binary101001111011101111111001
Octal247273371

Shades and tints

Shades of #A7BBF9

#A7BBF9
(167,187,249)
#98AAE3
(152,170,227)
#8999CD
(137,153,205)
#7A88B7
(122,136,183)
#6B77A1
(107,119,161)
#5C668B
(92,102,139)
#4D5575
(77,85,117)
#3E445F
(62,68,95)
#2F3349
(47,51,73)
#202233
(32,34,51)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #A7BBF9

#A7BBF9
(167,187,249)
#AFC1F9
(175,193,249)
#B7C7F9
(183,199,249)
#BFCDF9
(191,205,249)
#C7D3F9
(199,211,249)
#CFD9F9
(207,217,249)
#D7DFF9
(215,223,249)
#DFE5F9
(223,229,249)
#E7EBF9
(231,235,249)
#EFF1F9
(239,241,249)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBF9; }

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

This text font color is #A7BBF9.


Background Color

.myBgColor { background-color: #A7BBF9; }

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

This div background color is #A7BBF9.


Border color

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

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

This div border color is #A7BBF9.


Opacity

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

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

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

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

This text has shadow with #A7BBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BBF9 on black background.


Color preview on white background

This text has color #A7BBF9 on white background.



Black color preview on #A7BBF9 background

This text has black color on #A7BBF9 background.


White color preview on #A7BBF9 background

This text has white color on #A7BBF9 background.