COLOR #A1BDB4

HEX: #A1BDB4
RGB: (161,189,180)

Color info

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

RGB color model

#A1BDB4 color RGB value is (161,189,180).

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

RGB channels and saturation

R 161 of 255 = 63%
G 189 of 255 = 74%
B 180 of 255 = 71%

161
189
180

R + G + B ~ 69%. #A1BDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 189 + 180 = 530 (100%)
R 161 of 530 ~ 30.38%
G 189 of 530 ~ 35.66%
B 180 of 530 ~ 33.96%

%30.38
%35.66
%33.96

CMYK color model

#A1BDB4 color CMYK value is (15,0,5,26).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(15,0,5,26)
C15M0Y5K26 
(15%,0%,5%,26%)
(0.15/0.00/0.05/0.26)	

CMYK percentages

%14.81
%0
%4.76
%25.88

Codes

Color #A1BDB4 in popluar color models

A1BDB4
RGB161189180
HSL161°17.50%68.63%
HSB/HSV161°14.81%74.12%
CMYK14.81%0.00%4.76%
25.88%

Color #A1BDB4 in popluar number systems.

HEXA1BDB4
Decimal161189180
Binary101000011011110110110100
Octal241275264

Shades and tints

Shades of #A1BDB4

#A1BDB4
(161,189,180)
#93ACA4
(147,172,164)
#859B94
(133,155,148)
#778A84
(119,138,132)
#697974
(105,121,116)
#5B6864
(91,104,100)
#4D5754
(77,87,84)
#3F4644
(63,70,68)
#313534
(49,53,52)
#232424
(35,36,36)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A1BDB4

#A1BDB4
(161,189,180)
#A9C3BA
(169,195,186)
#B1C9C0
(177,201,192)
#B9CFC6
(185,207,198)
#C1D5CC
(193,213,204)
#C9DBD2
(201,219,210)
#D1E1D8
(209,225,216)
#D9E7DE
(217,231,222)
#E1EDE4
(225,237,228)
#E9F3EA
(233,243,234)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BDB4; }

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

This text font color is #A1BDB4.


Background Color

.myBgColor { background-color: #A1BDB4; }

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

This div background color is #A1BDB4.


Border color

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

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

This div border color is #A1BDB4.


Opacity

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

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

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

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

This text has shadow with #A1BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BDB4 on black background.


Color preview on white background

This text has color #A1BDB4 on white background.



Black color preview on #A1BDB4 background

This text has black color on #A1BDB4 background.


White color preview on #A1BDB4 background

This text has white color on #A1BDB4 background.