COLOR #A1B288

HEX: #A1B288 RGB: (161,178,136)

Color info

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

RGB color model

#A1B288 color RGB value is (161,178,136).

RGB: (161,178,136) (63%, 70%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 136 of 255 = 53%

161
178
136

R + G + B ~ 62%. #A1B288 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 178 + 136 = 475 (100%)
R 161 of 475 ~ 33.89%
G 178 of 475 ~ 37.47%
B 136 of 475 ~ 28.63'%

%33.89
%37.47
%28.63

CMYK color model

#A1B288 color CMYK value is (10,0,24,30).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 30.20%

CMYK: (10,0,24,30)
C10M0Y24K30 (10%, 0%, 24%, 30%)
(0.10 / 0.00 / 0.24 / 0.30)

CMYK percentages

%9.55
%0
%23.6
%30.2

Codes

Color #A1B288 in popluar color models

A1 B2 88
RGB 161 178 136
HSL 84° 21.43% 61.57%
HSB/HSV 84° 23.60% 69.80%
CMYK 9.55% 0.00% 23.60%
30.20%

Color #A1B288 in popluar number systems.

HEX A1 B2 88
Decimal 161 178 136
Binary 10100001 10110010 10001000
Octal 241 262 210

Shades and tints

Shades of #A1B288

#A1B288
(161,178,136)
#93A27C
(147,162,124)
#859270
(133,146,112)
#778264
(119,130,100)
#697258
(105,114,88)
#5B624C
(91,98,76)
#4D5240
(77,82,64)
#3F4234
(63,66,52)
#313228
(49,50,40)
#23221C
(35,34,28)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A1B288

#A1B288
(161,178,136)
#A9B992
(169,185,146)
#B1C09C
(177,192,156)
#B9C7A6
(185,199,166)
#C1CEB0
(193,206,176)
#C9D5BA
(201,213,186)
#D1DCC4
(209,220,196)
#D9E3CE
(217,227,206)
#E1EAD8
(225,234,216)
#E9F1E2
(233,241,226)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B288 color. Also use rgb(161,178,136) instead hex code.

Text Font Color

.myTextColor { color: #A1B288; }

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

This text font color is #A1B288.

Background Color

.myBgColor { background-color: #A1B288; }

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

This div background color is #A1B288.

Border color

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

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

This div border color is #A1B288.

Opacity

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

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

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

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

This text has shadow with #A1B288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B288.

Preview

Color preview on black background

This text has color #A1B288 on black background.


Color preview on white background

This text has color #A1B288 on white background.


Black color preview on #A1B288 background

This text has black color on #A1B288 background.


White color preview on #A1B288 background

This text has white color on #A1B288 background.


Related colors

Complementary color

Complementary color for #hex is #5E4D77.


I love getcolorcode.com

Triadic colors

1 #88A1B2 and #B288A1 with #A1B288 are triadic colors.

2 #88B2A1 and #B2A188 with #A1B288 are triadic colors.