COLOR #A3BAE3

HEX: #A3BAE3
RGB: (163,186,227)

Color info

#A3BAE3 contains mainly green and blue colors. Web safe color of #A3BAE3 is #99CCCC (or #9CC).

RGB color model

#A3BAE3 color RGB value is (163,186,227).

  • red value is 163;
  • green value is 186;
  • blue value is 227.
RGB:
(163,186,227)
(64%,73%,89%)

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 227 of 255 = 89%

163
186
227

R + G + B ~ 75%. #A3BAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 227 = 576 (100%)
R 163 of 576 ~ 28.3%
G 186 of 576 ~ 32.29%
B 227 of 576 ~ 39.41%

%28.3
%32.29
%39.41

CMYK color model

#A3BAE3 color CMYK value is (28,18,0,11).

  • cyan value is 28.19%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,18,0,11)
C28M18Y0K11 
(28%,18%,0%,11%)
(0.28/0.18/0.00/0.11)	

CMYK percentages

%28.19
%18.06
%0
%10.98

Codes

Color #A3BAE3 in popluar color models

A3BAE3
RGB163186227
HSL218°53.33%76.47%
HSB/HSV218°28.19%89.02%
CMYK28.19%18.06%0.00%
10.98%

Color #A3BAE3 in popluar number systems.

HEXA3BAE3
Decimal163186227
Binary101000111011101011100011
Octal243272343

Shades and tints

Shades of #A3BAE3

#A3BAE3
(163,186,227)
#95AACF
(149,170,207)
#879ABB
(135,154,187)
#798AA7
(121,138,167)
#6B7A93
(107,122,147)
#5D6A7F
(93,106,127)
#4F5A6B
(79,90,107)
#414A57
(65,74,87)
#333A43
(51,58,67)
#252A2F
(37,42,47)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #A3BAE3

#A3BAE3
(163,186,227)
#ABC0E5
(171,192,229)
#B3C6E7
(179,198,231)
#BBCCE9
(187,204,233)
#C3D2EB
(195,210,235)
#CBD8ED
(203,216,237)
#D3DEEF
(211,222,239)
#DBE4F1
(219,228,241)
#E3EAF3
(227,234,243)
#EBF0F5
(235,240,245)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BAE3 color. Also use rgb(163,186,227) instead hex code.

Text Font Color

.myTextColor { color: #A3BAE3; }

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

This text font color is #A3BAE3.


Background Color

.myBgColor { background-color: #A3BAE3; }

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

This div background color is #A3BAE3.


Border color

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

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

This div border color is #A3BAE3.


Opacity

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

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

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

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

This text has shadow with #A3BAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAE3 on black background.


Color preview on white background

This text has color #A3BAE3 on white background.



Black color preview on #A3BAE3 background

This text has black color on #A3BAE3 background.


White color preview on #A3BAE3 background

This text has white color on #A3BAE3 background.