COLOR #A1BABE

HEX: #A1BABE RGB: (161,186,190)

Color info

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

RGB color model

#A1BABE color RGB value is (161,186,190).

RGB: (161,186,190) (63%, 73%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 186 of 255 = 73%
B 190 of 255 = 75%

161
186
190

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

Portions of RGB colors in percentages

R + G + B = 161 + 186 + 190 = 537 (100%)
R 161 of 537 ~ 29.98%
G 186 of 537 ~ 34.64%
B 190 of 537 ~ 35.38'%

%29.98
%34.64
%35.38

CMYK color model

#A1BABE color CMYK value is (15,2,0,25).

  • cyan value is 15.26%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (15,2,0,25)
C15M2Y0K25 (15%, 2%, 0%, 25%)
(0.15 / 0.02 / 0.00 / 0.25)

CMYK percentages

%15.26
%2.11
%0
%25.49

Codes

Color #A1BABE in popluar color models

A1 BA BE
RGB 161 186 190
HSL 188° 18.24% 68.82%
HSB/HSV 188° 15.26% 74.51%
CMYK 15.26% 2.11% 0.00%
25.49%

Color #A1BABE in popluar number systems.

HEX A1 BA BE
Decimal 161 186 190
Binary 10100001 10111010 10111110
Octal 241 272 276

Shades and tints

Shades of #A1BABE

#A1BABE
(161,186,190)
#93AAAD
(147,170,173)
#859A9C
(133,154,156)
#778A8B
(119,138,139)
#697A7A
(105,122,122)
#5B6A69
(91,106,105)
#4D5A58
(77,90,88)
#3F4A47
(63,74,71)
#313A36
(49,58,54)
#232A25
(35,42,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #A1BABE

#A1BABE
(161,186,190)
#A9C0C3
(169,192,195)
#B1C6C8
(177,198,200)
#B9CCCD
(185,204,205)
#C1D2D2
(193,210,210)
#C9D8D7
(201,216,215)
#D1DEDC
(209,222,220)
#D9E4E1
(217,228,225)
#E1EAE6
(225,234,230)
#E9F0EB
(233,240,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BABE; }

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

This text font color is #A1BABE.

Background Color

.myBgColor { background-color: #A1BABE; }

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

This div background color is #A1BABE.

Border color

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

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

This div border color is #A1BABE.

Opacity

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

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

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

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

This text has shadow with #A1BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BABE.

Preview

Color preview on black background

This text has color #A1BABE on black background.


Color preview on white background

This text has color #A1BABE on white background.


Black color preview on #A1BABE background

This text has black color on #A1BABE background.


White color preview on #A1BABE background

This text has white color on #A1BABE background.


Related colors

Complementary color

Complementary color for #hex is #5E4541.


I love getcolorcode.com

Triadic colors

1 #BEA1BA and #BABEA1 with #A1BABE are triadic colors.

2 #BEBAA1 and #BAA1BE with #A1BABE are triadic colors.