COLOR #A7C7CE

HEX: #A7C7CE RGB: (167,199,206)

Color info

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

RGB color model

#A7C7CE color RGB value is (167,199,206).

RGB: (167,199,206) (65%, 78%, 81%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 206 of 255 = 81%

167
199
206

R + G + B ~ 75%. #A7C7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 199 + 206 = 572 (100%)
R 167 of 572 ~ 29.2%
G 199 of 572 ~ 34.79%
B 206 of 572 ~ 36.01'%

%29.2
%34.79
%36.01

CMYK color model

#A7C7CE color CMYK value is (19,3,0,19).

  • cyan value is 18.93%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (19,3,0,19)
C19M3Y0K19 (19%, 3%, 0%, 19%)
(0.19 / 0.03 / 0.00 / 0.19)

CMYK percentages

%18.93
%3.4
%0
%19.22

Codes

Color #A7C7CE in popluar color models

A7 C7 CE
RGB 167 199 206
HSL 191° 28.47% 73.14%
HSB/HSV 191° 18.93% 80.78%
CMYK 18.93% 3.40% 0.00%
19.22%

Color #A7C7CE in popluar number systems.

HEX A7 C7 CE
Decimal 167 199 206
Binary 10100111 11000111 11001110
Octal 247 307 316

Shades and tints

Shades of #A7C7CE

#A7C7CE
(167,199,206)
#98B5BC
(152,181,188)
#89A3AA
(137,163,170)
#7A9198
(122,145,152)
#6B7F86
(107,127,134)
#5C6D74
(92,109,116)
#4D5B62
(77,91,98)
#3E4950
(62,73,80)
#2F373E
(47,55,62)
#20252C
(32,37,44)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #A7C7CE

#A7C7CE
(167,199,206)
#AFCCD2
(175,204,210)
#B7D1D6
(183,209,214)
#BFD6DA
(191,214,218)
#C7DBDE
(199,219,222)
#CFE0E2
(207,224,226)
#D7E5E6
(215,229,230)
#DFEAEA
(223,234,234)
#E7EFEE
(231,239,238)
#EFF4F2
(239,244,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C7CE color. Also use rgb(167,199,206) instead hex code.

Text Font Color

.myTextColor { color: #A7C7CE; }

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

This text font color is #A7C7CE.

Background Color

.myBgColor { background-color: #A7C7CE; }

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

This div background color is #A7C7CE.

Border color

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

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

This div border color is #A7C7CE.

Opacity

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

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

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

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

This text has shadow with #A7C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C7CE.

Preview

Color preview on black background

This text has color #A7C7CE on black background.


Color preview on white background

This text has color #A7C7CE on white background.


Black color preview on #A7C7CE background

This text has black color on #A7C7CE background.


White color preview on #A7C7CE background

This text has white color on #A7C7CE background.


Related colors

Complementary color

Complementary color for #hex is #583831.


I love getcolorcode.com

Triadic colors

1 #CEA7C7 and #C7CEA7 with #A7C7CE are triadic colors.

2 #CEC7A7 and #C7A7CE with #A7C7CE are triadic colors.