COLOR #A7C3CB

HEX: #A7C3CB
RGB: (167,195,203)

Color info

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

RGB color model

#A7C3CB color RGB value is (167,195,203).

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

RGB channels and saturation

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

167
195
203

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

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 203 = 565 (100%)
R 167 of 565 ~ 29.56%
G 195 of 565 ~ 34.51%
B 203 of 565 ~ 35.93%

%29.56
%34.51
%35.93

CMYK color model

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

  • cyan value is 17.73%
  • magenta value is 3.94%
  • 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
%3.94
%0
%20.39

Codes

Color #A7C3CB in popluar color models

A7C3CB
RGB167195203
HSL193°25.71%72.55%
HSB/HSV193°17.73%79.61%
CMYK17.73%3.94%0.00%
20.39%

Color #A7C3CB in popluar number systems.

HEXA7C3CB
Decimal167195203
Binary101001111100001111001011
Octal247303313

Shades and tints

Shades of #A7C3CB

#A7C3CB
(167,195,203)
#98B2B9
(152,178,185)
#89A1A7
(137,161,167)
#7A9095
(122,144,149)
#6B7F83
(107,127,131)
#5C6E71
(92,110,113)
#4D5D5F
(77,93,95)
#3E4C4D
(62,76,77)
#2F3B3B
(47,59,59)
#202A29
(32,42,41)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #A7C3CB

#A7C3CB
(167,195,203)
#AFC8CF
(175,200,207)
#B7CDD3
(183,205,211)
#BFD2D7
(191,210,215)
#C7D7DB
(199,215,219)
#CFDCDF
(207,220,223)
#D7E1E3
(215,225,227)
#DFE6E7
(223,230,231)
#E7EBEB
(231,235,235)
#EFF0EF
(239,240,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C3CB; }

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

This text font color is #A7C3CB.


Background Color

.myBgColor { background-color: #A7C3CB; }

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

This div background color is #A7C3CB.


Border color

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

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

This div border color is #A7C3CB.


Opacity

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

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

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

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

This text has shadow with #A7C3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C3CB on black background.


Color preview on white background

This text has color #A7C3CB on white background.



Black color preview on #A7C3CB background

This text has black color on #A7C3CB background.


White color preview on #A7C3CB background

This text has white color on #A7C3CB background.