COLOR #A0BEA7

HEX: #A0BEA7 RGB: (160,190,167)

Color info

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

RGB color model

#A0BEA7 color RGB value is (160,190,167).

RGB: (160,190,167) (63%, 75%, 65%)

RGB channels and saturation

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

160
190
167

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

Portions of RGB colors in percentages

R + G + B = 160 + 190 + 167 = 517 (100%)
R 160 of 517 ~ 30.95%
G 190 of 517 ~ 36.75%
B 167 of 517 ~ 32.3'%

%30.95
%36.75
%32.3

CMYK color model

#A0BEA7 color CMYK value is (16,0,12,25).

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

CMYK: (16,0,12,25)
C16M0Y12K25 (16%, 0%, 12%, 25%)
(0.16 / 0.00 / 0.12 / 0.25)

CMYK percentages

%15.79
%0
%12.11
%25.49

Codes

Color #A0BEA7 in popluar color models

A0 BE A7
RGB 160 190 167
HSL 134° 18.75% 68.63%
HSB/HSV 134° 15.79% 74.51%
CMYK 15.79% 0.00% 12.11%
25.49%

Color #A0BEA7 in popluar number systems.

HEX A0 BE A7
Decimal 160 190 167
Binary 10100000 10111110 10100111
Octal 240 276 247

Shades and tints

Shades of #A0BEA7

#A0BEA7
(160,190,167)
#92AD98
(146,173,152)
#849C89
(132,156,137)
#768B7A
(118,139,122)
#687A6B
(104,122,107)
#5A695C
(90,105,92)
#4C584D
(76,88,77)
#3E473E
(62,71,62)
#30362F
(48,54,47)
#222520
(34,37,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0BEA7

#A0BEA7
(160,190,167)
#A8C3AF
(168,195,175)
#B0C8B7
(176,200,183)
#B8CDBF
(184,205,191)
#C0D2C7
(192,210,199)
#C8D7CF
(200,215,207)
#D0DCD7
(208,220,215)
#D8E1DF
(216,225,223)
#E0E6E7
(224,230,231)
#E8EBEF
(232,235,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BEA7; }

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

This text font color is #A0BEA7.

Background Color

.myBgColor { background-color: #A0BEA7; }

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

This div background color is #A0BEA7.

Border color

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

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

This div border color is #A0BEA7.

Opacity

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

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

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

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

This text has shadow with #A0BEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BEA7.

Preview

Color preview on black background

This text has color #A0BEA7 on black background.


Color preview on white background

This text has color #A0BEA7 on white background.


Black color preview on #A0BEA7 background

This text has black color on #A0BEA7 background.


White color preview on #A0BEA7 background

This text has white color on #A0BEA7 background.


Related colors

Complementary color

Complementary color for #hex is #5F4158.


I love getcolorcode.com

Triadic colors

1 #A7A0BE and #BEA7A0 with #A0BEA7 are triadic colors.

2 #A7BEA0 and #BEA0A7 with #A0BEA7 are triadic colors.