COLOR #A1B678

HEX: #A1B678
RGB: (161,182,120)

Color info

#A1B678 contains mainly red and green colors. Web safe color of #A1B678 is #99CC66 (or #9C6).

RGB color model

#A1B678 color RGB value is (161,182,120).

  • red value is 161;
  • green value is 182;
  • blue value is 120.
RGB:
(161,182,120)
(63%,71%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 120 of 255 = 47%

161
182
120

R + G + B ~ 60%. #A1B678 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 182 + 120 = 463 (100%)
R 161 of 463 ~ 34.77%
G 182 of 463 ~ 39.31%
B 120 of 463 ~ 25.92%

%34.77
%39.31
%25.92

CMYK color model

#A1B678 color CMYK value is (12,0,34,29).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(12,0,34,29)
C12M0Y34K29 
(12%,0%,34%,29%)
(0.12/0.00/0.34/0.29)	

CMYK percentages

%11.54
%0
%34.07
%28.63

Codes

Color #A1B678 in popluar color models

A1B678
RGB161182120
HSL80°29.81%59.22%
HSB/HSV80°34.07%71.37%
CMYK11.54%0.00%34.07%
28.63%

Color #A1B678 in popluar number systems.

HEXA1B678
Decimal161182120
Binary10100001101101101111000
Octal241266170

Shades and tints

Shades of #A1B678

#A1B678
(161,182,120)
#93A66E
(147,166,110)
#859664
(133,150,100)
#77865A
(119,134,90)
#697650
(105,118,80)
#5B6646
(91,102,70)
#4D563C
(77,86,60)
#3F4632
(63,70,50)
#313628
(49,54,40)
#23261E
(35,38,30)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #A1B678

#A1B678
(161,182,120)
#A9BC84
(169,188,132)
#B1C290
(177,194,144)
#B9C89C
(185,200,156)
#C1CEA8
(193,206,168)
#C9D4B4
(201,212,180)
#D1DAC0
(209,218,192)
#D9E0CC
(217,224,204)
#E1E6D8
(225,230,216)
#E9ECE4
(233,236,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B678 color. Also use rgb(161,182,120) instead hex code.

Text Font Color

.myTextColor { color: #A1B678; }

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

This text font color is #A1B678.


Background Color

.myBgColor { background-color: #A1B678; }

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

This div background color is #A1B678.


Border color

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

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

This div border color is #A1B678.


Opacity

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

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

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

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

This text has shadow with #A1B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B678 on black background.


Color preview on white background

This text has color #A1B678 on white background.



Black color preview on #A1B678 background

This text has black color on #A1B678 background.


White color preview on #A1B678 background

This text has white color on #A1B678 background.