COLOR #A3B0EB

HEX: #A3B0EB
RGB: (163,176,235)

Color info

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

RGB color model

#A3B0EB color RGB value is (163,176,235).

  • red value is 163;
  • green value is 176;
  • blue value is 235.
RGB:
(163,176,235)
(64%,69%,92%)

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 235 of 255 = 92%

163
176
235

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

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 235 = 574 (100%)
R 163 of 574 ~ 28.4%
G 176 of 574 ~ 30.66%
B 235 of 574 ~ 40.94%

%28.4
%30.66
%40.94

CMYK color model

#A3B0EB color CMYK value is (31,25,0,8).

  • cyan value is 30.64%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,25,0,8)
C31M25Y0K8 
(31%,25%,0%,8%)
(0.31/0.25/0.00/0.08)	

CMYK percentages

%30.64
%25.11
%0
%7.84

Codes

Color #A3B0EB in popluar color models

A3B0EB
RGB163176235
HSL229°64.29%78.04%
HSB/HSV229°30.64%92.16%
CMYK30.64%25.11%0.00%
7.84%

Color #A3B0EB in popluar number systems.

HEXA3B0EB
Decimal163176235
Binary101000111011000011101011
Octal243260353

Shades and tints

Shades of #A3B0EB

#A3B0EB
(163,176,235)
#95A0D6
(149,160,214)
#8790C1
(135,144,193)
#7980AC
(121,128,172)
#6B7097
(107,112,151)
#5D6082
(93,96,130)
#4F506D
(79,80,109)
#414058
(65,64,88)
#333043
(51,48,67)
#25202E
(37,32,46)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #A3B0EB

#A3B0EB
(163,176,235)
#ABB7EC
(171,183,236)
#B3BEED
(179,190,237)
#BBC5EE
(187,197,238)
#C3CCEF
(195,204,239)
#CBD3F0
(203,211,240)
#D3DAF1
(211,218,241)
#DBE1F2
(219,225,242)
#E3E8F3
(227,232,243)
#EBEFF4
(235,239,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B0EB color. Also use rgb(163,176,235) instead hex code.

Text Font Color

.myTextColor { color: #A3B0EB; }

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

This text font color is #A3B0EB.


Background Color

.myBgColor { background-color: #A3B0EB; }

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

This div background color is #A3B0EB.


Border color

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

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

This div border color is #A3B0EB.


Opacity

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

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

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

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

This text has shadow with #A3B0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B0EB on black background.


Color preview on white background

This text has color #A3B0EB on white background.



Black color preview on #A3B0EB background

This text has black color on #A3B0EB background.


White color preview on #A3B0EB background

This text has white color on #A3B0EB background.