COLOR #B9A0CB

HEX: #B9A0CB RGB: (185,160,203)

Color info

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

RGB color model

#B9A0CB color RGB value is (185,160,203).

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

RGB channels and saturation

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

185
160
203

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

Portions of RGB colors in percentages

R + G + B = 185 + 160 + 203 = 548 (100%)
R 185 of 548 ~ 33.76%
G 160 of 548 ~ 29.2%
B 203 of 548 ~ 37.04'%

%33.76
%29.2
%37.04

CMYK color model

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

  • cyan value is 8.87%
  • magenta value is 21.18%
  • 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
%21.18
%0
%20.39

Codes

Color #B9A0CB in popluar color models

B9 A0 CB
RGB 185 160 203
HSL 275° 29.25% 71.18%
HSB/HSV 275° 21.18% 79.61%
CMYK 8.87% 21.18% 0.00%
20.39%

Color #B9A0CB in popluar number systems.

HEX B9 A0 CB
Decimal 185 160 203
Binary 10111001 10100000 11001011
Octal 271 240 313

Shades and tints

Shades of #B9A0CB

#B9A0CB
(185,160,203)
#A992B9
(169,146,185)
#9984A7
(153,132,167)
#897695
(137,118,149)
#796883
(121,104,131)
#695A71
(105,90,113)
#594C5F
(89,76,95)
#493E4D
(73,62,77)
#39303B
(57,48,59)
#292229
(41,34,41)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9A0CB

#B9A0CB
(185,160,203)
#BFA8CF
(191,168,207)
#C5B0D3
(197,176,211)
#CBB8D7
(203,184,215)
#D1C0DB
(209,192,219)
#D7C8DF
(215,200,223)
#DDD0E3
(221,208,227)
#E3D8E7
(227,216,231)
#E9E0EB
(233,224,235)
#EFE8EF
(239,232,239)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A0CB; }

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

This text font color is #B9A0CB.

Background Color

.myBgColor { background-color: #B9A0CB; }

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

This div background color is #B9A0CB.

Border color

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

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

This div border color is #B9A0CB.

Opacity

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

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

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

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

This text has shadow with #B9A0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A0CB.

Preview

Color preview on black background

This text has color #B9A0CB on black background.


Color preview on white background

This text has color #B9A0CB on white background.


Black color preview on #B9A0CB background

This text has black color on #B9A0CB background.


White color preview on #B9A0CB background

This text has white color on #B9A0CB background.


Related colors

Complementary color

Complementary color for #hex is #465F34.


I love getcolorcode.com

Triadic colors

1 #CBB9A0 and #A0CBB9 with #B9A0CB are triadic colors.

2 #CBA0B9 and #A0B9CB with #B9A0CB are triadic colors.