COLOR #A0BFBE

HEX: #A0BFBE
RGB: (160,191,190)

Color info

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

RGB color model

#A0BFBE color RGB value is (160,191,190).

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

RGB channels and saturation

R 160 of 255 = 63%
G 191 of 255 = 75%
B 190 of 255 = 75%

160
191
190

R + G + B ~ 71%. #A0BFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 191 + 190 = 541 (100%)
R 160 of 541 ~ 29.57%
G 191 of 541 ~ 35.3%
B 190 of 541 ~ 35.12%

%29.57
%35.3
%35.12

CMYK color model

#A0BFBE color CMYK value is (16,0,1,25).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 25.10%
CMYK:
(16,0,1,25)
C16M0Y1K25 
(16%,0%,1%,25%)
(0.16/0.00/0.01/0.25)	

CMYK percentages

%16.23
%0
%0.52
%25.1

Codes

Color #A0BFBE in popluar color models

A0BFBE
RGB160191190
HSL178°19.50%68.82%
HSB/HSV178°16.23%74.90%
CMYK16.23%0.00%0.52%
25.10%

Color #A0BFBE in popluar number systems.

HEXA0BFBE
Decimal160191190
Binary101000001011111110111110
Octal240277276

Shades and tints

Shades of #A0BFBE

#A0BFBE
(160,191,190)
#92AEAD
(146,174,173)
#849D9C
(132,157,156)
#768C8B
(118,140,139)
#687B7A
(104,123,122)
#5A6A69
(90,106,105)
#4C5958
(76,89,88)
#3E4847
(62,72,71)
#303736
(48,55,54)
#222625
(34,38,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A0BFBE

#A0BFBE
(160,191,190)
#A8C4C3
(168,196,195)
#B0C9C8
(176,201,200)
#B8CECD
(184,206,205)
#C0D3D2
(192,211,210)
#C8D8D7
(200,216,215)
#D0DDDC
(208,221,220)
#D8E2E1
(216,226,225)
#E0E7E6
(224,231,230)
#E8ECEB
(232,236,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BFBE; }

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

This text font color is #A0BFBE.


Background Color

.myBgColor { background-color: #A0BFBE; }

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

This div background color is #A0BFBE.


Border color

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

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

This div border color is #A0BFBE.


Opacity

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

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

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

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

This text has shadow with #A0BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BFBE on black background.


Color preview on white background

This text has color #A0BFBE on white background.



Black color preview on #A0BFBE background

This text has black color on #A0BFBE background.


White color preview on #A0BFBE background

This text has white color on #A0BFBE background.