COLOR #A5C6B9

HEX: #A5C6B9
RGB: (165,198,185)

Color info

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

RGB color model

#A5C6B9 color RGB value is (165,198,185).

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

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 185 of 255 = 73%

165
198
185

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

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 185 = 548 (100%)
R 165 of 548 ~ 30.11%
G 198 of 548 ~ 36.13%
B 185 of 548 ~ 33.76%

%30.11
%36.13
%33.76

CMYK color model

#A5C6B9 color CMYK value is (17,0,7,22).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(17,0,7,22)
C17M0Y7K22 
(17%,0%,7%,22%)
(0.17/0.00/0.07/0.22)	

CMYK percentages

%16.67
%0
%6.57
%22.35

Codes

Color #A5C6B9 in popluar color models

A5C6B9
RGB165198185
HSL156°22.45%71.18%
HSB/HSV156°16.67%77.65%
CMYK16.67%0.00%6.57%
22.35%

Color #A5C6B9 in popluar number systems.

HEXA5C6B9
Decimal165198185
Binary101001011100011010111001
Octal245306271

Shades and tints

Shades of #A5C6B9

#A5C6B9
(165,198,185)
#96B4A9
(150,180,169)
#87A299
(135,162,153)
#789089
(120,144,137)
#697E79
(105,126,121)
#5A6C69
(90,108,105)
#4B5A59
(75,90,89)
#3C4849
(60,72,73)
#2D3639
(45,54,57)
#1E2429
(30,36,41)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5C6B9

#A5C6B9
(165,198,185)
#ADCBBF
(173,203,191)
#B5D0C5
(181,208,197)
#BDD5CB
(189,213,203)
#C5DAD1
(197,218,209)
#CDDFD7
(205,223,215)
#D5E4DD
(213,228,221)
#DDE9E3
(221,233,227)
#E5EEE9
(229,238,233)
#EDF3EF
(237,243,239)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6B9; }

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

This text font color is #A5C6B9.


Background Color

.myBgColor { background-color: #A5C6B9; }

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

This div background color is #A5C6B9.


Border color

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

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

This div border color is #A5C6B9.


Opacity

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

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

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

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

This text has shadow with #A5C6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6B9 on black background.


Color preview on white background

This text has color #A5C6B9 on white background.



Black color preview on #A5C6B9 background

This text has black color on #A5C6B9 background.


White color preview on #A5C6B9 background

This text has white color on #A5C6B9 background.