COLOR #A7C7BB

HEX: #A7C7BB RGB: (167,199,187)

Color info

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

RGB color model

#A7C7BB color RGB value is (167,199,187).

RGB: (167,199,187) (65%, 78%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 187 of 255 = 73%

167
199
187

R + G + B ~ 72%. #A7C7BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 199 + 187 = 553 (100%)
R 167 of 553 ~ 30.2%
G 199 of 553 ~ 35.99%
B 187 of 553 ~ 33.82'%

%30.2
%35.99
%33.82

CMYK color model

#A7C7BB color CMYK value is (16,0,6,22).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%

CMYK: (16,0,6,22)
C16M0Y6K22 (16%, 0%, 6%, 22%)
(0.16 / 0.00 / 0.06 / 0.22)

CMYK percentages

%16.08
%0
%6.03
%21.96

Codes

Color #A7C7BB in popluar color models

A7 C7 BB
RGB 167 199 187
HSL 158° 22.22% 71.76%
HSB/HSV 158° 16.08% 78.04%
CMYK 16.08% 0.00% 6.03%
21.96%

Color #A7C7BB in popluar number systems.

HEX A7 C7 BB
Decimal 167 199 187
Binary 10100111 11000111 10111011
Octal 247 307 273

Shades and tints

Shades of #A7C7BB

#A7C7BB
(167,199,187)
#98B5AA
(152,181,170)
#89A399
(137,163,153)
#7A9188
(122,145,136)
#6B7F77
(107,127,119)
#5C6D66
(92,109,102)
#4D5B55
(77,91,85)
#3E4944
(62,73,68)
#2F3733
(47,55,51)
#202522
(32,37,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7C7BB

#A7C7BB
(167,199,187)
#AFCCC1
(175,204,193)
#B7D1C7
(183,209,199)
#BFD6CD
(191,214,205)
#C7DBD3
(199,219,211)
#CFE0D9
(207,224,217)
#D7E5DF
(215,229,223)
#DFEAE5
(223,234,229)
#E7EFEB
(231,239,235)
#EFF4F1
(239,244,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C7BB; }

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

This text font color is #A7C7BB.

Background Color

.myBgColor { background-color: #A7C7BB; }

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

This div background color is #A7C7BB.

Border color

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

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

This div border color is #A7C7BB.

Opacity

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

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

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

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

This text has shadow with #A7C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C7BB.

Preview

Color preview on black background

This text has color #A7C7BB on black background.


Color preview on white background

This text has color #A7C7BB on white background.


Black color preview on #A7C7BB background

This text has black color on #A7C7BB background.


White color preview on #A7C7BB background

This text has white color on #A7C7BB background.


Related colors

Complementary color

Complementary color for #hex is #583844.


I love getcolorcode.com

Triadic colors

1 #BBA7C7 and #C7BBA7 with #A7C7BB are triadic colors.

2 #BBC7A7 and #C7A7BB with #A7C7BB are triadic colors.