COLOR #A1BDA1

HEX: #A1BDA1
RGB: (161,189,161)

Color info

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

RGB color model

#A1BDA1 color RGB value is (161,189,161).

  • red value is 161;
  • green value is 189;
  • blue value is 161.
RGB:
(161,189,161)
(63%,74%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 189 of 255 = 74%
B 161 of 255 = 63%

161
189
161

R + G + B ~ 67%. #A1BDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 189 + 161 = 511 (100%)
R 161 of 511 ~ 31.51%
G 189 of 511 ~ 36.99%
B 161 of 511 ~ 31.51%

%31.51
%36.99
%31.51

CMYK color model

#A1BDA1 color CMYK value is (15,0,15,26).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(15,0,15,26)
C15M0Y15K26 
(15%,0%,15%,26%)
(0.15/0.00/0.15/0.26)	

CMYK percentages

%14.81
%0
%14.81
%25.88

Codes

Color #A1BDA1 in popluar color models

A1BDA1
RGB161189161
HSL120°17.50%68.63%
HSB/HSV120°14.81%74.12%
CMYK14.81%0.00%14.81%
25.88%

Color #A1BDA1 in popluar number systems.

HEXA1BDA1
Decimal161189161
Binary101000011011110110100001
Octal241275241

Shades and tints

Shades of #A1BDA1

#A1BDA1
(161,189,161)
#93AC93
(147,172,147)
#859B85
(133,155,133)
#778A77
(119,138,119)
#697969
(105,121,105)
#5B685B
(91,104,91)
#4D574D
(77,87,77)
#3F463F
(63,70,63)
#313531
(49,53,49)
#232423
(35,36,35)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A1BDA1

#A1BDA1
(161,189,161)
#A9C3A9
(169,195,169)
#B1C9B1
(177,201,177)
#B9CFB9
(185,207,185)
#C1D5C1
(193,213,193)
#C9DBC9
(201,219,201)
#D1E1D1
(209,225,209)
#D9E7D9
(217,231,217)
#E1EDE1
(225,237,225)
#E9F3E9
(233,243,233)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BDA1; }

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

This text font color is #A1BDA1.


Background Color

.myBgColor { background-color: #A1BDA1; }

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

This div background color is #A1BDA1.


Border color

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

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

This div border color is #A1BDA1.


Opacity

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

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

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

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

This text has shadow with #A1BDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BDA1 on black background.


Color preview on white background

This text has color #A1BDA1 on white background.



Black color preview on #A1BDA1 background

This text has black color on #A1BDA1 background.


White color preview on #A1BDA1 background

This text has white color on #A1BDA1 background.