COLOR #A7BEA5

HEX: #A7BEA5
RGB: (167,190,165)

Color info

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

RGB color model

#A7BEA5 color RGB value is (167,190,165).

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

RGB channels and saturation

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

167
190
165

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

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 165 = 522 (100%)
R 167 of 522 ~ 31.99%
G 190 of 522 ~ 36.4%
B 165 of 522 ~ 31.61%

%31.99
%36.4
%31.61

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • 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
%13.16
%25.49

Codes

Color #A7BEA5 in popluar color models

A7BEA5
RGB167190165
HSL115°16.13%69.61%
HSB/HSV115°13.16%74.51%
CMYK12.11%0.00%13.16%
25.49%

Color #A7BEA5 in popluar number systems.

HEXA7BEA5
Decimal167190165
Binary101001111011111010100101
Octal247276245

Shades and tints

Shades of #A7BEA5

#A7BEA5
(167,190,165)
#98AD96
(152,173,150)
#899C87
(137,156,135)
#7A8B78
(122,139,120)
#6B7A69
(107,122,105)
#5C695A
(92,105,90)
#4D584B
(77,88,75)
#3E473C
(62,71,60)
#2F362D
(47,54,45)
#20251E
(32,37,30)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7BEA5

#A7BEA5
(167,190,165)
#AFC3AD
(175,195,173)
#B7C8B5
(183,200,181)
#BFCDBD
(191,205,189)
#C7D2C5
(199,210,197)
#CFD7CD
(207,215,205)
#D7DCD5
(215,220,213)
#DFE1DD
(223,225,221)
#E7E6E5
(231,230,229)
#EFEBED
(239,235,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEA5; }

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

This text font color is #A7BEA5.


Background Color

.myBgColor { background-color: #A7BEA5; }

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

This div background color is #A7BEA5.


Border color

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

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

This div border color is #A7BEA5.


Opacity

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

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

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

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

This text has shadow with #A7BEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEA5 on black background.


Color preview on white background

This text has color #A7BEA5 on white background.



Black color preview on #A7BEA5 background

This text has black color on #A7BEA5 background.


White color preview on #A7BEA5 background

This text has white color on #A7BEA5 background.