COLOR #A5B3CC

HEX: #A5B3CC RGB: (165,179,204)

Color info

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

RGB color model

#A5B3CC color RGB value is (165,179,204).

RGB: (165,179,204) (65%, 70%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 204 of 255 = 80%

165
179
204

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

Portions of RGB colors in percentages

R + G + B = 165 + 179 + 204 = 548 (100%)
R 165 of 548 ~ 30.11%
G 179 of 548 ~ 32.66%
B 204 of 548 ~ 37.23'%

%30.11
%32.66
%37.23

CMYK color model

#A5B3CC color CMYK value is (19,12,0,20).

  • cyan value is 19.12%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (19,12,0,20) C19M12Y0K20 (19%,12%,0%,20%) (0.19/0.12/0.00/0.20) 

CMYK percentages

%19.12
%12.25
%0
%20

Codes

Color #A5B3CC in popluar color models

A5 B3 CC
RGB 165 179 204
HSL 218° 27.66% 72.35%
HSB/HSV 218° 19.12% 80.00%
CMYK 19.12% 12.25% 0.00%
20.00%

Color #A5B3CC in popluar number systems.

HEX A5 B3 CC
Decimal 165 179 204
Binary 10100101 10110011 11001100
Octal 245 263 314

Shades and tints

Shades of #A5B3CC

#A5B3CC
(165,179,204)
#96A3BA
(150,163,186)
#8793A8
(135,147,168)
#788396
(120,131,150)
#697384
(105,115,132)
#5A6372
(90,99,114)
#4B5360
(75,83,96)
#3C434E
(60,67,78)
#2D333C
(45,51,60)
#1E232A
(30,35,42)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #A5B3CC

#A5B3CC
(165,179,204)
#ADB9D0
(173,185,208)
#B5BFD4
(181,191,212)
#BDC5D8
(189,197,216)
#C5CBDC
(197,203,220)
#CDD1E0
(205,209,224)
#D5D7E4
(213,215,228)
#DDDDE8
(221,221,232)
#E5E3EC
(229,227,236)
#EDE9F0
(237,233,240)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B3CC color. Also use rgb(165,179,204) instead hex code.

Text Font Color

.myTextColor { color: #A5B3CC; }

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

This text font color is #A5B3CC.

Background Color

.myBgColor { background-color: #A5B3CC; }

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

This div background color is #A5B3CC.

Border color

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

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

This div border color is #A5B3CC.

Opacity

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

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

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

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

This text has shadow with #A5B3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B3CC.

Preview

Color preview on black background

This text has color #A5B3CC on black background.


Color preview on white background

This text has color #A5B3CC on white background.


Black color preview on #A5B3CC background

This text has black color on #A5B3CC background.


White color preview on #A5B3CC background

This text has white color on #A5B3CC background.


Related colors

Complementary color

Complementary color for #hex is #5A4C33.


I love getcolorcode.com

Triadic colors

1 #CCA5B3 and #B3CCA5 with #A5B3CC are triadic colors.

2 #CCB3A5 and #B3A5CC with #A5B3CC are triadic colors.