COLOR #A7C4BA

HEX: #A7C4BA
RGB: (167,196,186)

Color info

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

RGB color model

#A7C4BA color RGB value is (167,196,186).

  • red value is 167;
  • green value is 196;
  • blue value is 186.
RGB:
(167,196,186)
(65%,77%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 186 of 255 = 73%

167
196
186

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

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 186 = 549 (100%)
R 167 of 549 ~ 30.42%
G 196 of 549 ~ 35.7%
B 186 of 549 ~ 33.88%

%30.42
%35.7
%33.88

CMYK color model

#A7C4BA color CMYK value is (15,0,5,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(15,0,5,23)
C15M0Y5K23 
(15%,0%,5%,23%)
(0.15/0.00/0.05/0.23)	

CMYK percentages

%14.8
%0
%5.1
%23.14

Codes

Color #A7C4BA in popluar color models

A7C4BA
RGB167196186
HSL159°19.73%71.18%
HSB/HSV159°14.80%76.86%
CMYK14.80%0.00%5.10%
23.14%

Color #A7C4BA in popluar number systems.

HEXA7C4BA
Decimal167196186
Binary101001111100010010111010
Octal247304272

Shades and tints

Shades of #A7C4BA

#A7C4BA
(167,196,186)
#98B3AA
(152,179,170)
#89A29A
(137,162,154)
#7A918A
(122,145,138)
#6B807A
(107,128,122)
#5C6F6A
(92,111,106)
#4D5E5A
(77,94,90)
#3E4D4A
(62,77,74)
#2F3C3A
(47,60,58)
#202B2A
(32,43,42)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #A7C4BA

#A7C4BA
(167,196,186)
#AFC9C0
(175,201,192)
#B7CEC6
(183,206,198)
#BFD3CC
(191,211,204)
#C7D8D2
(199,216,210)
#CFDDD8
(207,221,216)
#D7E2DE
(215,226,222)
#DFE7E4
(223,231,228)
#E7ECEA
(231,236,234)
#EFF1F0
(239,241,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C4BA color. Also use rgb(167,196,186) instead hex code.

Text Font Color

.myTextColor { color: #A7C4BA; }

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

This text font color is #A7C4BA.


Background Color

.myBgColor { background-color: #A7C4BA; }

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

This div background color is #A7C4BA.


Border color

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

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

This div border color is #A7C4BA.


Opacity

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

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

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

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

This text has shadow with #A7C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C4BA on black background.


Color preview on white background

This text has color #A7C4BA on white background.



Black color preview on #A7C4BA background

This text has black color on #A7C4BA background.


White color preview on #A7C4BA background

This text has white color on #A7C4BA background.