COLOR #A5BCC3

HEX: #A5BCC3 RGB: (165,188,195)

Color info

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

RGB color model

#A5BCC3 color RGB value is (165,188,195).

RGB: (165,188,195) (65%, 74%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 195 of 255 = 76%

165
188
195

R + G + B ~ 72%. #A5BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 188 + 195 = 548 (100%)
R 165 of 548 ~ 30.11%
G 188 of 548 ~ 34.31%
B 195 of 548 ~ 35.58'%

%30.11
%34.31
%35.58

CMYK color model

#A5BCC3 color CMYK value is (15,4,0,24).

  • cyan value is 15.38%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (15,4,0,24)
C15M4Y0K24 (15%, 4%, 0%, 24%)
(0.15 / 0.04 / 0.00 / 0.24)

CMYK percentages

%15.38
%3.59
%0
%23.53

Codes

Color #A5BCC3 in popluar color models

A5 BC C3
RGB 165 188 195
HSL 194° 20.00% 70.59%
HSB/HSV 194° 15.38% 76.47%
CMYK 15.38% 3.59% 0.00%
23.53%

Color #A5BCC3 in popluar number systems.

HEX A5 BC C3
Decimal 165 188 195
Binary 10100101 10111100 11000011
Octal 245 274 303

Shades and tints

Shades of #A5BCC3

#A5BCC3
(165,188,195)
#96ABB2
(150,171,178)
#879AA1
(135,154,161)
#788990
(120,137,144)
#69787F
(105,120,127)
#5A676E
(90,103,110)
#4B565D
(75,86,93)
#3C454C
(60,69,76)
#2D343B
(45,52,59)
#1E232A
(30,35,42)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5BCC3

#A5BCC3
(165,188,195)
#ADC2C8
(173,194,200)
#B5C8CD
(181,200,205)
#BDCED2
(189,206,210)
#C5D4D7
(197,212,215)
#CDDADC
(205,218,220)
#D5E0E1
(213,224,225)
#DDE6E6
(221,230,230)
#E5ECEB
(229,236,235)
#EDF2F0
(237,242,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BCC3; }

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

This text font color is #A5BCC3.

Background Color

.myBgColor { background-color: #A5BCC3; }

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

This div background color is #A5BCC3.

Border color

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

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

This div border color is #A5BCC3.

Opacity

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

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

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

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

This text has shadow with #A5BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BCC3.

Preview

Color preview on black background

This text has color #A5BCC3 on black background.


Color preview on white background

This text has color #A5BCC3 on white background.


Black color preview on #A5BCC3 background

This text has black color on #A5BCC3 background.


White color preview on #A5BCC3 background

This text has white color on #A5BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #5A433C.


I love getcolorcode.com

Triadic colors

1 #C3A5BC and #BCC3A5 with #A5BCC3 are triadic colors.

2 #C3BCA5 and #BCA5C3 with #A5BCC3 are triadic colors.