COLOR #A0B693

HEX: #A0B693
RGB: (160,182,147)

Color info

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

RGB color model

#A0B693 color RGB value is (160,182,147).

  • red value is 160;
  • green value is 182;
  • blue value is 147.
RGB:
(160,182,147)
(63%,71%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 147 of 255 = 58%

160
182
147

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

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 147 = 489 (100%)
R 160 of 489 ~ 32.72%
G 182 of 489 ~ 37.22%
B 147 of 489 ~ 30.06%

%32.72
%37.22
%30.06

CMYK color model

#A0B693 color CMYK value is (12,0,19,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(12,0,19,29)
C12M0Y19K29 
(12%,0%,19%,29%)
(0.12/0.00/0.19/0.29)	

CMYK percentages

%12.09
%0
%19.23
%28.63

Codes

Color #A0B693 in popluar color models

A0B693
RGB160182147
HSL98°19.34%64.51%
HSB/HSV98°19.23%71.37%
CMYK12.09%0.00%19.23%
28.63%

Color #A0B693 in popluar number systems.

HEXA0B693
Decimal160182147
Binary101000001011011010010011
Octal240266223

Shades and tints

Shades of #A0B693

#A0B693
(160,182,147)
#92A686
(146,166,134)
#849679
(132,150,121)
#76866C
(118,134,108)
#68765F
(104,118,95)
#5A6652
(90,102,82)
#4C5645
(76,86,69)
#3E4638
(62,70,56)
#30362B
(48,54,43)
#22261E
(34,38,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0B693

#A0B693
(160,182,147)
#A8BC9C
(168,188,156)
#B0C2A5
(176,194,165)
#B8C8AE
(184,200,174)
#C0CEB7
(192,206,183)
#C8D4C0
(200,212,192)
#D0DAC9
(208,218,201)
#D8E0D2
(216,224,210)
#E0E6DB
(224,230,219)
#E8ECE4
(232,236,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B693; }

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

This text font color is #A0B693.


Background Color

.myBgColor { background-color: #A0B693; }

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

This div background color is #A0B693.


Border color

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

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

This div border color is #A0B693.


Opacity

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

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

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

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

This text has shadow with #A0B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B693 on black background.


Color preview on white background

This text has color #A0B693 on white background.



Black color preview on #A0B693 background

This text has black color on #A0B693 background.


White color preview on #A0B693 background

This text has white color on #A0B693 background.