COLOR #A0BEBF

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

Color info

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

RGB color model

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

RGB: (160,190,191) (63%, 75%, 75%)

RGB channels and saturation

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

160
190
191

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

Portions of RGB colors in percentages

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

%29.57
%35.12
%35.3

CMYK color model

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

  • cyan value is 16.23%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (16,1,0,25)
C16M1Y0K25 (16%, 1%, 0%, 25%)
(0.16 / 0.01 / 0.00 / 0.25)

CMYK percentages

%16.23
%0.52
%0
%25.1

Codes

Color #A0BEBF in popluar color models

A0 BE BF
RGB 160 190 191
HSL 182° 19.50% 68.82%
HSB/HSV 182° 16.23% 74.90%
CMYK 16.23% 0.52% 0.00%
25.10%

Color #A0BEBF in popluar number systems.

HEX A0 BE BF
Decimal 160 190 191
Binary 10100000 10111110 10111111
Octal 240 276 277

Shades and tints

Shades of #A0BEBF

#A0BEBF
(160,190,191)
#92ADAE
(146,173,174)
#849C9D
(132,156,157)
#768B8C
(118,139,140)
#687A7B
(104,122,123)
#5A696A
(90,105,106)
#4C5859
(76,88,89)
#3E4748
(62,71,72)
#303637
(48,54,55)
#222526
(34,37,38)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0BEBF

#A0BEBF
(160,190,191)
#A8C3C4
(168,195,196)
#B0C8C9
(176,200,201)
#B8CDCE
(184,205,206)
#C0D2D3
(192,210,211)
#C8D7D8
(200,215,216)
#D0DCDD
(208,220,221)
#D8E1E2
(216,225,226)
#E0E6E7
(224,230,231)
#E8EBEC
(232,235,236)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEBF; }

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

This text font color is #A0BEBF.

Background Color

.myBgColor { background-color: #A0BEBF; }

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

This div background color is #A0BEBF.

Border color

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

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

This div border color is #A0BEBF.

Opacity

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

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

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

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

This text has shadow with #A0BEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BEBF.

Preview

Color preview on black background

This text has color #A0BEBF on black background.


Color preview on white background

This text has color #A0BEBF on white background.


Black color preview on #A0BEBF background

This text has black color on #A0BEBF background.


White color preview on #A0BEBF background

This text has white color on #A0BEBF background.


Related colors

Complementary color

Complementary color for #hex is #5F4140.


I love getcolorcode.com

Triadic colors

1 #BFA0BE and #BEBFA0 with #A0BEBF are triadic colors.

2 #BFBEA0 and #BEA0BF with #A0BEBF are triadic colors.