COLOR #A3B6F3

HEX: #A3B6F3 RGB: (163,182,243)

Color info

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

RGB color model

#A3B6F3 color RGB value is (163,182,243).

RGB: (163,182,243) (64%, 71%, 95%)

RGB channels and saturation

R 163 of 255 = 64%
G 182 of 255 = 71%
B 243 of 255 = 95%

163
182
243

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

Portions of RGB colors in percentages

R + G + B = 163 + 182 + 243 = 588 (100%)
R 163 of 588 ~ 27.72%
G 182 of 588 ~ 30.95%
B 243 of 588 ~ 41.33'%

%27.72
%30.95
%41.33

CMYK color model

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

  • cyan value is 32.92%
  • magenta value is 25.10%
  • 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
%25.1
%0
%4.71

Codes

Color #A3B6F3 in popluar color models

A3 B6 F3
RGB 163 182 243
HSL 226° 76.92% 79.61%
HSB/HSV 226° 32.92% 95.29%
CMYK 32.92% 25.10% 0.00%
4.71%

Color #A3B6F3 in popluar number systems.

HEX A3 B6 F3
Decimal 163 182 243
Binary 10100011 10110110 11110011
Octal 243 266 363

Shades and tints

Shades of #A3B6F3

#A3B6F3
(163,182,243)
#95A6DD
(149,166,221)
#8796C7
(135,150,199)
#7986B1
(121,134,177)
#6B769B
(107,118,155)
#5D6685
(93,102,133)
#4F566F
(79,86,111)
#414659
(65,70,89)
#333643
(51,54,67)
#25262D
(37,38,45)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #A3B6F3

#A3B6F3
(163,182,243)
#ABBCF4
(171,188,244)
#B3C2F5
(179,194,245)
#BBC8F6
(187,200,246)
#C3CEF7
(195,206,247)
#CBD4F8
(203,212,248)
#D3DAF9
(211,218,249)
#DBE0FA
(219,224,250)
#E3E6FB
(227,230,251)
#EBECFC
(235,236,252)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B6F3; }

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

This text font color is #A3B6F3.

Background Color

.myBgColor { background-color: #A3B6F3; }

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

This div background color is #A3B6F3.

Border color

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

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

This div border color is #A3B6F3.

Opacity

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

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

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

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

This text has shadow with #A3B6F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B6F3.

Preview

Color preview on black background

This text has color #A3B6F3 on black background.


Color preview on white background

This text has color #A3B6F3 on white background.


Black color preview on #A3B6F3 background

This text has black color on #A3B6F3 background.


White color preview on #A3B6F3 background

This text has white color on #A3B6F3 background.


Related colors

Complementary color

Complementary color for #hex is #5C490C.


I love getcolorcode.com

Triadic colors

1 #F3A3B6 and #B6F3A3 with #A3B6F3 are triadic colors.

2 #F3B6A3 and #B6A3F3 with #A3B6F3 are triadic colors.