COLOR #A3BBDA

HEX: #A3BBDA
RGB: (163,187,218)

Color info

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

RGB color model

#A3BBDA color RGB value is (163,187,218).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 218 of 255 = 85%

163
187
218

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 218 = 568 (100%)
R 163 of 568 ~ 28.7%
G 187 of 568 ~ 32.92%
B 218 of 568 ~ 38.38%

%28.7
%32.92
%38.38

CMYK color model

#A3BBDA color CMYK value is (25,14,0,15).

  • cyan value is 25.23%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,14,0,15)
C25M14Y0K15 
(25%,14%,0%,15%)
(0.25/0.14/0.00/0.15)	

CMYK percentages

%25.23
%14.22
%0
%14.51

Codes

Color #A3BBDA in popluar color models

A3BBDA
RGB163187218
HSL214°42.64%74.71%
HSB/HSV214°25.23%85.49%
CMYK25.23%14.22%0.00%
14.51%

Color #A3BBDA in popluar number systems.

HEXA3BBDA
Decimal163187218
Binary101000111011101111011010
Octal243273332

Shades and tints

Shades of #A3BBDA

#A3BBDA
(163,187,218)
#95AAC7
(149,170,199)
#8799B4
(135,153,180)
#7988A1
(121,136,161)
#6B778E
(107,119,142)
#5D667B
(93,102,123)
#4F5568
(79,85,104)
#414455
(65,68,85)
#333342
(51,51,66)
#25222F
(37,34,47)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #A3BBDA

#A3BBDA
(163,187,218)
#ABC1DD
(171,193,221)
#B3C7E0
(179,199,224)
#BBCDE3
(187,205,227)
#C3D3E6
(195,211,230)
#CBD9E9
(203,217,233)
#D3DFEC
(211,223,236)
#DBE5EF
(219,229,239)
#E3EBF2
(227,235,242)
#EBF1F5
(235,241,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBDA; }

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

This text font color is #A3BBDA.


Background Color

.myBgColor { background-color: #A3BBDA; }

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

This div background color is #A3BBDA.


Border color

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

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

This div border color is #A3BBDA.


Opacity

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

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

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

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

This text has shadow with #A3BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBDA on black background.


Color preview on white background

This text has color #A3BBDA on white background.



Black color preview on #A3BBDA background

This text has black color on #A3BBDA background.


White color preview on #A3BBDA background

This text has white color on #A3BBDA background.