COLOR #A0B293

HEX: #A0B293 RGB: (160,178,147)

Color info

#A0B293 contains red, green and blue colors in about the same proportion. Web safe color of #A0B293 is #999999 (or #999).

RGB color model

#A0B293 color RGB value is (160,178,147).

RGB: (160,178,147) (63%, 70%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 147 of 255 = 58%

160
178
147

R + G + B ~ 64%. #A0B293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 178 + 147 = 485 (100%)
R 160 of 485 ~ 32.99%
G 178 of 485 ~ 36.7%
B 147 of 485 ~ 30.31'%

%32.99
%36.7
%30.31

CMYK color model

#A0B293 color CMYK value is (10,0,17,30).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK: (10,0,17,30) C10M0Y17K30 (10%,0%,17%,30%) (0.10/0.00/0.17/0.30) 

CMYK percentages

%10.11
%0
%17.42
%30.2

Codes

Color #A0B293 in popluar color models

A0 B2 93
RGB 160 178 147
HSL 95° 16.76% 63.73%
HSB/HSV 95° 17.42% 69.80%
CMYK 10.11% 0.00% 17.42%
30.20%

Color #A0B293 in popluar number systems.

HEX A0 B2 93
Decimal 160 178 147
Binary 10100000 10110010 10010011
Octal 240 262 223

Shades and tints

Shades of #A0B293

#A0B293
(160,178,147)
#92A286
(146,162,134)
#849279
(132,146,121)
#76826C
(118,130,108)
#68725F
(104,114,95)
#5A6252
(90,98,82)
#4C5245
(76,82,69)
#3E4238
(62,66,56)
#30322B
(48,50,43)
#22221E
(34,34,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A0B293

#A0B293
(160,178,147)
#A8B99C
(168,185,156)
#B0C0A5
(176,192,165)
#B8C7AE
(184,199,174)
#C0CEB7
(192,206,183)
#C8D5C0
(200,213,192)
#D0DCC9
(208,220,201)
#D8E3D2
(216,227,210)
#E0EADB
(224,234,219)
#E8F1E4
(232,241,228)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B293 color. Also use rgb(160,178,147) instead hex code.

Text Font Color

.myTextColor { color: #A0B293; }

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

This text font color is #A0B293.

Background Color

.myBgColor { background-color: #A0B293; }

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

This div background color is #A0B293.

Border color

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

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

This div border color is #A0B293.

Opacity

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

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

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

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

This text has shadow with #A0B293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B293.

Preview

Color preview on black background

This text has color #A0B293 on black background.


Color preview on white background

This text has color #A0B293 on white background.


Black color preview on #A0B293 background

This text has black color on #A0B293 background.


White color preview on #A0B293 background

This text has white color on #A0B293 background.


Related colors

Complementary color

Complementary color for #hex is #5F4D6C.


I love getcolorcode.com

Triadic colors

1 #93A0B2 and #B293A0 with #A0B293 are triadic colors.

2 #93B2A0 and #B2A093 with #A0B293 are triadic colors.