COLOR #A3B7EB

HEX: #A3B7EB
RGB: (163,183,235)

Color info

#A3B7EB contains mainly green and blue colors. Web safe color of #A3B7EB is #99CCFF (or #9CF).

RGB color model

#A3B7EB color RGB value is (163,183,235).

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

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 235 of 255 = 92%

163
183
235

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

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 235 = 581 (100%)
R 163 of 581 ~ 28.06%
G 183 of 581 ~ 31.5%
B 235 of 581 ~ 40.45%

%28.06
%31.5
%40.45

CMYK color model

#A3B7EB color CMYK value is (31,22,0,8).

  • cyan value is 30.64%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,22,0,8)
C31M22Y0K8 
(31%,22%,0%,8%)
(0.31/0.22/0.00/0.08)	

CMYK percentages

%30.64
%22.13
%0
%7.84

Codes

Color #A3B7EB in popluar color models

A3B7EB
RGB163183235
HSL223°64.29%78.04%
HSB/HSV223°30.64%92.16%
CMYK30.64%22.13%0.00%
7.84%

Color #A3B7EB in popluar number systems.

HEXA3B7EB
Decimal163183235
Binary101000111011011111101011
Octal243267353

Shades and tints

Shades of #A3B7EB

#A3B7EB
(163,183,235)
#95A7D6
(149,167,214)
#8797C1
(135,151,193)
#7987AC
(121,135,172)
#6B7797
(107,119,151)
#5D6782
(93,103,130)
#4F576D
(79,87,109)
#414758
(65,71,88)
#333743
(51,55,67)
#25272E
(37,39,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3B7EB

#A3B7EB
(163,183,235)
#ABBDEC
(171,189,236)
#B3C3ED
(179,195,237)
#BBC9EE
(187,201,238)
#C3CFEF
(195,207,239)
#CBD5F0
(203,213,240)
#D3DBF1
(211,219,241)
#DBE1F2
(219,225,242)
#E3E7F3
(227,231,243)
#EBEDF4
(235,237,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B7EB; }

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

This text font color is #A3B7EB.


Background Color

.myBgColor { background-color: #A3B7EB; }

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

This div background color is #A3B7EB.


Border color

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

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

This div border color is #A3B7EB.


Opacity

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

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

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

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

This text has shadow with #A3B7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B7EB on black background.


Color preview on white background

This text has color #A3B7EB on white background.



Black color preview on #A3B7EB background

This text has black color on #A3B7EB background.


White color preview on #A3B7EB background

This text has white color on #A3B7EB background.