COLOR #A3B2EC

HEX: #A3B2EC
RGB: (163,178,236)

Color info

#A3B2EC contains mainly green and blue colors. Web safe color of #A3B2EC is #9999FF (or #99F).

RGB color model

#A3B2EC color RGB value is (163,178,236).

  • red value is 163;
  • green value is 178;
  • blue value is 236.
RGB:
(163,178,236)
(64%,70%,93%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 236 of 255 = 93%

163
178
236

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

Portions of RGB colors in percentages

R + G + B =
163 + 178 + 236 = 577 (100%)
R 163 of 577 ~ 28.25%
G 178 of 577 ~ 30.85%
B 236 of 577 ~ 40.9%

%28.25
%30.85
%40.9

CMYK color model

#A3B2EC color CMYK value is (31,25,0,7).

  • cyan value is 30.93%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(31,25,0,7)
C31M25Y0K7 
(31%,25%,0%,7%)
(0.31/0.25/0.00/0.07)	

CMYK percentages

%30.93
%24.58
%0
%7.45

Codes

Color #A3B2EC in popluar color models

A3B2EC
RGB163178236
HSL228°65.77%78.24%
HSB/HSV228°30.93%92.55%
CMYK30.93%24.58%0.00%
7.45%

Color #A3B2EC in popluar number systems.

HEXA3B2EC
Decimal163178236
Binary101000111011001011101100
Octal243262354

Shades and tints

Shades of #A3B2EC

#A3B2EC
(163,178,236)
#95A2D7
(149,162,215)
#8792C2
(135,146,194)
#7982AD
(121,130,173)
#6B7298
(107,114,152)
#5D6283
(93,98,131)
#4F526E
(79,82,110)
#414259
(65,66,89)
#333244
(51,50,68)
#25222F
(37,34,47)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #A3B2EC

#A3B2EC
(163,178,236)
#ABB9ED
(171,185,237)
#B3C0EE
(179,192,238)
#BBC7EF
(187,199,239)
#C3CEF0
(195,206,240)
#CBD5F1
(203,213,241)
#D3DCF2
(211,220,242)
#DBE3F3
(219,227,243)
#E3EAF4
(227,234,244)
#EBF1F5
(235,241,245)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B2EC color. Also use rgb(163,178,236) instead hex code.

Text Font Color

.myTextColor { color: #A3B2EC; }

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

This text font color is #A3B2EC.


Background Color

.myBgColor { background-color: #A3B2EC; }

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

This div background color is #A3B2EC.


Border color

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

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

This div border color is #A3B2EC.


Opacity

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

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

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

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

This text has shadow with #A3B2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B2EC on black background.


Color preview on white background

This text has color #A3B2EC on white background.



Black color preview on #A3B2EC background

This text has black color on #A3B2EC background.


White color preview on #A3B2EC background

This text has white color on #A3B2EC background.