COLOR #A7BEA6

HEX: #A7BEA6 RGB: (167,190,166)

Color info

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

RGB color model

#A7BEA6 color RGB value is (167,190,166).

RGB: (167,190,166) (65%, 75%, 65%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 166 of 255 = 65%

167
190
166

R + G + B ~ 68%. #A7BEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 190 + 166 = 523 (100%)
R 167 of 523 ~ 31.93%
G 190 of 523 ~ 36.33%
B 166 of 523 ~ 31.74'%

%31.93
%36.33
%31.74

CMYK color model

#A7BEA6 color CMYK value is (12,0,13,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%

CMYK: (12,0,13,25)
C12M0Y13K25 (12%, 0%, 13%, 25%)
(0.12 / 0.00 / 0.13 / 0.25)

CMYK percentages

%12.11
%0
%12.63
%25.49

Codes

Color #A7BEA6 in popluar color models

A7 BE A6
RGB 167 190 166
HSL 118° 15.58% 69.80%
HSB/HSV 118° 12.63% 74.51%
CMYK 12.11% 0.00% 12.63%
25.49%

Color #A7BEA6 in popluar number systems.

HEX A7 BE A6
Decimal 167 190 166
Binary 10100111 10111110 10100110
Octal 247 276 246

Shades and tints

Shades of #A7BEA6

#A7BEA6
(167,190,166)
#98AD97
(152,173,151)
#899C88
(137,156,136)
#7A8B79
(122,139,121)
#6B7A6A
(107,122,106)
#5C695B
(92,105,91)
#4D584C
(77,88,76)
#3E473D
(62,71,61)
#2F362E
(47,54,46)
#20251F
(32,37,31)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #A7BEA6

#A7BEA6
(167,190,166)
#AFC3AE
(175,195,174)
#B7C8B6
(183,200,182)
#BFCDBE
(191,205,190)
#C7D2C6
(199,210,198)
#CFD7CE
(207,215,206)
#D7DCD6
(215,220,214)
#DFE1DE
(223,225,222)
#E7E6E6
(231,230,230)
#EFEBEE
(239,235,238)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEA6; }

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

This text font color is #A7BEA6.

Background Color

.myBgColor { background-color: #A7BEA6; }

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

This div background color is #A7BEA6.

Border color

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

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

This div border color is #A7BEA6.

Opacity

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

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

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

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

This text has shadow with #A7BEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BEA6.

Preview

Color preview on black background

This text has color #A7BEA6 on black background.


Color preview on white background

This text has color #A7BEA6 on white background.


Black color preview on #A7BEA6 background

This text has black color on #A7BEA6 background.


White color preview on #A7BEA6 background

This text has white color on #A7BEA6 background.


Related colors

Complementary color

Complementary color for #hex is #584159.


I love getcolorcode.com

Triadic colors

1 #A6A7BE and #BEA6A7 with #A7BEA6 are triadic colors.

2 #A6BEA7 and #BEA7A6 with #A7BEA6 are triadic colors.