COLOR #B9ACC5

HEX: #B9ACC5 RGB: (185,172,197)

Color info

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

RGB color model

#B9ACC5 color RGB value is (185,172,197).

RGB: (185,172,197) (73%, 67%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 197 of 255 = 77%

185
172
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 197 = 554 (100%)
R 185 of 554 ~ 33.39%
G 172 of 554 ~ 31.05%
B 197 of 554 ~ 35.56'%

%33.39
%31.05
%35.56

CMYK color model

#B9ACC5 color CMYK value is (6,13,0,23).

  • cyan value is 6.09%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (6,13,0,23) C6M13Y0K23 (6%,13%,0%,23%) (0.06/0.13/0.00/0.23) 

CMYK percentages

%6.09
%12.69
%0
%22.75

Codes

Color #B9ACC5 in popluar color models

B9 AC C5
RGB 185 172 197
HSL 271° 17.73% 72.35%
HSB/HSV 271° 12.69% 77.25%
CMYK 6.09% 12.69% 0.00%
22.75%

Color #B9ACC5 in popluar number systems.

HEX B9 AC C5
Decimal 185 172 197
Binary 10111001 10101100 11000101
Octal 271 254 305

Shades and tints

Shades of #B9ACC5

#B9ACC5
(185,172,197)
#A99DB4
(169,157,180)
#998EA3
(153,142,163)
#897F92
(137,127,146)
#797081
(121,112,129)
#696170
(105,97,112)
#59525F
(89,82,95)
#49434E
(73,67,78)
#39343D
(57,52,61)
#29252C
(41,37,44)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #B9ACC5

#B9ACC5
(185,172,197)
#BFB3CA
(191,179,202)
#C5BACF
(197,186,207)
#CBC1D4
(203,193,212)
#D1C8D9
(209,200,217)
#D7CFDE
(215,207,222)
#DDD6E3
(221,214,227)
#E3DDE8
(227,221,232)
#E9E4ED
(233,228,237)
#EFEBF2
(239,235,242)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACC5; }

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

This text font color is #B9ACC5.

Background Color

.myBgColor { background-color: #B9ACC5; }

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

This div background color is #B9ACC5.

Border color

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

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

This div border color is #B9ACC5.

Opacity

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

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

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

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

This text has shadow with #B9ACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ACC5.

Preview

Color preview on black background

This text has color #B9ACC5 on black background.


Color preview on white background

This text has color #B9ACC5 on white background.


Black color preview on #B9ACC5 background

This text has black color on #B9ACC5 background.


White color preview on #B9ACC5 background

This text has white color on #B9ACC5 background.


Related colors

Complementary color

Complementary color for #hex is #46533A.


I love getcolorcode.com

Triadic colors

1 #C5B9AC and #ACC5B9 with #B9ACC5 are triadic colors.

2 #C5ACB9 and #ACB9C5 with #B9ACC5 are triadic colors.