COLOR #A0BEAF

HEX: #A0BEAF RGB: (160,190,175)

Color info

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

RGB color model

#A0BEAF color RGB value is (160,190,175).

RGB: (160,190,175) (63%, 75%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 175 of 255 = 69%

160
190
175

R + G + B ~ 69%. #A0BEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 190 + 175 = 525 (100%)
R 160 of 525 ~ 30.48%
G 190 of 525 ~ 36.19%
B 175 of 525 ~ 33.33'%

%30.48
%36.19
%33.33

CMYK color model

#A0BEAF color CMYK value is (16,0,8,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (16,0,8,25)
C16M0Y8K25 (16%, 0%, 8%, 25%)
(0.16 / 0.00 / 0.08 / 0.25)

CMYK percentages

%15.79
%0
%7.89
%25.49

Codes

Color #A0BEAF in popluar color models

A0 BE AF
RGB 160 190 175
HSL 150° 18.75% 68.63%
HSB/HSV 150° 15.79% 74.51%
CMYK 15.79% 0.00% 7.89%
25.49%

Color #A0BEAF in popluar number systems.

HEX A0 BE AF
Decimal 160 190 175
Binary 10100000 10111110 10101111
Octal 240 276 257

Shades and tints

Shades of #A0BEAF

#A0BEAF
(160,190,175)
#92ADA0
(146,173,160)
#849C91
(132,156,145)
#768B82
(118,139,130)
#687A73
(104,122,115)
#5A6964
(90,105,100)
#4C5855
(76,88,85)
#3E4746
(62,71,70)
#303637
(48,54,55)
#222528
(34,37,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #A0BEAF

#A0BEAF
(160,190,175)
#A8C3B6
(168,195,182)
#B0C8BD
(176,200,189)
#B8CDC4
(184,205,196)
#C0D2CB
(192,210,203)
#C8D7D2
(200,215,210)
#D0DCD9
(208,220,217)
#D8E1E0
(216,225,224)
#E0E6E7
(224,230,231)
#E8EBEE
(232,235,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEAF; }

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

This text font color is #A0BEAF.

Background Color

.myBgColor { background-color: #A0BEAF; }

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

This div background color is #A0BEAF.

Border color

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

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

This div border color is #A0BEAF.

Opacity

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

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

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

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

This text has shadow with #A0BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BEAF.

Preview

Color preview on black background

This text has color #A0BEAF on black background.


Color preview on white background

This text has color #A0BEAF on white background.


Black color preview on #A0BEAF background

This text has black color on #A0BEAF background.


White color preview on #A0BEAF background

This text has white color on #A0BEAF background.


Related colors

Complementary color

Complementary color for #hex is #5F4150.


I love getcolorcode.com

Triadic colors

1 #AFA0BE and #BEAFA0 with #A0BEAF are triadic colors.

2 #AFBEA0 and #BEA0AF with #A0BEAF are triadic colors.