COLOR #A5BCAE

HEX: #A5BCAE
RGB: (165,188,174)

Color info

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

RGB color model

#A5BCAE color RGB value is (165,188,174).

  • red value is 165;
  • green value is 188;
  • blue value is 174.
RGB:
(165,188,174)
(65%,74%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 174 of 255 = 68%

165
188
174

R + G + B ~ 69%. #A5BCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 174 = 527 (100%)
R 165 of 527 ~ 31.31%
G 188 of 527 ~ 35.67%
B 174 of 527 ~ 33.02%

%31.31
%35.67
%33.02

CMYK color model

#A5BCAE color CMYK value is (12,0,7,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(12,0,7,26)
C12M0Y7K26 
(12%,0%,7%,26%)
(0.12/0.00/0.07/0.26)	

CMYK percentages

%12.23
%0
%7.45
%26.27

Codes

Color #A5BCAE in popluar color models

A5BCAE
RGB165188174
HSL143°14.65%69.22%
HSB/HSV143°12.23%73.73%
CMYK12.23%0.00%7.45%
26.27%

Color #A5BCAE in popluar number systems.

HEXA5BCAE
Decimal165188174
Binary101001011011110010101110
Octal245274256

Shades and tints

Shades of #A5BCAE

#A5BCAE
(165,188,174)
#96AB9F
(150,171,159)
#879A90
(135,154,144)
#788981
(120,137,129)
#697872
(105,120,114)
#5A6763
(90,103,99)
#4B5654
(75,86,84)
#3C4545
(60,69,69)
#2D3436
(45,52,54)
#1E2327
(30,35,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5BCAE

#A5BCAE
(165,188,174)
#ADC2B5
(173,194,181)
#B5C8BC
(181,200,188)
#BDCEC3
(189,206,195)
#C5D4CA
(197,212,202)
#CDDAD1
(205,218,209)
#D5E0D8
(213,224,216)
#DDE6DF
(221,230,223)
#E5ECE6
(229,236,230)
#EDF2ED
(237,242,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BCAE color. Also use rgb(165,188,174) instead hex code.

Text Font Color

.myTextColor { color: #A5BCAE; }

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

This text font color is #A5BCAE.


Background Color

.myBgColor { background-color: #A5BCAE; }

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

This div background color is #A5BCAE.


Border color

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

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

This div border color is #A5BCAE.


Opacity

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

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

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

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

This text has shadow with #A5BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCAE on black background.


Color preview on white background

This text has color #A5BCAE on white background.



Black color preview on #A5BCAE background

This text has black color on #A5BCAE background.


White color preview on #A5BCAE background

This text has white color on #A5BCAE background.