COLOR #A5C2BF

HEX: #A5C2BF
RGB: (165,194,191)

Color info

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

RGB color model

#A5C2BF color RGB value is (165,194,191).

  • red value is 165;
  • green value is 194;
  • blue value is 191.
RGB:
(165,194,191)
(65%,76%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 191 of 255 = 75%

165
194
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 191 = 550 (100%)
R 165 of 550 ~ 30%
G 194 of 550 ~ 35.27%
B 191 of 550 ~ 34.73%

%30
%35.27
%34.73

CMYK color model

#A5C2BF color CMYK value is (15,0,2,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK:
(15,0,2,24)
C15M0Y2K24 
(15%,0%,2%,24%)
(0.15/0.00/0.02/0.24)	

CMYK percentages

%14.95
%0
%1.55
%23.92

Codes

Color #A5C2BF in popluar color models

A5C2BF
RGB165194191
HSL174°19.21%70.39%
HSB/HSV174°14.95%76.08%
CMYK14.95%0.00%1.55%
23.92%

Color #A5C2BF in popluar number systems.

HEXA5C2BF
Decimal165194191
Binary101001011100001010111111
Octal245302277

Shades and tints

Shades of #A5C2BF

#A5C2BF
(165,194,191)
#96B1AE
(150,177,174)
#87A09D
(135,160,157)
#788F8C
(120,143,140)
#697E7B
(105,126,123)
#5A6D6A
(90,109,106)
#4B5C59
(75,92,89)
#3C4B48
(60,75,72)
#2D3A37
(45,58,55)
#1E2926
(30,41,38)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #A5C2BF

#A5C2BF
(165,194,191)
#ADC7C4
(173,199,196)
#B5CCC9
(181,204,201)
#BDD1CE
(189,209,206)
#C5D6D3
(197,214,211)
#CDDBD8
(205,219,216)
#D5E0DD
(213,224,221)
#DDE5E2
(221,229,226)
#E5EAE7
(229,234,231)
#EDEFEC
(237,239,236)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C2BF color. Also use rgb(165,194,191) instead hex code.

Text Font Color

.myTextColor { color: #A5C2BF; }

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

This text font color is #A5C2BF.


Background Color

.myBgColor { background-color: #A5C2BF; }

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

This div background color is #A5C2BF.


Border color

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

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

This div border color is #A5C2BF.


Opacity

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

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

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

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

This text has shadow with #A5C2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C2BF on black background.


Color preview on white background

This text has color #A5C2BF on white background.



Black color preview on #A5C2BF background

This text has black color on #A5C2BF background.


White color preview on #A5C2BF background

This text has white color on #A5C2BF background.