COLOR #A7BCAE

HEX: #A7BCAE
RGB: (167,188,174)

Color info

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

RGB color model

#A7BCAE color RGB value is (167,188,174).

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

RGB channels and saturation

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

167
188
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 174 = 529 (100%)
R 167 of 529 ~ 31.57%
G 188 of 529 ~ 35.54%
B 174 of 529 ~ 32.89%

%31.57
%35.54
%32.89

CMYK color model

#A7BCAE color CMYK value is (11,0,7,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(11,0,7,26)
C11M0Y7K26 
(11%,0%,7%,26%)
(0.11/0.00/0.07/0.26)	

CMYK percentages

%11.17
%0
%7.45
%26.27

Codes

Color #A7BCAE in popluar color models

A7BCAE
RGB167188174
HSL140°13.55%69.61%
HSB/HSV140°11.17%73.73%
CMYK11.17%0.00%7.45%
26.27%

Color #A7BCAE in popluar number systems.

HEXA7BCAE
Decimal167188174
Binary101001111011110010101110
Octal247274256

Shades and tints

Shades of #A7BCAE

#A7BCAE
(167,188,174)
#98AB9F
(152,171,159)
#899A90
(137,154,144)
#7A8981
(122,137,129)
#6B7872
(107,120,114)
#5C6763
(92,103,99)
#4D5654
(77,86,84)
#3E4545
(62,69,69)
#2F3436
(47,52,54)
#202327
(32,35,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7BCAE

#A7BCAE
(167,188,174)
#AFC2B5
(175,194,181)
#B7C8BC
(183,200,188)
#BFCEC3
(191,206,195)
#C7D4CA
(199,212,202)
#CFDAD1
(207,218,209)
#D7E0D8
(215,224,216)
#DFE6DF
(223,230,223)
#E7ECE6
(231,236,230)
#EFF2ED
(239,242,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCAE; }

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

This text font color is #A7BCAE.


Background Color

.myBgColor { background-color: #A7BCAE; }

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

This div background color is #A7BCAE.


Border color

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

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

This div border color is #A7BCAE.


Opacity

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

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

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

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

This text has shadow with #A7BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCAE on black background.


Color preview on white background

This text has color #A7BCAE on white background.



Black color preview on #A7BCAE background

This text has black color on #A7BCAE background.


White color preview on #A7BCAE background

This text has white color on #A7BCAE background.