COLOR #A7C2BE

HEX: #A7C2BE RGB: (167,194,190)

Color info

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

RGB color model

#A7C2BE color RGB value is (167,194,190).

RGB: (167,194,190) (65%, 76%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 190 of 255 = 75%

167
194
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 194 + 190 = 551 (100%)
R 167 of 551 ~ 30.31%
G 194 of 551 ~ 35.21%
B 190 of 551 ~ 34.48'%

%30.31
%35.21
%34.48

CMYK color model

#A7C2BE color CMYK value is (14,0,2,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK: (14,0,2,24) C14M0Y2K24 (14%,0%,2%,24%) (0.14/0.00/0.02/0.24) 

CMYK percentages

%13.92
%0
%2.06
%23.92

Codes

Color #A7C2BE in popluar color models

A7 C2 BE
RGB 167 194 190
HSL 171° 18.12% 70.78%
HSB/HSV 171° 13.92% 76.08%
CMYK 13.92% 0.00% 2.06%
23.92%

Color #A7C2BE in popluar number systems.

HEX A7 C2 BE
Decimal 167 194 190
Binary 10100111 11000010 10111110
Octal 247 302 276

Shades and tints

Shades of #A7C2BE

#A7C2BE
(167,194,190)
#98B1AD
(152,177,173)
#89A09C
(137,160,156)
#7A8F8B
(122,143,139)
#6B7E7A
(107,126,122)
#5C6D69
(92,109,105)
#4D5C58
(77,92,88)
#3E4B47
(62,75,71)
#2F3A36
(47,58,54)
#202925
(32,41,37)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7C2BE

#A7C2BE
(167,194,190)
#AFC7C3
(175,199,195)
#B7CCC8
(183,204,200)
#BFD1CD
(191,209,205)
#C7D6D2
(199,214,210)
#CFDBD7
(207,219,215)
#D7E0DC
(215,224,220)
#DFE5E1
(223,229,225)
#E7EAE6
(231,234,230)
#EFEFEB
(239,239,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C2BE; }

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

This text font color is #A7C2BE.

Background Color

.myBgColor { background-color: #A7C2BE; }

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

This div background color is #A7C2BE.

Border color

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

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

This div border color is #A7C2BE.

Opacity

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

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

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

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

This text has shadow with #A7C2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C2BE.

Preview

Color preview on black background

This text has color #A7C2BE on black background.


Color preview on white background

This text has color #A7C2BE on white background.


Black color preview on #A7C2BE background

This text has black color on #A7C2BE background.


White color preview on #A7C2BE background

This text has white color on #A7C2BE background.


Related colors

Complementary color

Complementary color for #hex is #583D41.


I love getcolorcode.com

Triadic colors

1 #BEA7C2 and #C2BEA7 with #A7C2BE are triadic colors.

2 #BEC2A7 and #C2A7BE with #A7C2BE are triadic colors.