COLOR #A1B5CD

HEX: #A1B5CD RGB: (161,181,205)

Color info

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

RGB color model

#A1B5CD color RGB value is (161,181,205).

RGB: (161,181,205) (63%, 71%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 181 of 255 = 71%
B 205 of 255 = 80%

161
181
205

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

Portions of RGB colors in percentages

R + G + B = 161 + 181 + 205 = 547 (100%)
R 161 of 547 ~ 29.43%
G 181 of 547 ~ 33.09%
B 205 of 547 ~ 37.48'%

%29.43
%33.09
%37.48

CMYK color model

#A1B5CD color CMYK value is (21,12,0,20).

  • cyan value is 21.46%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (21,12,0,20)
C21M12Y0K20 (21%, 12%, 0%, 20%)
(0.21 / 0.12 / 0.00 / 0.20)

CMYK percentages

%21.46
%11.71
%0
%19.61

Codes

Color #A1B5CD in popluar color models

A1 B5 CD
RGB 161 181 205
HSL 213° 30.56% 71.76%
HSB/HSV 213° 21.46% 80.39%
CMYK 21.46% 11.71% 0.00%
19.61%

Color #A1B5CD in popluar number systems.

HEX A1 B5 CD
Decimal 161 181 205
Binary 10100001 10110101 11001101
Octal 241 265 315

Shades and tints

Shades of #A1B5CD

#A1B5CD
(161,181,205)
#93A5BB
(147,165,187)
#8595A9
(133,149,169)
#778597
(119,133,151)
#697585
(105,117,133)
#5B6573
(91,101,115)
#4D5561
(77,85,97)
#3F454F
(63,69,79)
#31353D
(49,53,61)
#23252B
(35,37,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #A1B5CD

#A1B5CD
(161,181,205)
#A9BBD1
(169,187,209)
#B1C1D5
(177,193,213)
#B9C7D9
(185,199,217)
#C1CDDD
(193,205,221)
#C9D3E1
(201,211,225)
#D1D9E5
(209,217,229)
#D9DFE9
(217,223,233)
#E1E5ED
(225,229,237)
#E9EBF1
(233,235,241)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5CD; }

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

This text font color is #A1B5CD.

Background Color

.myBgColor { background-color: #A1B5CD; }

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

This div background color is #A1B5CD.

Border color

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

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

This div border color is #A1B5CD.

Opacity

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

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

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

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

This text has shadow with #A1B5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B5CD.

Preview

Color preview on black background

This text has color #A1B5CD on black background.


Color preview on white background

This text has color #A1B5CD on white background.


Black color preview on #A1B5CD background

This text has black color on #A1B5CD background.


White color preview on #A1B5CD background

This text has white color on #A1B5CD background.


Related colors

Complementary color

Complementary color for #hex is #5E4A32.


I love getcolorcode.com

Triadic colors

1 #CDA1B5 and #B5CDA1 with #A1B5CD are triadic colors.

2 #CDB5A1 and #B5A1CD with #A1B5CD are triadic colors.