COLOR #A3BBD2

HEX: #A3BBD2 RGB: (163,187,210)

Color info

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

RGB color model

#A3BBD2 color RGB value is (163,187,210).

RGB: (163,187,210) (64%, 73%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 210 of 255 = 82%

163
187
210

R + G + B ~ 73%. #A3BBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 187 + 210 = 560 (100%)
R 163 of 560 ~ 29.11%
G 187 of 560 ~ 33.39%
B 210 of 560 ~ 37.5'%

%29.11
%33.39
%37.5

CMYK color model

#A3BBD2 color CMYK value is (22,11,0,18).

  • cyan value is 22.38%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (22,11,0,18)
C22M11Y0K18 (22%, 11%, 0%, 18%)
(0.22 / 0.11 / 0.00 / 0.18)

CMYK percentages

%22.38
%10.95
%0
%17.65

Codes

Color #A3BBD2 in popluar color models

A3 BB D2
RGB 163 187 210
HSL 209° 34.31% 73.14%
HSB/HSV 209° 22.38% 82.35%
CMYK 22.38% 10.95% 0.00%
17.65%

Color #A3BBD2 in popluar number systems.

HEX A3 BB D2
Decimal 163 187 210
Binary 10100011 10111011 11010010
Octal 243 273 322

Shades and tints

Shades of #A3BBD2

#A3BBD2
(163,187,210)
#95AABF
(149,170,191)
#8799AC
(135,153,172)
#798899
(121,136,153)
#6B7786
(107,119,134)
#5D6673
(93,102,115)
#4F5560
(79,85,96)
#41444D
(65,68,77)
#33333A
(51,51,58)
#252227
(37,34,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A3BBD2

#A3BBD2
(163,187,210)
#ABC1D6
(171,193,214)
#B3C7DA
(179,199,218)
#BBCDDE
(187,205,222)
#C3D3E2
(195,211,226)
#CBD9E6
(203,217,230)
#D3DFEA
(211,223,234)
#DBE5EE
(219,229,238)
#E3EBF2
(227,235,242)
#EBF1F6
(235,241,246)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBD2; }

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

This text font color is #A3BBD2.

Background Color

.myBgColor { background-color: #A3BBD2; }

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

This div background color is #A3BBD2.

Border color

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

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

This div border color is #A3BBD2.

Opacity

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

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

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

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

This text has shadow with #A3BBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BBD2.

Preview

Color preview on black background

This text has color #A3BBD2 on black background.


Color preview on white background

This text has color #A3BBD2 on white background.


Black color preview on #A3BBD2 background

This text has black color on #A3BBD2 background.


White color preview on #A3BBD2 background

This text has white color on #A3BBD2 background.


Related colors

Complementary color

Complementary color for #hex is #5C442D.


I love getcolorcode.com

Triadic colors

1 #D2A3BB and #BBD2A3 with #A3BBD2 are triadic colors.

2 #D2BBA3 and #BBA3D2 with #A3BBD2 are triadic colors.