COLOR #A3B7F3

HEX: #A3B7F3 RGB: (163,183,243)

Color info

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

RGB color model

#A3B7F3 color RGB value is (163,183,243).

RGB: (163,183,243) (64%, 72%, 95%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 243 of 255 = 95%

163
183
243

R + G + B ~ 77%. #A3B7F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 183 + 243 = 589 (100%)
R 163 of 589 ~ 27.67%
G 183 of 589 ~ 31.07%
B 243 of 589 ~ 41.26'%

%27.67
%31.07
%41.26

CMYK color model

#A3B7F3 color CMYK value is (33,25,0,5).

  • cyan value is 32.92%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (33,25,0,5)
C33M25Y0K5 (33%, 25%, 0%, 5%)
(0.33 / 0.25 / 0.00 / 0.05)

CMYK percentages

%32.92
%24.69
%0
%4.71

Codes

Color #A3B7F3 in popluar color models

A3 B7 F3
RGB 163 183 243
HSL 225° 76.92% 79.61%
HSB/HSV 225° 32.92% 95.29%
CMYK 32.92% 24.69% 0.00%
4.71%

Color #A3B7F3 in popluar number systems.

HEX A3 B7 F3
Decimal 163 183 243
Binary 10100011 10110111 11110011
Octal 243 267 363

Shades and tints

Shades of #A3B7F3

#A3B7F3
(163,183,243)
#95A7DD
(149,167,221)
#8797C7
(135,151,199)
#7987B1
(121,135,177)
#6B779B
(107,119,155)
#5D6785
(93,103,133)
#4F576F
(79,87,111)
#414759
(65,71,89)
#333743
(51,55,67)
#25272D
(37,39,45)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #A3B7F3

#A3B7F3
(163,183,243)
#ABBDF4
(171,189,244)
#B3C3F5
(179,195,245)
#BBC9F6
(187,201,246)
#C3CFF7
(195,207,247)
#CBD5F8
(203,213,248)
#D3DBF9
(211,219,249)
#DBE1FA
(219,225,250)
#E3E7FB
(227,231,251)
#EBEDFC
(235,237,252)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B7F3 color. Also use rgb(163,183,243) instead hex code.

Text Font Color

.myTextColor { color: #A3B7F3; }

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

This text font color is #A3B7F3.

Background Color

.myBgColor { background-color: #A3B7F3; }

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

This div background color is #A3B7F3.

Border color

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

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

This div border color is #A3B7F3.

Opacity

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

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

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

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

This text has shadow with #A3B7F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B7F3.

Preview

Color preview on black background

This text has color #A3B7F3 on black background.


Color preview on white background

This text has color #A3B7F3 on white background.


Black color preview on #A3B7F3 background

This text has black color on #A3B7F3 background.


White color preview on #A3B7F3 background

This text has white color on #A3B7F3 background.


Related colors

Complementary color

Complementary color for #hex is #5C480C.


I love getcolorcode.com

Triadic colors

1 #F3A3B7 and #B7F3A3 with #A3B7F3 are triadic colors.

2 #F3B7A3 and #B7A3F3 with #A3B7F3 are triadic colors.