COLOR #A1BDCA

HEX: #A1BDCA
RGB: (161,189,202)

Color info

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

RGB color model

#A1BDCA color RGB value is (161,189,202).

  • red value is 161;
  • green value is 189;
  • blue value is 202.
RGB:
(161,189,202)
(63%,74%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 189 of 255 = 74%
B 202 of 255 = 79%

161
189
202

R + G + B ~ 72%. #A1BDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 189 + 202 = 552 (100%)
R 161 of 552 ~ 29.17%
G 189 of 552 ~ 34.24%
B 202 of 552 ~ 36.59%

%29.17
%34.24
%36.59

CMYK color model

#A1BDCA color CMYK value is (20,6,0,21).

  • cyan value is 20.30%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,6,0,21)
C20M6Y0K21 
(20%,6%,0%,21%)
(0.20/0.06/0.00/0.21)	

CMYK percentages

%20.3
%6.44
%0
%20.78

Codes

Color #A1BDCA in popluar color models

A1BDCA
RGB161189202
HSL199°27.89%71.18%
HSB/HSV199°20.30%79.22%
CMYK20.30%6.44%0.00%
20.78%

Color #A1BDCA in popluar number systems.

HEXA1BDCA
Decimal161189202
Binary101000011011110111001010
Octal241275312

Shades and tints

Shades of #A1BDCA

#A1BDCA
(161,189,202)
#93ACB8
(147,172,184)
#859BA6
(133,155,166)
#778A94
(119,138,148)
#697982
(105,121,130)
#5B6870
(91,104,112)
#4D575E
(77,87,94)
#3F464C
(63,70,76)
#31353A
(49,53,58)
#232428
(35,36,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #A1BDCA

#A1BDCA
(161,189,202)
#A9C3CE
(169,195,206)
#B1C9D2
(177,201,210)
#B9CFD6
(185,207,214)
#C1D5DA
(193,213,218)
#C9DBDE
(201,219,222)
#D1E1E2
(209,225,226)
#D9E7E6
(217,231,230)
#E1EDEA
(225,237,234)
#E9F3EE
(233,243,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BDCA; }

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

This text font color is #A1BDCA.


Background Color

.myBgColor { background-color: #A1BDCA; }

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

This div background color is #A1BDCA.


Border color

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

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

This div border color is #A1BDCA.


Opacity

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

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

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

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

This text has shadow with #A1BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BDCA on black background.


Color preview on white background

This text has color #A1BDCA on white background.



Black color preview on #A1BDCA background

This text has black color on #A1BDCA background.


White color preview on #A1BDCA background

This text has white color on #A1BDCA background.