COLOR #A7C4CF

HEX: #A7C4CF
RGB: (167,196,207)

Color info

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

RGB color model

#A7C4CF color RGB value is (167,196,207).

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

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 207 of 255 = 81%

167
196
207

R + G + B ~ 74%. #A7C4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 207 = 570 (100%)
R 167 of 570 ~ 29.3%
G 196 of 570 ~ 34.39%
B 207 of 570 ~ 36.32%

%29.3
%34.39
%36.32

CMYK color model

#A7C4CF color CMYK value is (19,5,0,19).

  • cyan value is 19.32%
  • magenta value is 5.31%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,5,0,19)
C19M5Y0K19 
(19%,5%,0%,19%)
(0.19/0.05/0.00/0.19)	

CMYK percentages

%19.32
%5.31
%0
%18.82

Codes

Color #A7C4CF in popluar color models

A7C4CF
RGB167196207
HSL197°29.41%73.33%
HSB/HSV197°19.32%81.18%
CMYK19.32%5.31%0.00%
18.82%

Color #A7C4CF in popluar number systems.

HEXA7C4CF
Decimal167196207
Binary101001111100010011001111
Octal247304317

Shades and tints

Shades of #A7C4CF

#A7C4CF
(167,196,207)
#98B3BD
(152,179,189)
#89A2AB
(137,162,171)
#7A9199
(122,145,153)
#6B8087
(107,128,135)
#5C6F75
(92,111,117)
#4D5E63
(77,94,99)
#3E4D51
(62,77,81)
#2F3C3F
(47,60,63)
#202B2D
(32,43,45)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #A7C4CF

#A7C4CF
(167,196,207)
#AFC9D3
(175,201,211)
#B7CED7
(183,206,215)
#BFD3DB
(191,211,219)
#C7D8DF
(199,216,223)
#CFDDE3
(207,221,227)
#D7E2E7
(215,226,231)
#DFE7EB
(223,231,235)
#E7ECEF
(231,236,239)
#EFF1F3
(239,241,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C4CF; }

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

This text font color is #A7C4CF.


Background Color

.myBgColor { background-color: #A7C4CF; }

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

This div background color is #A7C4CF.


Border color

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

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

This div border color is #A7C4CF.


Opacity

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

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

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

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

This text has shadow with #A7C4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C4CF on black background.


Color preview on white background

This text has color #A7C4CF on white background.



Black color preview on #A7C4CF background

This text has black color on #A7C4CF background.


White color preview on #A7C4CF background

This text has white color on #A7C4CF background.