COLOR #A7C3CA

HEX: #A7C3CA
RGB: (167,195,202)

Color info

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

RGB color model

#A7C3CA color RGB value is (167,195,202).

  • red value is 167;
  • green value is 195;
  • blue value is 202.
RGB:
(167,195,202)
(65%,76%,79%)

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 202 of 255 = 79%

167
195
202

R + G + B ~ 73%. #A7C3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 202 = 564 (100%)
R 167 of 564 ~ 29.61%
G 195 of 564 ~ 34.57%
B 202 of 564 ~ 35.82%

%29.61
%34.57
%35.82

CMYK color model

#A7C3CA color CMYK value is (17,3,0,21).

  • cyan value is 17.33%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(17,3,0,21)
C17M3Y0K21 
(17%,3%,0%,21%)
(0.17/0.03/0.00/0.21)	

CMYK percentages

%17.33
%3.47
%0
%20.78

Codes

Color #A7C3CA in popluar color models

A7C3CA
RGB167195202
HSL192°24.82%72.35%
HSB/HSV192°17.33%79.22%
CMYK17.33%3.47%0.00%
20.78%

Color #A7C3CA in popluar number systems.

HEXA7C3CA
Decimal167195202
Binary101001111100001111001010
Octal247303312

Shades and tints

Shades of #A7C3CA

#A7C3CA
(167,195,202)
#98B2B8
(152,178,184)
#89A1A6
(137,161,166)
#7A9094
(122,144,148)
#6B7F82
(107,127,130)
#5C6E70
(92,110,112)
#4D5D5E
(77,93,94)
#3E4C4C
(62,76,76)
#2F3B3A
(47,59,58)
#202A28
(32,42,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7C3CA

#A7C3CA
(167,195,202)
#AFC8CE
(175,200,206)
#B7CDD2
(183,205,210)
#BFD2D6
(191,210,214)
#C7D7DA
(199,215,218)
#CFDCDE
(207,220,222)
#D7E1E2
(215,225,226)
#DFE6E6
(223,230,230)
#E7EBEA
(231,235,234)
#EFF0EE
(239,240,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C3CA color. Also use rgb(167,195,202) instead hex code.

Text Font Color

.myTextColor { color: #A7C3CA; }

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

This text font color is #A7C3CA.


Background Color

.myBgColor { background-color: #A7C3CA; }

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

This div background color is #A7C3CA.


Border color

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

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

This div border color is #A7C3CA.


Opacity

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

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

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

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

This text has shadow with #A7C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3CA on black background.


Color preview on white background

This text has color #A7C3CA on white background.



Black color preview on #A7C3CA background

This text has black color on #A7C3CA background.


White color preview on #A7C3CA background

This text has white color on #A7C3CA background.