COLOR #A7C5BE

HEX: #A7C5BE RGB: (167,197,190)

Color info

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

RGB color model

#A7C5BE color RGB value is (167,197,190).

RGB: (167,197,190) (65%, 77%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 190 of 255 = 75%

167
197
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 197 + 190 = 554 (100%)
R 167 of 554 ~ 30.14%
G 197 of 554 ~ 35.56%
B 190 of 554 ~ 34.3'%

%30.14
%35.56
%34.3

CMYK color model

#A7C5BE color CMYK value is (15,0,4,23).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%

CMYK: (15,0,4,23)
C15M0Y4K23 (15%, 0%, 4%, 23%)
(0.15 / 0.00 / 0.04 / 0.23)

CMYK percentages

%15.23
%0
%3.55
%22.75

Codes

Color #A7C5BE in popluar color models

A7 C5 BE
RGB 167 197 190
HSL 166° 20.55% 71.37%
HSB/HSV 166° 15.23% 77.25%
CMYK 15.23% 0.00% 3.55%
22.75%

Color #A7C5BE in popluar number systems.

HEX A7 C5 BE
Decimal 167 197 190
Binary 10100111 11000101 10111110
Octal 247 305 276

Shades and tints

Shades of #A7C5BE

#A7C5BE
(167,197,190)
#98B4AD
(152,180,173)
#89A39C
(137,163,156)
#7A928B
(122,146,139)
#6B817A
(107,129,122)
#5C7069
(92,112,105)
#4D5F58
(77,95,88)
#3E4E47
(62,78,71)
#2F3D36
(47,61,54)
#202C25
(32,44,37)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #A7C5BE

#A7C5BE
(167,197,190)
#AFCAC3
(175,202,195)
#B7CFC8
(183,207,200)
#BFD4CD
(191,212,205)
#C7D9D2
(199,217,210)
#CFDED7
(207,222,215)
#D7E3DC
(215,227,220)
#DFE8E1
(223,232,225)
#E7EDE6
(231,237,230)
#EFF2EB
(239,242,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C5BE; }

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

This text font color is #A7C5BE.

Background Color

.myBgColor { background-color: #A7C5BE; }

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

This div background color is #A7C5BE.

Border color

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

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

This div border color is #A7C5BE.

Opacity

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

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

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

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

This text has shadow with #A7C5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C5BE.

Preview

Color preview on black background

This text has color #A7C5BE on black background.


Color preview on white background

This text has color #A7C5BE on white background.


Black color preview on #A7C5BE background

This text has black color on #A7C5BE background.


White color preview on #A7C5BE background

This text has white color on #A7C5BE background.


Related colors

Complementary color

Complementary color for #hex is #583A41.


I love getcolorcode.com

Triadic colors

1 #BEA7C5 and #C5BEA7 with #A7C5BE are triadic colors.

2 #BEC5A7 and #C5A7BE with #A7C5BE are triadic colors.