COLOR #A7B0F3

HEX: #A7B0F3 RGB: (167,176,243)

Color info

#A7B0F3 contains mainly blue color. Web safe color of #A7B0F3 is #9999FF (or #99F).

RGB color model

#A7B0F3 color RGB value is (167,176,243).

RGB: (167,176,243) (65%, 69%, 95%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 243 of 255 = 95%

167
176
243

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

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 243 = 586 (100%)
R 167 of 586 ~ 28.5%
G 176 of 586 ~ 30.03%
B 243 of 586 ~ 41.47'%

%28.5
%30.03
%41.47

CMYK color model

#A7B0F3 color CMYK value is (31,28,0,5).

  • cyan value is 31.28%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (31,28,0,5)
C31M28Y0K5 (31%, 28%, 0%, 5%)
(0.31 / 0.28 / 0.00 / 0.05)

CMYK percentages

%31.28
%27.57
%0
%4.71

Codes

Color #A7B0F3 in popluar color models

A7 B0 F3
RGB 167 176 243
HSL 233° 76.00% 80.39%
HSB/HSV 233° 31.28% 95.29%
CMYK 31.28% 27.57% 0.00%
4.71%

Color #A7B0F3 in popluar number systems.

HEX A7 B0 F3
Decimal 167 176 243
Binary 10100111 10110000 11110011
Octal 247 260 363

Shades and tints

Shades of #A7B0F3

#A7B0F3
(167,176,243)
#98A0DD
(152,160,221)
#8990C7
(137,144,199)
#7A80B1
(122,128,177)
#6B709B
(107,112,155)
#5C6085
(92,96,133)
#4D506F
(77,80,111)
#3E4059
(62,64,89)
#2F3043
(47,48,67)
#20202D
(32,32,45)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A7B0F3

#A7B0F3
(167,176,243)
#AFB7F4
(175,183,244)
#B7BEF5
(183,190,245)
#BFC5F6
(191,197,246)
#C7CCF7
(199,204,247)
#CFD3F8
(207,211,248)
#D7DAF9
(215,218,249)
#DFE1FA
(223,225,250)
#E7E8FB
(231,232,251)
#EFEFFC
(239,239,252)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B0F3 color. Also use rgb(167,176,243) instead hex code.

Text Font Color

.myTextColor { color: #A7B0F3; }

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

This text font color is #A7B0F3.

Background Color

.myBgColor { background-color: #A7B0F3; }

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

This div background color is #A7B0F3.

Border color

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

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

This div border color is #A7B0F3.

Opacity

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

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

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

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

This text has shadow with #A7B0F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B0F3.

Preview

Color preview on black background

This text has color #A7B0F3 on black background.


Color preview on white background

This text has color #A7B0F3 on white background.


Black color preview on #A7B0F3 background

This text has black color on #A7B0F3 background.


White color preview on #A7B0F3 background

This text has white color on #A7B0F3 background.


Related colors

Complementary color

Complementary color for #hex is #584F0C.


I love getcolorcode.com

Triadic colors

1 #F3A7B0 and #B0F3A7 with #A7B0F3 are triadic colors.

2 #F3B0A7 and #B0A7F3 with #A7B0F3 are triadic colors.