COLOR #A7C8BD

HEX: #A7C8BD
RGB: (167,200,189)

Color info

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

RGB color model

#A7C8BD color RGB value is (167,200,189).

  • red value is 167;
  • green value is 200;
  • blue value is 189.
RGB:
(167,200,189)
(65%,78%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 200 of 255 = 78%
B 189 of 255 = 74%

167
200
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 200 + 189 = 556 (100%)
R 167 of 556 ~ 30.04%
G 200 of 556 ~ 35.97%
B 189 of 556 ~ 33.99%

%30.04
%35.97
%33.99

CMYK color model

#A7C8BD color CMYK value is (17,0,5,22).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(17,0,5,22)
C17M0Y5K22 
(17%,0%,5%,22%)
(0.17/0.00/0.05/0.22)	

CMYK percentages

%16.5
%0
%5.5
%21.57

Codes

Color #A7C8BD in popluar color models

A7C8BD
RGB167200189
HSL160°23.08%71.96%
HSB/HSV160°16.50%78.43%
CMYK16.50%0.00%5.50%
21.57%

Color #A7C8BD in popluar number systems.

HEXA7C8BD
Decimal167200189
Binary101001111100100010111101
Octal247310275

Shades and tints

Shades of #A7C8BD

#A7C8BD
(167,200,189)
#98B6AC
(152,182,172)
#89A49B
(137,164,155)
#7A928A
(122,146,138)
#6B8079
(107,128,121)
#5C6E68
(92,110,104)
#4D5C57
(77,92,87)
#3E4A46
(62,74,70)
#2F3835
(47,56,53)
#202624
(32,38,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7C8BD

#A7C8BD
(167,200,189)
#AFCDC3
(175,205,195)
#B7D2C9
(183,210,201)
#BFD7CF
(191,215,207)
#C7DCD5
(199,220,213)
#CFE1DB
(207,225,219)
#D7E6E1
(215,230,225)
#DFEBE7
(223,235,231)
#E7F0ED
(231,240,237)
#EFF5F3
(239,245,243)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C8BD color. Also use rgb(167,200,189) instead hex code.

Text Font Color

.myTextColor { color: #A7C8BD; }

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

This text font color is #A7C8BD.


Background Color

.myBgColor { background-color: #A7C8BD; }

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

This div background color is #A7C8BD.


Border color

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

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

This div border color is #A7C8BD.


Opacity

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

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

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

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

This text has shadow with #A7C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C8BD on black background.


Color preview on white background

This text has color #A7C8BD on white background.



Black color preview on #A7C8BD background

This text has black color on #A7C8BD background.


White color preview on #A7C8BD background

This text has white color on #A7C8BD background.