COLOR #A5C2B3

HEX: #A5C2B3
RGB: (165,194,179)

Color info

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

RGB color model

#A5C2B3 color RGB value is (165,194,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 179 of 255 = 70%

165
194
179

R + G + B ~ 70%. #A5C2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 179 = 538 (100%)
R 165 of 538 ~ 30.67%
G 194 of 538 ~ 36.06%
B 179 of 538 ~ 33.27%

%30.67
%36.06
%33.27

CMYK color model

#A5C2B3 color CMYK value is (15,0,8,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 23.92%
CMYK:
(15,0,8,24)
C15M0Y8K24 
(15%,0%,8%,24%)
(0.15/0.00/0.08/0.24)	

CMYK percentages

%14.95
%0
%7.73
%23.92

Codes

Color #A5C2B3 in popluar color models

A5C2B3
RGB165194179
HSL149°19.21%70.39%
HSB/HSV149°14.95%76.08%
CMYK14.95%0.00%7.73%
23.92%

Color #A5C2B3 in popluar number systems.

HEXA5C2B3
Decimal165194179
Binary101001011100001010110011
Octal245302263

Shades and tints

Shades of #A5C2B3

#A5C2B3
(165,194,179)
#96B1A3
(150,177,163)
#87A093
(135,160,147)
#788F83
(120,143,131)
#697E73
(105,126,115)
#5A6D63
(90,109,99)
#4B5C53
(75,92,83)
#3C4B43
(60,75,67)
#2D3A33
(45,58,51)
#1E2923
(30,41,35)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #A5C2B3

#A5C2B3
(165,194,179)
#ADC7B9
(173,199,185)
#B5CCBF
(181,204,191)
#BDD1C5
(189,209,197)
#C5D6CB
(197,214,203)
#CDDBD1
(205,219,209)
#D5E0D7
(213,224,215)
#DDE5DD
(221,229,221)
#E5EAE3
(229,234,227)
#EDEFE9
(237,239,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C2B3; }

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

This text font color is #A5C2B3.


Background Color

.myBgColor { background-color: #A5C2B3; }

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

This div background color is #A5C2B3.


Border color

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

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

This div border color is #A5C2B3.


Opacity

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

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

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

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

This text has shadow with #A5C2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C2B3 on black background.


Color preview on white background

This text has color #A5C2B3 on white background.



Black color preview on #A5C2B3 background

This text has black color on #A5C2B3 background.


White color preview on #A5C2B3 background

This text has white color on #A5C2B3 background.