COLOR #A3BBD9

HEX: #A3BBD9 RGB: (163,187,217)

Color info

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

RGB color model

#A3BBD9 color RGB value is (163,187,217).

RGB: (163,187,217) (64%, 73%, 85%)

RGB channels and saturation

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

163
187
217

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

Portions of RGB colors in percentages

R + G + B = 163 + 187 + 217 = 567 (100%)
R 163 of 567 ~ 28.75%
G 187 of 567 ~ 32.98%
B 217 of 567 ~ 38.27'%

%28.75
%32.98
%38.27

CMYK color model

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

  • cyan value is 24.88%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (25,14,0,15)
C25M14Y0K15 (25%, 14%, 0%, 15%)
(0.25 / 0.14 / 0.00 / 0.15)

CMYK percentages

%24.88
%13.82
%0
%14.9

Codes

Color #A3BBD9 in popluar color models

A3 BB D9
RGB 163 187 217
HSL 213° 41.54% 74.51%
HSB/HSV 213° 24.88% 85.10%
CMYK 24.88% 13.82% 0.00%
14.90%

Color #A3BBD9 in popluar number systems.

HEX A3 BB D9
Decimal 163 187 217
Binary 10100011 10111011 11011001
Octal 243 273 331

Shades and tints

Shades of #A3BBD9

#A3BBD9
(163,187,217)
#95AAC6
(149,170,198)
#8799B3
(135,153,179)
#7988A0
(121,136,160)
#6B778D
(107,119,141)
#5D667A
(93,102,122)
#4F5567
(79,85,103)
#414454
(65,68,84)
#333341
(51,51,65)
#25222E
(37,34,46)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #A3BBD9

#A3BBD9
(163,187,217)
#ABC1DC
(171,193,220)
#B3C7DF
(179,199,223)
#BBCDE2
(187,205,226)
#C3D3E5
(195,211,229)
#CBD9E8
(203,217,232)
#D3DFEB
(211,223,235)
#DBE5EE
(219,229,238)
#E3EBF1
(227,235,241)
#EBF1F4
(235,241,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBD9; }

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

This text font color is #A3BBD9.

Background Color

.myBgColor { background-color: #A3BBD9; }

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

This div background color is #A3BBD9.

Border color

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

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

This div border color is #A3BBD9.

Opacity

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

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

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

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

This text has shadow with #A3BBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BBD9.

Preview

Color preview on black background

This text has color #A3BBD9 on black background.


Color preview on white background

This text has color #A3BBD9 on white background.


Black color preview on #A3BBD9 background

This text has black color on #A3BBD9 background.


White color preview on #A3BBD9 background

This text has white color on #A3BBD9 background.


Related colors

Complementary color

Complementary color for #hex is #5C4426.


I love getcolorcode.com

Triadic colors

1 #D9A3BB and #BBD9A3 with #A3BBD9 are triadic colors.

2 #D9BBA3 and #BBA3D9 with #A3BBD9 are triadic colors.