COLOR #A7C5B8

HEX: #A7C5B8
RGB: (167,197,184)

Color info

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

RGB color model

#A7C5B8 color RGB value is (167,197,184).

  • red value is 167;
  • green value is 197;
  • blue value is 184.
RGB:
(167,197,184)
(65%,77%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 184 of 255 = 72%

167
197
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 197 + 184 = 548 (100%)
R 167 of 548 ~ 30.47%
G 197 of 548 ~ 35.95%
B 184 of 548 ~ 33.58%

%30.47
%35.95
%33.58

CMYK color model

#A7C5B8 color CMYK value is (15,0,7,23).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(15,0,7,23)
C15M0Y7K23 
(15%,0%,7%,23%)
(0.15/0.00/0.07/0.23)	

CMYK percentages

%15.23
%0
%6.6
%22.75

Codes

Color #A7C5B8 in popluar color models

A7C5B8
RGB167197184
HSL154°20.55%71.37%
HSB/HSV154°15.23%77.25%
CMYK15.23%0.00%6.60%
22.75%

Color #A7C5B8 in popluar number systems.

HEXA7C5B8
Decimal167197184
Binary101001111100010110111000
Octal247305270

Shades and tints

Shades of #A7C5B8

#A7C5B8
(167,197,184)
#98B4A8
(152,180,168)
#89A398
(137,163,152)
#7A9288
(122,146,136)
#6B8178
(107,129,120)
#5C7068
(92,112,104)
#4D5F58
(77,95,88)
#3E4E48
(62,78,72)
#2F3D38
(47,61,56)
#202C28
(32,44,40)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #A7C5B8

#A7C5B8
(167,197,184)
#AFCABE
(175,202,190)
#B7CFC4
(183,207,196)
#BFD4CA
(191,212,202)
#C7D9D0
(199,217,208)
#CFDED6
(207,222,214)
#D7E3DC
(215,227,220)
#DFE8E2
(223,232,226)
#E7EDE8
(231,237,232)
#EFF2EE
(239,242,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C5B8 color. Also use rgb(167,197,184) instead hex code.

Text Font Color

.myTextColor { color: #A7C5B8; }

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

This text font color is #A7C5B8.


Background Color

.myBgColor { background-color: #A7C5B8; }

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

This div background color is #A7C5B8.


Border color

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

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

This div border color is #A7C5B8.


Opacity

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

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

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

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

This text has shadow with #A7C5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C5B8 on black background.


Color preview on white background

This text has color #A7C5B8 on white background.



Black color preview on #A7C5B8 background

This text has black color on #A7C5B8 background.


White color preview on #A7C5B8 background

This text has white color on #A7C5B8 background.