COLOR #A7C4B8

HEX: #A7C4B8
RGB: (167,196,184)

Color info

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

RGB color model

#A7C4B8 color RGB value is (167,196,184).

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

RGB channels and saturation

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

167
196
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 184 = 547 (100%)
R 167 of 547 ~ 30.53%
G 196 of 547 ~ 35.83%
B 184 of 547 ~ 33.64%

%30.53
%35.83
%33.64

CMYK color model

#A7C4B8 color CMYK value is (15,0,6,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(15,0,6,23)
C15M0Y6K23 
(15%,0%,6%,23%)
(0.15/0.00/0.06/0.23)	

CMYK percentages

%14.8
%0
%6.12
%23.14

Codes

Color #A7C4B8 in popluar color models

A7C4B8
RGB167196184
HSL155°19.73%71.18%
HSB/HSV155°14.80%76.86%
CMYK14.80%0.00%6.12%
23.14%

Color #A7C4B8 in popluar number systems.

HEXA7C4B8
Decimal167196184
Binary101001111100010010111000
Octal247304270

Shades and tints

Shades of #A7C4B8

#A7C4B8
(167,196,184)
#98B3A8
(152,179,168)
#89A298
(137,162,152)
#7A9188
(122,145,136)
#6B8078
(107,128,120)
#5C6F68
(92,111,104)
#4D5E58
(77,94,88)
#3E4D48
(62,77,72)
#2F3C38
(47,60,56)
#202B28
(32,43,40)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #A7C4B8

#A7C4B8
(167,196,184)
#AFC9BE
(175,201,190)
#B7CEC4
(183,206,196)
#BFD3CA
(191,211,202)
#C7D8D0
(199,216,208)
#CFDDD6
(207,221,214)
#D7E2DC
(215,226,220)
#DFE7E2
(223,231,226)
#E7ECE8
(231,236,232)
#EFF1EE
(239,241,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C4B8; }

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

This text font color is #A7C4B8.


Background Color

.myBgColor { background-color: #A7C4B8; }

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

This div background color is #A7C4B8.


Border color

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

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

This div border color is #A7C4B8.


Opacity

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

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

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

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

This text has shadow with #A7C4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C4B8 on black background.


Color preview on white background

This text has color #A7C4B8 on white background.



Black color preview on #A7C4B8 background

This text has black color on #A7C4B8 background.


White color preview on #A7C4B8 background

This text has white color on #A7C4B8 background.