COLOR #A3BBE2

HEX: #A3BBE2
RGB: (163,187,226)

Color info

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

RGB color model

#A3BBE2 color RGB value is (163,187,226).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 226 of 255 = 89%

163
187
226

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 226 = 576 (100%)
R 163 of 576 ~ 28.3%
G 187 of 576 ~ 32.47%
B 226 of 576 ~ 39.24%

%28.3
%32.47
%39.24

CMYK color model

#A3BBE2 color CMYK value is (28,17,0,11).

  • cyan value is 27.88%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(28,17,0,11)
C28M17Y0K11 
(28%,17%,0%,11%)
(0.28/0.17/0.00/0.11)	

CMYK percentages

%27.88
%17.26
%0
%11.37

Codes

Color #A3BBE2 in popluar color models

A3BBE2
RGB163187226
HSL217°52.07%76.27%
HSB/HSV217°27.88%88.63%
CMYK27.88%17.26%0.00%
11.37%

Color #A3BBE2 in popluar number systems.

HEXA3BBE2
Decimal163187226
Binary101000111011101111100010
Octal243273342

Shades and tints

Shades of #A3BBE2

#A3BBE2
(163,187,226)
#95AACE
(149,170,206)
#8799BA
(135,153,186)
#7988A6
(121,136,166)
#6B7792
(107,119,146)
#5D667E
(93,102,126)
#4F556A
(79,85,106)
#414456
(65,68,86)
#333342
(51,51,66)
#25222E
(37,34,46)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #A3BBE2

#A3BBE2
(163,187,226)
#ABC1E4
(171,193,228)
#B3C7E6
(179,199,230)
#BBCDE8
(187,205,232)
#C3D3EA
(195,211,234)
#CBD9EC
(203,217,236)
#D3DFEE
(211,223,238)
#DBE5F0
(219,229,240)
#E3EBF2
(227,235,242)
#EBF1F4
(235,241,244)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BBE2 color. Also use rgb(163,187,226) instead hex code.

Text Font Color

.myTextColor { color: #A3BBE2; }

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

This text font color is #A3BBE2.


Background Color

.myBgColor { background-color: #A3BBE2; }

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

This div background color is #A3BBE2.


Border color

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

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

This div border color is #A3BBE2.


Opacity

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

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

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

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

This text has shadow with #A3BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBE2 on black background.


Color preview on white background

This text has color #A3BBE2 on white background.



Black color preview on #A3BBE2 background

This text has black color on #A3BBE2 background.


White color preview on #A3BBE2 background

This text has white color on #A3BBE2 background.