COLOR #B9A1CB

HEX: #B9A1CB RGB: (185,161,203)

Color info

#B9A1CB contains red, green and blue colors in about the same proportion. Web safe color of #B9A1CB is #CC99CC (or #C9C).

RGB color model

#B9A1CB color RGB value is (185,161,203).

RGB: (185,161,203) (73%, 63%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 203 of 255 = 80%

185
161
203

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

Portions of RGB colors in percentages

R + G + B = 185 + 161 + 203 = 549 (100%)
R 185 of 549 ~ 33.7%
G 161 of 549 ~ 29.33%
B 203 of 549 ~ 36.98'%

%33.7
%29.33
%36.98

CMYK color model

#B9A1CB color CMYK value is (9,21,0,20).

  • cyan value is 8.87%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (9,21,0,20) C9M21Y0K20 (9%,21%,0%,20%) (0.09/0.21/0.00/0.20) 

CMYK percentages

%8.87
%20.69
%0
%20.39

Codes

Color #B9A1CB in popluar color models

B9 A1 CB
RGB 185 161 203
HSL 274° 28.77% 71.37%
HSB/HSV 274° 20.69% 79.61%
CMYK 8.87% 20.69% 0.00%
20.39%

Color #B9A1CB in popluar number systems.

HEX B9 A1 CB
Decimal 185 161 203
Binary 10111001 10100001 11001011
Octal 271 241 313

Shades and tints

Shades of #B9A1CB

#B9A1CB
(185,161,203)
#A993B9
(169,147,185)
#9985A7
(153,133,167)
#897795
(137,119,149)
#796983
(121,105,131)
#695B71
(105,91,113)
#594D5F
(89,77,95)
#493F4D
(73,63,77)
#39313B
(57,49,59)
#292329
(41,35,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9A1CB

#B9A1CB
(185,161,203)
#BFA9CF
(191,169,207)
#C5B1D3
(197,177,211)
#CBB9D7
(203,185,215)
#D1C1DB
(209,193,219)
#D7C9DF
(215,201,223)
#DDD1E3
(221,209,227)
#E3D9E7
(227,217,231)
#E9E1EB
(233,225,235)
#EFE9EF
(239,233,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A1CB color. Also use rgb(185,161,203) instead hex code.

Text Font Color

.myTextColor { color: #B9A1CB; }

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

This text font color is #B9A1CB.

Background Color

.myBgColor { background-color: #B9A1CB; }

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

This div background color is #B9A1CB.

Border color

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

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

This div border color is #B9A1CB.

Opacity

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

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

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

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

This text has shadow with #B9A1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A1CB.

Preview

Color preview on black background

This text has color #B9A1CB on black background.


Color preview on white background

This text has color #B9A1CB on white background.


Black color preview on #B9A1CB background

This text has black color on #B9A1CB background.


White color preview on #B9A1CB background

This text has white color on #B9A1CB background.


Related colors

Complementary color

Complementary color for #hex is #465E34.


I love getcolorcode.com

Triadic colors

1 #CBB9A1 and #A1CBB9 with #B9A1CB are triadic colors.

2 #CBA1B9 and #A1B9CB with #B9A1CB are triadic colors.