COLOR #A7C6C2

HEX: #A7C6C2
RGB: (167,198,194)

Color info

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

RGB color model

#A7C6C2 color RGB value is (167,198,194).

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

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 194 of 255 = 76%

167
198
194

R + G + B ~ 73%. #A7C6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 194 = 559 (100%)
R 167 of 559 ~ 29.87%
G 198 of 559 ~ 35.42%
B 194 of 559 ~ 34.7%

%29.87
%35.42
%34.7

CMYK color model

#A7C6C2 color CMYK value is (16,0,2,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(16,0,2,22)
C16M0Y2K22 
(16%,0%,2%,22%)
(0.16/0.00/0.02/0.22)	

CMYK percentages

%15.66
%0
%2.02
%22.35

Codes

Color #A7C6C2 in popluar color models

A7C6C2
RGB167198194
HSL172°21.38%71.57%
HSB/HSV172°15.66%77.65%
CMYK15.66%0.00%2.02%
22.35%

Color #A7C6C2 in popluar number systems.

HEXA7C6C2
Decimal167198194
Binary101001111100011011000010
Octal247306302

Shades and tints

Shades of #A7C6C2

#A7C6C2
(167,198,194)
#98B4B1
(152,180,177)
#89A2A0
(137,162,160)
#7A908F
(122,144,143)
#6B7E7E
(107,126,126)
#5C6C6D
(92,108,109)
#4D5A5C
(77,90,92)
#3E484B
(62,72,75)
#2F363A
(47,54,58)
#202429
(32,36,41)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7C6C2

#A7C6C2
(167,198,194)
#AFCBC7
(175,203,199)
#B7D0CC
(183,208,204)
#BFD5D1
(191,213,209)
#C7DAD6
(199,218,214)
#CFDFDB
(207,223,219)
#D7E4E0
(215,228,224)
#DFE9E5
(223,233,229)
#E7EEEA
(231,238,234)
#EFF3EF
(239,243,239)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C6C2; }

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

This text font color is #A7C6C2.


Background Color

.myBgColor { background-color: #A7C6C2; }

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

This div background color is #A7C6C2.


Border color

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

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

This div border color is #A7C6C2.


Opacity

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

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

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

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

This text has shadow with #A7C6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C6C2 on black background.


Color preview on white background

This text has color #A7C6C2 on white background.



Black color preview on #A7C6C2 background

This text has black color on #A7C6C2 background.


White color preview on #A7C6C2 background

This text has white color on #A7C6C2 background.