COLOR #A5B5CC

HEX: #A5B5CC
RGB: (165,181,204)

Color info

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

RGB color model

#A5B5CC color RGB value is (165,181,204).

  • red value is 165;
  • green value is 181;
  • blue value is 204.
RGB:
(165,181,204)
(65%,71%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 204 of 255 = 80%

165
181
204

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

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 204 = 550 (100%)
R 165 of 550 ~ 30%
G 181 of 550 ~ 32.91%
B 204 of 550 ~ 37.09%

%30
%32.91
%37.09

CMYK color model

#A5B5CC color CMYK value is (19,11,0,20).

  • cyan value is 19.12%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(19,11,0,20)
C19M11Y0K20 
(19%,11%,0%,20%)
(0.19/0.11/0.00/0.20)	

CMYK percentages

%19.12
%11.27
%0
%20

Codes

Color #A5B5CC in popluar color models

A5B5CC
RGB165181204
HSL215°27.66%72.35%
HSB/HSV215°19.12%80.00%
CMYK19.12%11.27%0.00%
20.00%

Color #A5B5CC in popluar number systems.

HEXA5B5CC
Decimal165181204
Binary101001011011010111001100
Octal245265314

Shades and tints

Shades of #A5B5CC

#A5B5CC
(165,181,204)
#96A5BA
(150,165,186)
#8795A8
(135,149,168)
#788596
(120,133,150)
#697584
(105,117,132)
#5A6572
(90,101,114)
#4B5560
(75,85,96)
#3C454E
(60,69,78)
#2D353C
(45,53,60)
#1E252A
(30,37,42)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5B5CC

#A5B5CC
(165,181,204)
#ADBBD0
(173,187,208)
#B5C1D4
(181,193,212)
#BDC7D8
(189,199,216)
#C5CDDC
(197,205,220)
#CDD3E0
(205,211,224)
#D5D9E4
(213,217,228)
#DDDFE8
(221,223,232)
#E5E5EC
(229,229,236)
#EDEBF0
(237,235,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5CC; }

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

This text font color is #A5B5CC.


Background Color

.myBgColor { background-color: #A5B5CC; }

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

This div background color is #A5B5CC.


Border color

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

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

This div border color is #A5B5CC.


Opacity

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

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

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

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

This text has shadow with #A5B5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5CC on black background.


Color preview on white background

This text has color #A5B5CC on white background.



Black color preview on #A5B5CC background

This text has black color on #A5B5CC background.


White color preview on #A5B5CC background

This text has white color on #A5B5CC background.