COLOR #A3BDE2

HEX: #A3BDE2 RGB: (163,189,226)

Color info

#A3BDE2 contains mainly green and blue colors. Web safe color of #A3BDE2 is #99CCCC (or #9CC).

RGB color model

#A3BDE2 color RGB value is (163,189,226).

RGB: (163,189,226) (64%, 74%, 89%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 226 of 255 = 89%

163
189
226

R + G + B ~ 76%. #A3BDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 189 + 226 = 578 (100%)
R 163 of 578 ~ 28.2%
G 189 of 578 ~ 32.7%
B 226 of 578 ~ 39.1'%

%28.2
%32.7
%39.1

CMYK color model

#A3BDE2 color CMYK value is (28,16,0,11).

  • cyan value is 27.88%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (28,16,0,11)
C28M16Y0K11 (28%, 16%, 0%, 11%)
(0.28 / 0.16 / 0.00 / 0.11)

CMYK percentages

%27.88
%16.37
%0
%11.37

Codes

Color #A3BDE2 in popluar color models

A3 BD E2
RGB 163 189 226
HSL 215° 52.07% 76.27%
HSB/HSV 215° 27.88% 88.63%
CMYK 27.88% 16.37% 0.00%
11.37%

Color #A3BDE2 in popluar number systems.

HEX A3 BD E2
Decimal 163 189 226
Binary 10100011 10111101 11100010
Octal 243 275 342

Shades and tints

Shades of #A3BDE2

#A3BDE2
(163,189,226)
#95ACCE
(149,172,206)
#879BBA
(135,155,186)
#798AA6
(121,138,166)
#6B7992
(107,121,146)
#5D687E
(93,104,126)
#4F576A
(79,87,106)
#414656
(65,70,86)
#333542
(51,53,66)
#25242E
(37,36,46)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #A3BDE2

#A3BDE2
(163,189,226)
#ABC3E4
(171,195,228)
#B3C9E6
(179,201,230)
#BBCFE8
(187,207,232)
#C3D5EA
(195,213,234)
#CBDBEC
(203,219,236)
#D3E1EE
(211,225,238)
#DBE7F0
(219,231,240)
#E3EDF2
(227,237,242)
#EBF3F4
(235,243,244)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BDE2 color. Also use rgb(163,189,226) instead hex code.

Text Font Color

.myTextColor { color: #A3BDE2; }

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

This text font color is #A3BDE2.

Background Color

.myBgColor { background-color: #A3BDE2; }

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

This div background color is #A3BDE2.

Border color

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

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

This div border color is #A3BDE2.

Opacity

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

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

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

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

This text has shadow with #A3BDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BDE2.

Preview

Color preview on black background

This text has color #A3BDE2 on black background.


Color preview on white background

This text has color #A3BDE2 on white background.


Black color preview on #A3BDE2 background

This text has black color on #A3BDE2 background.


White color preview on #A3BDE2 background

This text has white color on #A3BDE2 background.


Related colors

Complementary color

Complementary color for #hex is #5C421D.


I love getcolorcode.com

Triadic colors

1 #E2A3BD and #BDE2A3 with #A3BDE2 are triadic colors.

2 #E2BDA3 and #BDA3E2 with #A3BDE2 are triadic colors.