COLOR #A3BDEE

HEX: #A3BDEE RGB: (163,189,238)

Color info

#A3BDEE contains mainly green and blue colors. Web safe color of #A3BDEE is #99CCFF (or #9CF).

RGB color model

#A3BDEE color RGB value is (163,189,238).

RGB: (163,189,238) (64%, 74%, 93%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 238 of 255 = 93%

163
189
238

R + G + B ~ 77%. #A3BDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 189 + 238 = 590 (100%)
R 163 of 590 ~ 27.63%
G 189 of 590 ~ 32.03%
B 238 of 590 ~ 40.34'%

%27.63
%32.03
%40.34

CMYK color model

#A3BDEE color CMYK value is (32,21,0,7).

  • cyan value is 31.51%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (32,21,0,7)
C32M21Y0K7 (32%, 21%, 0%, 7%)
(0.32 / 0.21 / 0.00 / 0.07)

CMYK percentages

%31.51
%20.59
%0
%6.67

Codes

Color #A3BDEE in popluar color models

A3 BD EE
RGB 163 189 238
HSL 219° 68.81% 78.63%
HSB/HSV 219° 31.51% 93.33%
CMYK 31.51% 20.59% 0.00%
6.67%

Color #A3BDEE in popluar number systems.

HEX A3 BD EE
Decimal 163 189 238
Binary 10100011 10111101 11101110
Octal 243 275 356

Shades and tints

Shades of #A3BDEE

#A3BDEE
(163,189,238)
#95ACD9
(149,172,217)
#879BC4
(135,155,196)
#798AAF
(121,138,175)
#6B799A
(107,121,154)
#5D6885
(93,104,133)
#4F5770
(79,87,112)
#41465B
(65,70,91)
#333546
(51,53,70)
#252431
(37,36,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #A3BDEE

#A3BDEE
(163,189,238)
#ABC3EF
(171,195,239)
#B3C9F0
(179,201,240)
#BBCFF1
(187,207,241)
#C3D5F2
(195,213,242)
#CBDBF3
(203,219,243)
#D3E1F4
(211,225,244)
#DBE7F5
(219,231,245)
#E3EDF6
(227,237,246)
#EBF3F7
(235,243,247)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BDEE; }

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

This text font color is #A3BDEE.

Background Color

.myBgColor { background-color: #A3BDEE; }

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

This div background color is #A3BDEE.

Border color

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

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

This div border color is #A3BDEE.

Opacity

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

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

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

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

This text has shadow with #A3BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BDEE.

Preview

Color preview on black background

This text has color #A3BDEE on black background.


Color preview on white background

This text has color #A3BDEE on white background.


Black color preview on #A3BDEE background

This text has black color on #A3BDEE background.


White color preview on #A3BDEE background

This text has white color on #A3BDEE background.


Related colors

Complementary color

Complementary color for #hex is #5C4211.


I love getcolorcode.com

Triadic colors

1 #EEA3BD and #BDEEA3 with #A3BDEE are triadic colors.

2 #EEBDA3 and #BDA3EE with #A3BDEE are triadic colors.