COLOR #A1B295

HEX: #A1B295
RGB: (161,178,149)

Color info

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

RGB color model

#A1B295 color RGB value is (161,178,149).

  • red value is 161;
  • green value is 178;
  • blue value is 149.
RGB: (161,178,149) (63%,70%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 149 of 255 = 58%

161
178
149

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

Portions of RGB colors in percentages

R + G + B =
161 + 178 + 149 = 488 (100%)
R 161 of 488 ~ 32.99%
G 178 of 488 ~ 36.48%
B 149 of 488 ~ 30.53%

%32.99
%36.48
%30.53

CMYK color model

#A1B295 color CMYK value is (10,0,16,30).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK: (10,0,16,30) C10M0Y16K30 (10%,0%,16%,30%) (0.10/0.00/0.16/0.30)

CMYK percentages

%9.55
%0
%16.29
%30.2

Codes

Color #A1B295 in popluar color models

A1B295
RGB161178149
HSL95°15.85%64.12%
HSB/HSV95°16.29%69.80%
CMYK9.55%0.00%16.29%
30.20%

Color #A1B295 in popluar number systems.

HEXA1B295
Decimal161178149
Binary101000011011001010010101
Octal241262225

Shades and tints

Shades of #A1B295

#A1B295
(161,178,149)
#93A288
(147,162,136)
#85927B
(133,146,123)
#77826E
(119,130,110)
#697261
(105,114,97)
#5B6254
(91,98,84)
#4D5247
(77,82,71)
#3F423A
(63,66,58)
#31322D
(49,50,45)
#232220
(35,34,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1B295

#A1B295
(161,178,149)
#A9B99E
(169,185,158)
#B1C0A7
(177,192,167)
#B9C7B0
(185,199,176)
#C1CEB9
(193,206,185)
#C9D5C2
(201,213,194)
#D1DCCB
(209,220,203)
#D9E3D4
(217,227,212)
#E1EADD
(225,234,221)
#E9F1E6
(233,241,230)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B295; }

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

This text font color is #A1B295.


Background Color

.myBgColor { background-color: #A1B295; }

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

This div background color is #A1B295.


Border color

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

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

This div border color is #A1B295.


Opacity

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

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

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

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

This text has shadow with #A1B295 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A1B295 on black background.


Color preview on white background

This text has color #A1B295 on white background.



Black color preview on #A1B295 background

This text has black color on #A1B295 background.


White color preview on #A1B295 background

This text has white color on #A1B295 background.