COLOR #A2B8D9

HEX: #A2B8D9 RGB: (162,184,217)

Color info

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

RGB color model

#A2B8D9 color RGB value is (162,184,217).

RGB: (162,184,217) (64%, 72%, 85%)

RGB channels and saturation

R 162 of 255 = 64%
G 184 of 255 = 72%
B 217 of 255 = 85%

162
184
217

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

Portions of RGB colors in percentages

R + G + B = 162 + 184 + 217 = 563 (100%)
R 162 of 563 ~ 28.77%
G 184 of 563 ~ 32.68%
B 217 of 563 ~ 38.54'%

%28.77
%32.68
%38.54

CMYK color model

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

  • cyan value is 25.35%
  • magenta value is 15.21%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (25,15,0,15)
C25M15Y0K15 (25%, 15%, 0%, 15%)
(0.25 / 0.15 / 0.00 / 0.15)

CMYK percentages

%25.35
%15.21
%0
%14.9

Codes

Color #A2B8D9 in popluar color models

A2 B8 D9
RGB 162 184 217
HSL 216° 41.98% 74.31%
HSB/HSV 216° 25.35% 85.10%
CMYK 25.35% 15.21% 0.00%
14.90%

Color #A2B8D9 in popluar number systems.

HEX A2 B8 D9
Decimal 162 184 217
Binary 10100010 10111000 11011001
Octal 242 270 331

Shades and tints

Shades of #A2B8D9

#A2B8D9
(162,184,217)
#94A8C6
(148,168,198)
#8698B3
(134,152,179)
#7888A0
(120,136,160)
#6A788D
(106,120,141)
#5C687A
(92,104,122)
#4E5867
(78,88,103)
#404854
(64,72,84)
#323841
(50,56,65)
#24282E
(36,40,46)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #A2B8D9

#A2B8D9
(162,184,217)
#AABEDC
(170,190,220)
#B2C4DF
(178,196,223)
#BACAE2
(186,202,226)
#C2D0E5
(194,208,229)
#CAD6E8
(202,214,232)
#D2DCEB
(210,220,235)
#DAE2EE
(218,226,238)
#E2E8F1
(226,232,241)
#EAEEF4
(234,238,244)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B8D9 color. Also use rgb(162,184,217) instead hex code.

Text Font Color

.myTextColor { color: #A2B8D9; }

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

This text font color is #A2B8D9.

Background Color

.myBgColor { background-color: #A2B8D9; }

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

This div background color is #A2B8D9.

Border color

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

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

This div border color is #A2B8D9.

Opacity

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

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

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

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

This text has shadow with #A2B8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B8D9.

Preview

Color preview on black background

This text has color #A2B8D9 on black background.


Color preview on white background

This text has color #A2B8D9 on white background.


Black color preview on #A2B8D9 background

This text has black color on #A2B8D9 background.


White color preview on #A2B8D9 background

This text has white color on #A2B8D9 background.


Related colors

Complementary color

Complementary color for #hex is #5D4726.


I love getcolorcode.com

Triadic colors

1 #D9A2B8 and #B8D9A2 with #A2B8D9 are triadic colors.

2 #D9B8A2 and #B8A2D9 with #A2B8D9 are triadic colors.