COLOR #A3BFDA

HEX: #A3BFDA
RGB: (163,191,218)

Color info

#A3BFDA contains red, green and blue colors in about the same proportion. Web safe color of #A3BFDA is #99CCCC (or #9CC).

RGB color model

#A3BFDA color RGB value is (163,191,218).

  • red value is 163;
  • green value is 191;
  • blue value is 218.
RGB:
(163,191,218)
(64%,75%,85%)

RGB channels and saturation

R 163 of 255 = 64%
G 191 of 255 = 75%
B 218 of 255 = 85%

163
191
218

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

Portions of RGB colors in percentages

R + G + B =
163 + 191 + 218 = 572 (100%)
R 163 of 572 ~ 28.5%
G 191 of 572 ~ 33.39%
B 218 of 572 ~ 38.11%

%28.5
%33.39
%38.11

CMYK color model

#A3BFDA color CMYK value is (25,12,0,15).

  • cyan value is 25.23%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,12,0,15)
C25M12Y0K15 
(25%,12%,0%,15%)
(0.25/0.12/0.00/0.15)	

CMYK percentages

%25.23
%12.39
%0
%14.51

Codes

Color #A3BFDA in popluar color models

A3BFDA
RGB163191218
HSL209°42.64%74.71%
HSB/HSV209°25.23%85.49%
CMYK25.23%12.39%0.00%
14.51%

Color #A3BFDA in popluar number systems.

HEXA3BFDA
Decimal163191218
Binary101000111011111111011010
Octal243277332

Shades and tints

Shades of #A3BFDA

#A3BFDA
(163,191,218)
#95AEC7
(149,174,199)
#879DB4
(135,157,180)
#798CA1
(121,140,161)
#6B7B8E
(107,123,142)
#5D6A7B
(93,106,123)
#4F5968
(79,89,104)
#414855
(65,72,85)
#333742
(51,55,66)
#25262F
(37,38,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #A3BFDA

#A3BFDA
(163,191,218)
#ABC4DD
(171,196,221)
#B3C9E0
(179,201,224)
#BBCEE3
(187,206,227)
#C3D3E6
(195,211,230)
#CBD8E9
(203,216,233)
#D3DDEC
(211,221,236)
#DBE2EF
(219,226,239)
#E3E7F2
(227,231,242)
#EBECF5
(235,236,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BFDA color. Also use rgb(163,191,218) instead hex code.

Text Font Color

.myTextColor { color: #A3BFDA; }

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

This text font color is #A3BFDA.


Background Color

.myBgColor { background-color: #A3BFDA; }

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

This div background color is #A3BFDA.


Border color

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

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

This div border color is #A3BFDA.


Opacity

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

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

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

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

This text has shadow with #A3BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BFDA on black background.


Color preview on white background

This text has color #A3BFDA on white background.



Black color preview on #A3BFDA background

This text has black color on #A3BFDA background.


White color preview on #A3BFDA background

This text has white color on #A3BFDA background.