COLOR #A1B5C7

HEX: #A1B5C7 RGB: (161,181,199)

Color info

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

RGB color model

#A1B5C7 color RGB value is (161,181,199).

RGB: (161,181,199) (63%, 71%, 78%)

RGB channels and saturation

R 161 of 255 = 63%
G 181 of 255 = 71%
B 199 of 255 = 78%

161
181
199

R + G + B ~ 71%. #A1B5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 181 + 199 = 541 (100%)
R 161 of 541 ~ 29.76%
G 181 of 541 ~ 33.46%
B 199 of 541 ~ 36.78'%

%29.76
%33.46
%36.78

CMYK color model

#A1B5C7 color CMYK value is (19,9,0,22).

  • cyan value is 19.10%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (19,9,0,22)
C19M9Y0K22 (19%, 9%, 0%, 22%)
(0.19 / 0.09 / 0.00 / 0.22)

CMYK percentages

%19.1
%9.05
%0
%21.96

Codes

Color #A1B5C7 in popluar color models

A1 B5 C7
RGB 161 181 199
HSL 208° 25.33% 70.59%
HSB/HSV 208° 19.10% 78.04%
CMYK 19.10% 9.05% 0.00%
21.96%

Color #A1B5C7 in popluar number systems.

HEX A1 B5 C7
Decimal 161 181 199
Binary 10100001 10110101 11000111
Octal 241 265 307

Shades and tints

Shades of #A1B5C7

#A1B5C7
(161,181,199)
#93A5B5
(147,165,181)
#8595A3
(133,149,163)
#778591
(119,133,145)
#69757F
(105,117,127)
#5B656D
(91,101,109)
#4D555B
(77,85,91)
#3F4549
(63,69,73)
#313537
(49,53,55)
#232525
(35,37,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A1B5C7

#A1B5C7
(161,181,199)
#A9BBCC
(169,187,204)
#B1C1D1
(177,193,209)
#B9C7D6
(185,199,214)
#C1CDDB
(193,205,219)
#C9D3E0
(201,211,224)
#D1D9E5
(209,217,229)
#D9DFEA
(217,223,234)
#E1E5EF
(225,229,239)
#E9EBF4
(233,235,244)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5C7; }

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

This text font color is #A1B5C7.

Background Color

.myBgColor { background-color: #A1B5C7; }

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

This div background color is #A1B5C7.

Border color

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

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

This div border color is #A1B5C7.

Opacity

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

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

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

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

This text has shadow with #A1B5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B5C7.

Preview

Color preview on black background

This text has color #A1B5C7 on black background.


Color preview on white background

This text has color #A1B5C7 on white background.


Black color preview on #A1B5C7 background

This text has black color on #A1B5C7 background.


White color preview on #A1B5C7 background

This text has white color on #A1B5C7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4A38.


I love getcolorcode.com

Triadic colors

1 #C7A1B5 and #B5C7A1 with #A1B5C7 are triadic colors.

2 #C7B5A1 and #B5A1C7 with #A1B5C7 are triadic colors.