COLOR #A7C2CB

HEX: #A7C2CB
RGB: (167,194,203)

Color info

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

RGB color model

#A7C2CB color RGB value is (167,194,203).

  • red value is 167;
  • green value is 194;
  • blue value is 203.
RGB:
(167,194,203)
(65%,76%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 203 of 255 = 80%

167
194
203

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

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 203 = 564 (100%)
R 167 of 564 ~ 29.61%
G 194 of 564 ~ 34.4%
B 203 of 564 ~ 35.99%

%29.61
%34.4
%35.99

CMYK color model

#A7C2CB color CMYK value is (18,4,0,20).

  • cyan value is 17.73%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,4,0,20)
C18M4Y0K20 
(18%,4%,0%,20%)
(0.18/0.04/0.00/0.20)	

CMYK percentages

%17.73
%4.43
%0
%20.39

Codes

Color #A7C2CB in popluar color models

A7C2CB
RGB167194203
HSL195°25.71%72.55%
HSB/HSV195°17.73%79.61%
CMYK17.73%4.43%0.00%
20.39%

Color #A7C2CB in popluar number systems.

HEXA7C2CB
Decimal167194203
Binary101001111100001011001011
Octal247302313

Shades and tints

Shades of #A7C2CB

#A7C2CB
(167,194,203)
#98B1B9
(152,177,185)
#89A0A7
(137,160,167)
#7A8F95
(122,143,149)
#6B7E83
(107,126,131)
#5C6D71
(92,109,113)
#4D5C5F
(77,92,95)
#3E4B4D
(62,75,77)
#2F3A3B
(47,58,59)
#202929
(32,41,41)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #A7C2CB

#A7C2CB
(167,194,203)
#AFC7CF
(175,199,207)
#B7CCD3
(183,204,211)
#BFD1D7
(191,209,215)
#C7D6DB
(199,214,219)
#CFDBDF
(207,219,223)
#D7E0E3
(215,224,227)
#DFE5E7
(223,229,231)
#E7EAEB
(231,234,235)
#EFEFEF
(239,239,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C2CB color. Also use rgb(167,194,203) instead hex code.

Text Font Color

.myTextColor { color: #A7C2CB; }

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

This text font color is #A7C2CB.


Background Color

.myBgColor { background-color: #A7C2CB; }

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

This div background color is #A7C2CB.


Border color

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

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

This div border color is #A7C2CB.


Opacity

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

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

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

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

This text has shadow with #A7C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C2CB on black background.


Color preview on white background

This text has color #A7C2CB on white background.



Black color preview on #A7C2CB background

This text has black color on #A7C2CB background.


White color preview on #A7C2CB background

This text has white color on #A7C2CB background.