COLOR #A1BDBB

HEX: #A1BDBB RGB: (161,189,187)

Color info

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

RGB color model

#A1BDBB color RGB value is (161,189,187).

RGB: (161,189,187) (63%, 74%, 73%)

RGB channels and saturation

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

161
189
187

R + G + B ~ 70%. #A1BDBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 189 + 187 = 537 (100%)
R 161 of 537 ~ 29.98%
G 189 of 537 ~ 35.2%
B 187 of 537 ~ 34.82'%

%29.98
%35.2
%34.82

CMYK color model

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

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

CMYK: (15,0,1,26)
C15M0Y1K26 (15%, 0%, 1%, 26%)
(0.15 / 0.00 / 0.01 / 0.26)

CMYK percentages

%14.81
%0
%1.06
%25.88

Codes

Color #A1BDBB in popluar color models

A1 BD BB
RGB 161 189 187
HSL 176° 17.50% 68.63%
HSB/HSV 176° 14.81% 74.12%
CMYK 14.81% 0.00% 1.06%
25.88%

Color #A1BDBB in popluar number systems.

HEX A1 BD BB
Decimal 161 189 187
Binary 10100001 10111101 10111011
Octal 241 275 273

Shades and tints

Shades of #A1BDBB

#A1BDBB
(161,189,187)
#93ACAA
(147,172,170)
#859B99
(133,155,153)
#778A88
(119,138,136)
#697977
(105,121,119)
#5B6866
(91,104,102)
#4D5755
(77,87,85)
#3F4644
(63,70,68)
#313533
(49,53,51)
#232422
(35,36,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1BDBB

#A1BDBB
(161,189,187)
#A9C3C1
(169,195,193)
#B1C9C7
(177,201,199)
#B9CFCD
(185,207,205)
#C1D5D3
(193,213,211)
#C9DBD9
(201,219,217)
#D1E1DF
(209,225,223)
#D9E7E5
(217,231,229)
#E1EDEB
(225,237,235)
#E9F3F1
(233,243,241)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BDBB; }

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

This text font color is #A1BDBB.

Background Color

.myBgColor { background-color: #A1BDBB; }

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

This div background color is #A1BDBB.

Border color

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

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

This div border color is #A1BDBB.

Opacity

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

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

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

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

This text has shadow with #A1BDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BDBB.

Preview

Color preview on black background

This text has color #A1BDBB on black background.


Color preview on white background

This text has color #A1BDBB on white background.


Black color preview on #A1BDBB background

This text has black color on #A1BDBB background.


White color preview on #A1BDBB background

This text has white color on #A1BDBB background.


Related colors

Complementary color

Complementary color for #hex is #5E4244.


I love getcolorcode.com

Triadic colors

1 #BBA1BD and #BDBBA1 with #A1BDBB are triadic colors.

2 #BBBDA1 and #BDA1BB with #A1BDBB are triadic colors.