COLOR #A5C7BB

HEX: #A5C7BB
RGB: (165,199,187)

Color info

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

RGB color model

#A5C7BB color RGB value is (165,199,187).

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

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 187 of 255 = 73%

165
199
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 199 + 187 = 551 (100%)
R 165 of 551 ~ 29.95%
G 199 of 551 ~ 36.12%
B 187 of 551 ~ 33.94%

%29.95
%36.12
%33.94

CMYK color model

#A5C7BB color CMYK value is (17,0,6,22).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(17,0,6,22)
C17M0Y6K22 
(17%,0%,6%,22%)
(0.17/0.00/0.06/0.22)	

CMYK percentages

%17.09
%0
%6.03
%21.96

Codes

Color #A5C7BB in popluar color models

A5C7BB
RGB165199187
HSL159°23.29%71.37%
HSB/HSV159°17.09%78.04%
CMYK17.09%0.00%6.03%
21.96%

Color #A5C7BB in popluar number systems.

HEXA5C7BB
Decimal165199187
Binary101001011100011110111011
Octal245307273

Shades and tints

Shades of #A5C7BB

#A5C7BB
(165,199,187)
#96B5AA
(150,181,170)
#87A399
(135,163,153)
#789188
(120,145,136)
#697F77
(105,127,119)
#5A6D66
(90,109,102)
#4B5B55
(75,91,85)
#3C4944
(60,73,68)
#2D3733
(45,55,51)
#1E2522
(30,37,34)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5C7BB

#A5C7BB
(165,199,187)
#ADCCC1
(173,204,193)
#B5D1C7
(181,209,199)
#BDD6CD
(189,214,205)
#C5DBD3
(197,219,211)
#CDE0D9
(205,224,217)
#D5E5DF
(213,229,223)
#DDEAE5
(221,234,229)
#E5EFEB
(229,239,235)
#EDF4F1
(237,244,241)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C7BB color. Also use rgb(165,199,187) instead hex code.

Text Font Color

.myTextColor { color: #A5C7BB; }

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

This text font color is #A5C7BB.


Background Color

.myBgColor { background-color: #A5C7BB; }

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

This div background color is #A5C7BB.


Border color

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

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

This div border color is #A5C7BB.


Opacity

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

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

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

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

This text has shadow with #A5C7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C7BB on black background.


Color preview on white background

This text has color #A5C7BB on white background.



Black color preview on #A5C7BB background

This text has black color on #A5C7BB background.


White color preview on #A5C7BB background

This text has white color on #A5C7BB background.