COLOR #A7BE9E

HEX: #A7BE9E
RGB: (167,190,158)

Color info

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

RGB color model

#A7BE9E color RGB value is (167,190,158).

  • red value is 167;
  • green value is 190;
  • blue value is 158.
RGB:
(167,190,158)
(65%,75%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 158 of 255 = 62%

167
190
158

R + G + B ~ 67%. #A7BE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 158 = 515 (100%)
R 167 of 515 ~ 32.43%
G 190 of 515 ~ 36.89%
B 158 of 515 ~ 30.68%

%32.43
%36.89
%30.68

CMYK color model

#A7BE9E color CMYK value is (12,0,17,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(12,0,17,25)
C12M0Y17K25 
(12%,0%,17%,25%)
(0.12/0.00/0.17/0.25)	

CMYK percentages

%12.11
%0
%16.84
%25.49

Codes

Color #A7BE9E in popluar color models

A7BE9E
RGB167190158
HSL103°19.75%68.24%
HSB/HSV103°16.84%74.51%
CMYK12.11%0.00%16.84%
25.49%

Color #A7BE9E in popluar number systems.

HEXA7BE9E
Decimal167190158
Binary101001111011111010011110
Octal247276236

Shades and tints

Shades of #A7BE9E

#A7BE9E
(167,190,158)
#98AD90
(152,173,144)
#899C82
(137,156,130)
#7A8B74
(122,139,116)
#6B7A66
(107,122,102)
#5C6958
(92,105,88)
#4D584A
(77,88,74)
#3E473C
(62,71,60)
#2F362E
(47,54,46)
#202520
(32,37,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7BE9E

#A7BE9E
(167,190,158)
#AFC3A6
(175,195,166)
#B7C8AE
(183,200,174)
#BFCDB6
(191,205,182)
#C7D2BE
(199,210,190)
#CFD7C6
(207,215,198)
#D7DCCE
(215,220,206)
#DFE1D6
(223,225,214)
#E7E6DE
(231,230,222)
#EFEBE6
(239,235,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BE9E; }

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

This text font color is #A7BE9E.


Background Color

.myBgColor { background-color: #A7BE9E; }

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

This div background color is #A7BE9E.


Border color

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

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

This div border color is #A7BE9E.


Opacity

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

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

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

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

This text has shadow with #A7BE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BE9E on black background.


Color preview on white background

This text has color #A7BE9E on white background.



Black color preview on #A7BE9E background

This text has black color on #A7BE9E background.


White color preview on #A7BE9E background

This text has white color on #A7BE9E background.