COLOR #B1A9DC

HEX: #B1A9DC RGB: (177,169,220)

Color info

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

RGB color model

#B1A9DC color RGB value is (177,169,220).

RGB: (177,169,220) (69%, 66%, 86%)

RGB channels and saturation

R 177 of 255 = 69%
G 169 of 255 = 66%
B 220 of 255 = 86%

177
169
220

R + G + B ~ 74%. #B1A9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 169 + 220 = 566 (100%)
R 177 of 566 ~ 31.27%
G 169 of 566 ~ 29.86%
B 220 of 566 ~ 38.87'%

%31.27
%29.86
%38.87

CMYK color model

#B1A9DC color CMYK value is (20,23,0,14).

  • cyan value is 19.55%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (20,23,0,14)
C20M23Y0K14 (20%, 23%, 0%, 14%)
(0.20 / 0.23 / 0.00 / 0.14)

CMYK percentages

%19.55
%23.18
%0
%13.73

Codes

Color #B1A9DC in popluar color models

B1 A9 DC
RGB 177 169 220
HSL 249° 42.15% 76.27%
HSB/HSV 249° 23.18% 86.27%
CMYK 19.55% 23.18% 0.00%
13.73%

Color #B1A9DC in popluar number systems.

HEX B1 A9 DC
Decimal 177 169 220
Binary 10110001 10101001 11011100
Octal 261 251 334

Shades and tints

Shades of #B1A9DC

#B1A9DC
(177,169,220)
#A19AC8
(161,154,200)
#918BB4
(145,139,180)
#817CA0
(129,124,160)
#716D8C
(113,109,140)
#615E78
(97,94,120)
#514F64
(81,79,100)
#414050
(65,64,80)
#31313C
(49,49,60)
#212228
(33,34,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1A9DC

#B1A9DC
(177,169,220)
#B8B0DF
(184,176,223)
#BFB7E2
(191,183,226)
#C6BEE5
(198,190,229)
#CDC5E8
(205,197,232)
#D4CCEB
(212,204,235)
#DBD3EE
(219,211,238)
#E2DAF1
(226,218,241)
#E9E1F4
(233,225,244)
#F0E8F7
(240,232,247)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A9DC color. Also use rgb(177,169,220) instead hex code.

Text Font Color

.myTextColor { color: #B1A9DC; }

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

This text font color is #B1A9DC.

Background Color

.myBgColor { background-color: #B1A9DC; }

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

This div background color is #B1A9DC.

Border color

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

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

This div border color is #B1A9DC.

Opacity

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

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

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

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

This text has shadow with #B1A9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A9DC.

Preview

Color preview on black background

This text has color #B1A9DC on black background.


Color preview on white background

This text has color #B1A9DC on white background.


Black color preview on #B1A9DC background

This text has black color on #B1A9DC background.


White color preview on #B1A9DC background

This text has white color on #B1A9DC background.


Related colors

Complementary color

Complementary color for #hex is #4E5623.


I love getcolorcode.com

Triadic colors

1 #DCB1A9 and #A9DCB1 with #B1A9DC are triadic colors.

2 #DCA9B1 and #A9B1DC with #B1A9DC are triadic colors.