COLOR #A5C6CF

HEX: #A5C6CF
RGB: (165,198,207)

Color info

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

RGB color model

#A5C6CF color RGB value is (165,198,207).

  • red value is 165;
  • green value is 198;
  • blue value is 207.
RGB:
(165,198,207)
(65%,78%,81%)

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 207 of 255 = 81%

165
198
207

R + G + B ~ 75%. #A5C6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 207 = 570 (100%)
R 165 of 570 ~ 28.95%
G 198 of 570 ~ 34.74%
B 207 of 570 ~ 36.32%

%28.95
%34.74
%36.32

CMYK color model

#A5C6CF color CMYK value is (20,4,0,19).

  • cyan value is 20.29%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,4,0,19)
C20M4Y0K19 
(20%,4%,0%,19%)
(0.20/0.04/0.00/0.19)	

CMYK percentages

%20.29
%4.35
%0
%18.82

Codes

Color #A5C6CF in popluar color models

A5C6CF
RGB165198207
HSL193°30.43%72.94%
HSB/HSV193°20.29%81.18%
CMYK20.29%4.35%0.00%
18.82%

Color #A5C6CF in popluar number systems.

HEXA5C6CF
Decimal165198207
Binary101001011100011011001111
Octal245306317

Shades and tints

Shades of #A5C6CF

#A5C6CF
(165,198,207)
#96B4BD
(150,180,189)
#87A2AB
(135,162,171)
#789099
(120,144,153)
#697E87
(105,126,135)
#5A6C75
(90,108,117)
#4B5A63
(75,90,99)
#3C4851
(60,72,81)
#2D363F
(45,54,63)
#1E242D
(30,36,45)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #A5C6CF

#A5C6CF
(165,198,207)
#ADCBD3
(173,203,211)
#B5D0D7
(181,208,215)
#BDD5DB
(189,213,219)
#C5DADF
(197,218,223)
#CDDFE3
(205,223,227)
#D5E4E7
(213,228,231)
#DDE9EB
(221,233,235)
#E5EEEF
(229,238,239)
#EDF3F3
(237,243,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C6CF color. Also use rgb(165,198,207) instead hex code.

Text Font Color

.myTextColor { color: #A5C6CF; }

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

This text font color is #A5C6CF.


Background Color

.myBgColor { background-color: #A5C6CF; }

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

This div background color is #A5C6CF.


Border color

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

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

This div border color is #A5C6CF.


Opacity

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

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

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

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

This text has shadow with #A5C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6CF on black background.


Color preview on white background

This text has color #A5C6CF on white background.



Black color preview on #A5C6CF background

This text has black color on #A5C6CF background.


White color preview on #A5C6CF background

This text has white color on #A5C6CF background.