COLOR #A3BCE5

HEX: #A3BCE5 RGB: (163,188,229)

Color info

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

RGB color model

#A3BCE5 color RGB value is (163,188,229).

RGB: (163,188,229) (64%, 74%, 90%)

RGB channels and saturation

R 163 of 255 = 64%
G 188 of 255 = 74%
B 229 of 255 = 90%

163
188
229

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

Portions of RGB colors in percentages

R + G + B = 163 + 188 + 229 = 580 (100%)
R 163 of 580 ~ 28.1%
G 188 of 580 ~ 32.41%
B 229 of 580 ~ 39.48'%

%28.1
%32.41
%39.48

CMYK color model

#A3BCE5 color CMYK value is (29,18,0,10).

  • cyan value is 28.82%
  • magenta value is 17.90%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (29,18,0,10)
C29M18Y0K10 (29%, 18%, 0%, 10%)
(0.29 / 0.18 / 0.00 / 0.10)

CMYK percentages

%28.82
%17.9
%0
%10.2

Codes

Color #A3BCE5 in popluar color models

A3 BC E5
RGB 163 188 229
HSL 217° 55.93% 76.86%
HSB/HSV 217° 28.82% 89.80%
CMYK 28.82% 17.90% 0.00%
10.20%

Color #A3BCE5 in popluar number systems.

HEX A3 BC E5
Decimal 163 188 229
Binary 10100011 10111100 11100101
Octal 243 274 345

Shades and tints

Shades of #A3BCE5

#A3BCE5
(163,188,229)
#95ABD1
(149,171,209)
#879ABD
(135,154,189)
#7989A9
(121,137,169)
#6B7895
(107,120,149)
#5D6781
(93,103,129)
#4F566D
(79,86,109)
#414559
(65,69,89)
#333445
(51,52,69)
#252331
(37,35,49)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #A3BCE5

#A3BCE5
(163,188,229)
#ABC2E7
(171,194,231)
#B3C8E9
(179,200,233)
#BBCEEB
(187,206,235)
#C3D4ED
(195,212,237)
#CBDAEF
(203,218,239)
#D3E0F1
(211,224,241)
#DBE6F3
(219,230,243)
#E3ECF5
(227,236,245)
#EBF2F7
(235,242,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BCE5 color. Also use rgb(163,188,229) instead hex code.

Text Font Color

.myTextColor { color: #A3BCE5; }

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

This text font color is #A3BCE5.

Background Color

.myBgColor { background-color: #A3BCE5; }

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

This div background color is #A3BCE5.

Border color

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

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

This div border color is #A3BCE5.

Opacity

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

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

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

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

This text has shadow with #A3BCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BCE5.

Preview

Color preview on black background

This text has color #A3BCE5 on black background.


Color preview on white background

This text has color #A3BCE5 on white background.


Black color preview on #A3BCE5 background

This text has black color on #A3BCE5 background.


White color preview on #A3BCE5 background

This text has white color on #A3BCE5 background.


Related colors

Complementary color

Complementary color for #hex is #5C431A.


I love getcolorcode.com

Triadic colors

1 #E5A3BC and #BCE5A3 with #A3BCE5 are triadic colors.

2 #E5BCA3 and #BCA3E5 with #A3BCE5 are triadic colors.