COLOR #A5C5B5

HEX: #A5C5B5
RGB: (165,197,181)

Color info

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

RGB color model

#A5C5B5 color RGB value is (165,197,181).

  • red value is 165;
  • green value is 197;
  • blue value is 181.
RGB:
(165,197,181)
(65%,77%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 181 of 255 = 71%

165
197
181

R + G + B ~ 71%. #A5C5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 181 = 543 (100%)
R 165 of 543 ~ 30.39%
G 197 of 543 ~ 36.28%
B 181 of 543 ~ 33.33%

%30.39
%36.28
%33.33

CMYK color model

#A5C5B5 color CMYK value is (16,0,8,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(16,0,8,23)
C16M0Y8K23 
(16%,0%,8%,23%)
(0.16/0.00/0.08/0.23)	

CMYK percentages

%16.24
%0
%8.12
%22.75

Codes

Color #A5C5B5 in popluar color models

A5C5B5
RGB165197181
HSL150°21.62%70.98%
HSB/HSV150°16.24%77.25%
CMYK16.24%0.00%8.12%
22.75%

Color #A5C5B5 in popluar number systems.

HEXA5C5B5
Decimal165197181
Binary101001011100010110110101
Octal245305265

Shades and tints

Shades of #A5C5B5

#A5C5B5
(165,197,181)
#96B4A5
(150,180,165)
#87A395
(135,163,149)
#789285
(120,146,133)
#698175
(105,129,117)
#5A7065
(90,112,101)
#4B5F55
(75,95,85)
#3C4E45
(60,78,69)
#2D3D35
(45,61,53)
#1E2C25
(30,44,37)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #A5C5B5

#A5C5B5
(165,197,181)
#ADCABB
(173,202,187)
#B5CFC1
(181,207,193)
#BDD4C7
(189,212,199)
#C5D9CD
(197,217,205)
#CDDED3
(205,222,211)
#D5E3D9
(213,227,217)
#DDE8DF
(221,232,223)
#E5EDE5
(229,237,229)
#EDF2EB
(237,242,235)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C5B5 color. Also use rgb(165,197,181) instead hex code.

Text Font Color

.myTextColor { color: #A5C5B5; }

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

This text font color is #A5C5B5.


Background Color

.myBgColor { background-color: #A5C5B5; }

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

This div background color is #A5C5B5.


Border color

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

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

This div border color is #A5C5B5.


Opacity

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

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

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

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

This text has shadow with #A5C5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5B5 on black background.


Color preview on white background

This text has color #A5C5B5 on white background.



Black color preview on #A5C5B5 background

This text has black color on #A5C5B5 background.


White color preview on #A5C5B5 background

This text has white color on #A5C5B5 background.