COLOR #A1BDA7

HEX: #A1BDA7 RGB: (161,189,167)

Color info

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

RGB color model

#A1BDA7 color RGB value is (161,189,167).

RGB: (161,189,167) (63%, 74%, 65%)

RGB channels and saturation

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

161
189
167

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

Portions of RGB colors in percentages

R + G + B = 161 + 189 + 167 = 517 (100%)
R 161 of 517 ~ 31.14%
G 189 of 517 ~ 36.56%
B 167 of 517 ~ 32.3'%

%31.14
%36.56
%32.3

CMYK color model

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

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (15,0,12,26)
C15M0Y12K26 (15%, 0%, 12%, 26%)
(0.15 / 0.00 / 0.12 / 0.26)

CMYK percentages

%14.81
%0
%11.64
%25.88

Codes

Color #A1BDA7 in popluar color models

A1 BD A7
RGB 161 189 167
HSL 133° 17.50% 68.63%
HSB/HSV 133° 14.81% 74.12%
CMYK 14.81% 0.00% 11.64%
25.88%

Color #A1BDA7 in popluar number systems.

HEX A1 BD A7
Decimal 161 189 167
Binary 10100001 10111101 10100111
Octal 241 275 247

Shades and tints

Shades of #A1BDA7

#A1BDA7
(161,189,167)
#93AC98
(147,172,152)
#859B89
(133,155,137)
#778A7A
(119,138,122)
#69796B
(105,121,107)
#5B685C
(91,104,92)
#4D574D
(77,87,77)
#3F463E
(63,70,62)
#31352F
(49,53,47)
#232420
(35,36,32)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1BDA7

#A1BDA7
(161,189,167)
#A9C3AF
(169,195,175)
#B1C9B7
(177,201,183)
#B9CFBF
(185,207,191)
#C1D5C7
(193,213,199)
#C9DBCF
(201,219,207)
#D1E1D7
(209,225,215)
#D9E7DF
(217,231,223)
#E1EDE7
(225,237,231)
#E9F3EF
(233,243,239)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BDA7; }

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

This text font color is #A1BDA7.

Background Color

.myBgColor { background-color: #A1BDA7; }

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

This div background color is #A1BDA7.

Border color

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

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

This div border color is #A1BDA7.

Opacity

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

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

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

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

This text has shadow with #A1BDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BDA7.

Preview

Color preview on black background

This text has color #A1BDA7 on black background.


Color preview on white background

This text has color #A1BDA7 on white background.


Black color preview on #A1BDA7 background

This text has black color on #A1BDA7 background.


White color preview on #A1BDA7 background

This text has white color on #A1BDA7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4258.


I love getcolorcode.com

Triadic colors

1 #A7A1BD and #BDA7A1 with #A1BDA7 are triadic colors.

2 #A7BDA1 and #BDA1A7 with #A1BDA7 are triadic colors.