COLOR #A3ABEE

HEX: #A3ABEE
RGB: (163,171,238)

Color info

#A3ABEE contains mainly blue color. Web safe color of #A3ABEE is #9999FF (or #99F).

RGB color model

#A3ABEE color RGB value is (163,171,238).

  • red value is 163;
  • green value is 171;
  • blue value is 238.
RGB:
(163,171,238)
(64%,67%,93%)

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 238 of 255 = 93%

163
171
238

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 238 = 572 (100%)
R 163 of 572 ~ 28.5%
G 171 of 572 ~ 29.9%
B 238 of 572 ~ 41.61%

%28.5
%29.9
%41.61

CMYK color model

#A3ABEE color CMYK value is (32,28,0,7).

  • cyan value is 31.51%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(32,28,0,7)
C32M28Y0K7 
(32%,28%,0%,7%)
(0.32/0.28/0.00/0.07)	

CMYK percentages

%31.51
%28.15
%0
%6.67

Codes

Color #A3ABEE in popluar color models

A3ABEE
RGB163171238
HSL234°68.81%78.63%
HSB/HSV234°31.51%93.33%
CMYK31.51%28.15%0.00%
6.67%

Color #A3ABEE in popluar number systems.

HEXA3ABEE
Decimal163171238
Binary101000111010101111101110
Octal243253356

Shades and tints

Shades of #A3ABEE

#A3ABEE
(163,171,238)
#959CD9
(149,156,217)
#878DC4
(135,141,196)
#797EAF
(121,126,175)
#6B6F9A
(107,111,154)
#5D6085
(93,96,133)
#4F5170
(79,81,112)
#41425B
(65,66,91)
#333346
(51,51,70)
#252431
(37,36,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #A3ABEE

#A3ABEE
(163,171,238)
#ABB2EF
(171,178,239)
#B3B9F0
(179,185,240)
#BBC0F1
(187,192,241)
#C3C7F2
(195,199,242)
#CBCEF3
(203,206,243)
#D3D5F4
(211,213,244)
#DBDCF5
(219,220,245)
#E3E3F6
(227,227,246)
#EBEAF7
(235,234,247)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ABEE color. Also use rgb(163,171,238) instead hex code.

Text Font Color

.myTextColor { color: #A3ABEE; }

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

This text font color is #A3ABEE.


Background Color

.myBgColor { background-color: #A3ABEE; }

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

This div background color is #A3ABEE.


Border color

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

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

This div border color is #A3ABEE.


Opacity

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

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

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

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

This text has shadow with #A3ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABEE on black background.


Color preview on white background

This text has color #A3ABEE on white background.



Black color preview on #A3ABEE background

This text has black color on #A3ABEE background.


White color preview on #A3ABEE background

This text has white color on #A3ABEE background.