COLOR #A7C0B7

HEX: #A7C0B7
RGB: (167,192,183)

Color info

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

RGB color model

#A7C0B7 color RGB value is (167,192,183).

  • red value is 167;
  • green value is 192;
  • blue value is 183.
RGB:
(167,192,183)
(65%,75%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 183 of 255 = 72%

167
192
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 192 + 183 = 542 (100%)
R 167 of 542 ~ 30.81%
G 192 of 542 ~ 35.42%
B 183 of 542 ~ 33.76%

%30.81
%35.42
%33.76

CMYK color model

#A7C0B7 color CMYK value is (13,0,5,25).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 24.71%
CMYK:
(13,0,5,25)
C13M0Y5K25 
(13%,0%,5%,25%)
(0.13/0.00/0.05/0.25)	

CMYK percentages

%13.02
%0
%4.69
%24.71

Codes

Color #A7C0B7 in popluar color models

A7C0B7
RGB167192183
HSL158°16.56%70.39%
HSB/HSV158°13.02%75.29%
CMYK13.02%0.00%4.69%
24.71%

Color #A7C0B7 in popluar number systems.

HEXA7C0B7
Decimal167192183
Binary101001111100000010110111
Octal247300267

Shades and tints

Shades of #A7C0B7

#A7C0B7
(167,192,183)
#98AFA7
(152,175,167)
#899E97
(137,158,151)
#7A8D87
(122,141,135)
#6B7C77
(107,124,119)
#5C6B67
(92,107,103)
#4D5A57
(77,90,87)
#3E4947
(62,73,71)
#2F3837
(47,56,55)
#202727
(32,39,39)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A7C0B7

#A7C0B7
(167,192,183)
#AFC5BD
(175,197,189)
#B7CAC3
(183,202,195)
#BFCFC9
(191,207,201)
#C7D4CF
(199,212,207)
#CFD9D5
(207,217,213)
#D7DEDB
(215,222,219)
#DFE3E1
(223,227,225)
#E7E8E7
(231,232,231)
#EFEDED
(239,237,237)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C0B7 color. Also use rgb(167,192,183) instead hex code.

Text Font Color

.myTextColor { color: #A7C0B7; }

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

This text font color is #A7C0B7.


Background Color

.myBgColor { background-color: #A7C0B7; }

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

This div background color is #A7C0B7.


Border color

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

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

This div border color is #A7C0B7.


Opacity

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

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

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

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

This text has shadow with #A7C0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C0B7 on black background.


Color preview on white background

This text has color #A7C0B7 on white background.



Black color preview on #A7C0B7 background

This text has black color on #A7C0B7 background.


White color preview on #A7C0B7 background

This text has white color on #A7C0B7 background.