COLOR #A0BFA7

HEX: #A0BFA7
RGB: (160,191,167)

Color info

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

RGB color model

#A0BFA7 color RGB value is (160,191,167).

  • red value is 160;
  • green value is 191;
  • blue value is 167.
RGB:
(160,191,167)
(63%,75%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 191 of 255 = 75%
B 167 of 255 = 65%

160
191
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 191 + 167 = 518 (100%)
R 160 of 518 ~ 30.89%
G 191 of 518 ~ 36.87%
B 167 of 518 ~ 32.24%

%30.89
%36.87
%32.24

CMYK color model

#A0BFA7 color CMYK value is (16,0,13,25).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(16,0,13,25)
C16M0Y13K25 
(16%,0%,13%,25%)
(0.16/0.00/0.13/0.25)	

CMYK percentages

%16.23
%0
%12.57
%25.1

Codes

Color #A0BFA7 in popluar color models

A0BFA7
RGB160191167
HSL134°19.50%68.82%
HSB/HSV134°16.23%74.90%
CMYK16.23%0.00%12.57%
25.10%

Color #A0BFA7 in popluar number systems.

HEXA0BFA7
Decimal160191167
Binary101000001011111110100111
Octal240277247

Shades and tints

Shades of #A0BFA7

#A0BFA7
(160,191,167)
#92AE98
(146,174,152)
#849D89
(132,157,137)
#768C7A
(118,140,122)
#687B6B
(104,123,107)
#5A6A5C
(90,106,92)
#4C594D
(76,89,77)
#3E483E
(62,72,62)
#30372F
(48,55,47)
#222620
(34,38,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A0BFA7

#A0BFA7
(160,191,167)
#A8C4AF
(168,196,175)
#B0C9B7
(176,201,183)
#B8CEBF
(184,206,191)
#C0D3C7
(192,211,199)
#C8D8CF
(200,216,207)
#D0DDD7
(208,221,215)
#D8E2DF
(216,226,223)
#E0E7E7
(224,231,231)
#E8ECEF
(232,236,239)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BFA7 color. Also use rgb(160,191,167) instead hex code.

Text Font Color

.myTextColor { color: #A0BFA7; }

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

This text font color is #A0BFA7.


Background Color

.myBgColor { background-color: #A0BFA7; }

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

This div background color is #A0BFA7.


Border color

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

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

This div border color is #A0BFA7.


Opacity

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

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

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

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

This text has shadow with #A0BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BFA7 on black background.


Color preview on white background

This text has color #A0BFA7 on white background.



Black color preview on #A0BFA7 background

This text has black color on #A0BFA7 background.


White color preview on #A0BFA7 background

This text has white color on #A0BFA7 background.