COLOR #A7C2BF

HEX: #A7C2BF
RGB: (167,194,191)

Color info

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

RGB color model

#A7C2BF color RGB value is (167,194,191).

  • red value is 167;
  • green value is 194;
  • blue value is 191.
RGB:
(167,194,191)
(65%,76%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 191 of 255 = 75%

167
194
191

R + G + B ~ 72%. #A7C2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 191 = 552 (100%)
R 167 of 552 ~ 30.25%
G 194 of 552 ~ 35.14%
B 191 of 552 ~ 34.6%

%30.25
%35.14
%34.6

CMYK color model

#A7C2BF color CMYK value is (14,0,2,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK:
(14,0,2,24)
C14M0Y2K24 
(14%,0%,2%,24%)
(0.14/0.00/0.02/0.24)	

CMYK percentages

%13.92
%0
%1.55
%23.92

Codes

Color #A7C2BF in popluar color models

A7C2BF
RGB167194191
HSL173°18.12%70.78%
HSB/HSV173°13.92%76.08%
CMYK13.92%0.00%1.55%
23.92%

Color #A7C2BF in popluar number systems.

HEXA7C2BF
Decimal167194191
Binary101001111100001010111111
Octal247302277

Shades and tints

Shades of #A7C2BF

#A7C2BF
(167,194,191)
#98B1AE
(152,177,174)
#89A09D
(137,160,157)
#7A8F8C
(122,143,140)
#6B7E7B
(107,126,123)
#5C6D6A
(92,109,106)
#4D5C59
(77,92,89)
#3E4B48
(62,75,72)
#2F3A37
(47,58,55)
#202926
(32,41,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7C2BF

#A7C2BF
(167,194,191)
#AFC7C4
(175,199,196)
#B7CCC9
(183,204,201)
#BFD1CE
(191,209,206)
#C7D6D3
(199,214,211)
#CFDBD8
(207,219,216)
#D7E0DD
(215,224,221)
#DFE5E2
(223,229,226)
#E7EAE7
(231,234,231)
#EFEFEC
(239,239,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C2BF color. Also use rgb(167,194,191) instead hex code.

Text Font Color

.myTextColor { color: #A7C2BF; }

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

This text font color is #A7C2BF.


Background Color

.myBgColor { background-color: #A7C2BF; }

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

This div background color is #A7C2BF.


Border color

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

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

This div border color is #A7C2BF.


Opacity

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

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

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

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

This text has shadow with #A7C2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C2BF on black background.


Color preview on white background

This text has color #A7C2BF on white background.



Black color preview on #A7C2BF background

This text has black color on #A7C2BF background.


White color preview on #A7C2BF background

This text has white color on #A7C2BF background.