COLOR #A3ABE9

HEX: #A3ABE9
RGB: (163,171,233)

Color info

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

RGB color model

#A3ABE9 color RGB value is (163,171,233).

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

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 233 of 255 = 91%

163
171
233

R + G + B ~ 74%. #A3ABE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 233 = 567 (100%)
R 163 of 567 ~ 28.75%
G 171 of 567 ~ 30.16%
B 233 of 567 ~ 41.09%

%28.75
%30.16
%41.09

CMYK color model

#A3ABE9 color CMYK value is (30,27,0,9).

  • cyan value is 30.04%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(30,27,0,9)
C30M27Y0K9 
(30%,27%,0%,9%)
(0.30/0.27/0.00/0.09)	

CMYK percentages

%30.04
%26.61
%0
%8.63

Codes

Color #A3ABE9 in popluar color models

A3ABE9
RGB163171233
HSL233°61.40%77.65%
HSB/HSV233°30.04%91.37%
CMYK30.04%26.61%0.00%
8.63%

Color #A3ABE9 in popluar number systems.

HEXA3ABE9
Decimal163171233
Binary101000111010101111101001
Octal243253351

Shades and tints

Shades of #A3ABE9

#A3ABE9
(163,171,233)
#959CD4
(149,156,212)
#878DBF
(135,141,191)
#797EAA
(121,126,170)
#6B6F95
(107,111,149)
#5D6080
(93,96,128)
#4F516B
(79,81,107)
#414256
(65,66,86)
#333341
(51,51,65)
#25242C
(37,36,44)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #A3ABE9

#A3ABE9
(163,171,233)
#ABB2EB
(171,178,235)
#B3B9ED
(179,185,237)
#BBC0EF
(187,192,239)
#C3C7F1
(195,199,241)
#CBCEF3
(203,206,243)
#D3D5F5
(211,213,245)
#DBDCF7
(219,220,247)
#E3E3F9
(227,227,249)
#EBEAFB
(235,234,251)
#F3F1FD
(243,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABE9; }

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

This text font color is #A3ABE9.


Background Color

.myBgColor { background-color: #A3ABE9; }

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

This div background color is #A3ABE9.


Border color

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

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

This div border color is #A3ABE9.


Opacity

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

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

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

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

This text has shadow with #A3ABE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABE9 on black background.


Color preview on white background

This text has color #A3ABE9 on white background.



Black color preview on #A3ABE9 background

This text has black color on #A3ABE9 background.


White color preview on #A3ABE9 background

This text has white color on #A3ABE9 background.