COLOR #A1B7BE

HEX: #A1B7BE
RGB: (161,183,190)

Color info

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

RGB color model

#A1B7BE color RGB value is (161,183,190).

  • red value is 161;
  • green value is 183;
  • blue value is 190.
RGB:
(161,183,190)
(63%,72%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 183 of 255 = 72%
B 190 of 255 = 75%

161
183
190

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

Portions of RGB colors in percentages

R + G + B =
161 + 183 + 190 = 534 (100%)
R 161 of 534 ~ 30.15%
G 183 of 534 ~ 34.27%
B 190 of 534 ~ 35.58%

%30.15
%34.27
%35.58

CMYK color model

#A1B7BE color CMYK value is (15,4,0,25).

  • cyan value is 15.26%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(15,4,0,25)
C15M4Y0K25 
(15%,4%,0%,25%)
(0.15/0.04/0.00/0.25)	

CMYK percentages

%15.26
%3.68
%0
%25.49

Codes

Color #A1B7BE in popluar color models

A1B7BE
RGB161183190
HSL194°18.24%68.82%
HSB/HSV194°15.26%74.51%
CMYK15.26%3.68%0.00%
25.49%

Color #A1B7BE in popluar number systems.

HEXA1B7BE
Decimal161183190
Binary101000011011011110111110
Octal241267276

Shades and tints

Shades of #A1B7BE

#A1B7BE
(161,183,190)
#93A7AD
(147,167,173)
#85979C
(133,151,156)
#77878B
(119,135,139)
#69777A
(105,119,122)
#5B6769
(91,103,105)
#4D5758
(77,87,88)
#3F4747
(63,71,71)
#313736
(49,55,54)
#232725
(35,39,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #A1B7BE

#A1B7BE
(161,183,190)
#A9BDC3
(169,189,195)
#B1C3C8
(177,195,200)
#B9C9CD
(185,201,205)
#C1CFD2
(193,207,210)
#C9D5D7
(201,213,215)
#D1DBDC
(209,219,220)
#D9E1E1
(217,225,225)
#E1E7E6
(225,231,230)
#E9EDEB
(233,237,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B7BE; }

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

This text font color is #A1B7BE.


Background Color

.myBgColor { background-color: #A1B7BE; }

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

This div background color is #A1B7BE.


Border color

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

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

This div border color is #A1B7BE.


Opacity

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

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

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

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

This text has shadow with #A1B7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B7BE on black background.


Color preview on white background

This text has color #A1B7BE on white background.



Black color preview on #A1B7BE background

This text has black color on #A1B7BE background.


White color preview on #A1B7BE background

This text has white color on #A1B7BE background.