COLOR #B9ACCB

HEX: #B9ACCB RGB: (185,172,203)

Color info

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

RGB color model

#B9ACCB color RGB value is (185,172,203).

RGB: (185,172,203) (73%, 67%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 203 of 255 = 80%

185
172
203

R + G + B ~ 73%. #B9ACCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 203 = 560 (100%)
R 185 of 560 ~ 33.04%
G 172 of 560 ~ 30.71%
B 203 of 560 ~ 36.25'%

%33.04
%30.71
%36.25

CMYK color model

#B9ACCB color CMYK value is (9,15,0,20).

  • cyan value is 8.87%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,15,0,20)
C9M15Y0K20 (9%, 15%, 0%, 20%)
(0.09 / 0.15 / 0.00 / 0.20)

CMYK percentages

%8.87
%15.27
%0
%20.39

Codes

Color #B9ACCB in popluar color models

B9 AC CB
RGB 185 172 203
HSL 265° 22.96% 73.53%
HSB/HSV 265° 15.27% 79.61%
CMYK 8.87% 15.27% 0.00%
20.39%

Color #B9ACCB in popluar number systems.

HEX B9 AC CB
Decimal 185 172 203
Binary 10111001 10101100 11001011
Octal 271 254 313

Shades and tints

Shades of #B9ACCB

#B9ACCB
(185,172,203)
#A99DB9
(169,157,185)
#998EA7
(153,142,167)
#897F95
(137,127,149)
#797083
(121,112,131)
#696171
(105,97,113)
#59525F
(89,82,95)
#49434D
(73,67,77)
#39343B
(57,52,59)
#292529
(41,37,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9ACCB

#B9ACCB
(185,172,203)
#BFB3CF
(191,179,207)
#C5BAD3
(197,186,211)
#CBC1D7
(203,193,215)
#D1C8DB
(209,200,219)
#D7CFDF
(215,207,223)
#DDD6E3
(221,214,227)
#E3DDE7
(227,221,231)
#E9E4EB
(233,228,235)
#EFEBEF
(239,235,239)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACCB; }

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

This text font color is #B9ACCB.

Background Color

.myBgColor { background-color: #B9ACCB; }

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

This div background color is #B9ACCB.

Border color

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

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

This div border color is #B9ACCB.

Opacity

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

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

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

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

This text has shadow with #B9ACCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ACCB.

Preview

Color preview on black background

This text has color #B9ACCB on black background.


Color preview on white background

This text has color #B9ACCB on white background.


Black color preview on #B9ACCB background

This text has black color on #B9ACCB background.


White color preview on #B9ACCB background

This text has white color on #B9ACCB background.


Related colors

Complementary color

Complementary color for #hex is #465334.


I love getcolorcode.com

Triadic colors

1 #CBB9AC and #ACCBB9 with #B9ACCB are triadic colors.

2 #CBACB9 and #ACB9CB with #B9ACCB are triadic colors.