COLOR #A5BCE1

HEX: #A5BCE1 RGB: (165,188,225)

Color info

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

RGB color model

#A5BCE1 color RGB value is (165,188,225).

RGB: (165,188,225) (65%, 74%, 88%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 225 of 255 = 88%

165
188
225

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

Portions of RGB colors in percentages

R + G + B = 165 + 188 + 225 = 578 (100%)
R 165 of 578 ~ 28.55%
G 188 of 578 ~ 32.53%
B 225 of 578 ~ 38.93'%

%28.55
%32.53
%38.93

CMYK color model

#A5BCE1 color CMYK value is (27,16,0,12).

  • cyan value is 26.67%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (27,16,0,12)
C27M16Y0K12 (27%, 16%, 0%, 12%)
(0.27 / 0.16 / 0.00 / 0.12)

CMYK percentages

%26.67
%16.44
%0
%11.76

Codes

Color #A5BCE1 in popluar color models

A5 BC E1
RGB 165 188 225
HSL 217° 50.00% 76.47%
HSB/HSV 217° 26.67% 88.24%
CMYK 26.67% 16.44% 0.00%
11.76%

Color #A5BCE1 in popluar number systems.

HEX A5 BC E1
Decimal 165 188 225
Binary 10100101 10111100 11100001
Octal 245 274 341

Shades and tints

Shades of #A5BCE1

#A5BCE1
(165,188,225)
#96ABCD
(150,171,205)
#879AB9
(135,154,185)
#7889A5
(120,137,165)
#697891
(105,120,145)
#5A677D
(90,103,125)
#4B5669
(75,86,105)
#3C4555
(60,69,85)
#2D3441
(45,52,65)
#1E232D
(30,35,45)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5BCE1

#A5BCE1
(165,188,225)
#ADC2E3
(173,194,227)
#B5C8E5
(181,200,229)
#BDCEE7
(189,206,231)
#C5D4E9
(197,212,233)
#CDDAEB
(205,218,235)
#D5E0ED
(213,224,237)
#DDE6EF
(221,230,239)
#E5ECF1
(229,236,241)
#EDF2F3
(237,242,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BCE1 color. Also use rgb(165,188,225) instead hex code.

Text Font Color

.myTextColor { color: #A5BCE1; }

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

This text font color is #A5BCE1.

Background Color

.myBgColor { background-color: #A5BCE1; }

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

This div background color is #A5BCE1.

Border color

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

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

This div border color is #A5BCE1.

Opacity

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

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

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

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

This text has shadow with #A5BCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BCE1.

Preview

Color preview on black background

This text has color #A5BCE1 on black background.


Color preview on white background

This text has color #A5BCE1 on white background.


Black color preview on #A5BCE1 background

This text has black color on #A5BCE1 background.


White color preview on #A5BCE1 background

This text has white color on #A5BCE1 background.


Related colors

Complementary color

Complementary color for #hex is #5A431E.


I love getcolorcode.com

Triadic colors

1 #E1A5BC and #BCE1A5 with #A5BCE1 are triadic colors.

2 #E1BCA5 and #BCA5E1 with #A5BCE1 are triadic colors.