COLOR #B0ACC5

HEX: #B0ACC5 RGB: (176,172,197)

Color info

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

RGB color model

#B0ACC5 color RGB value is (176,172,197).

RGB: (176,172,197) (69%, 67%, 77%)

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 197 of 255 = 77%

176
172
197

R + G + B ~ 71%. #B0ACC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 172 + 197 = 545 (100%)
R 176 of 545 ~ 32.29%
G 172 of 545 ~ 31.56%
B 197 of 545 ~ 36.15'%

%32.29
%31.56
%36.15

CMYK color model

#B0ACC5 color CMYK value is (11,13,0,23).

  • cyan value is 10.66%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (11,13,0,23)
C11M13Y0K23 (11%, 13%, 0%, 23%)
(0.11 / 0.13 / 0.00 / 0.23)

CMYK percentages

%10.66
%12.69
%0
%22.75

Codes

Color #B0ACC5 in popluar color models

B0 AC C5
RGB 176 172 197
HSL 250° 17.73% 72.35%
HSB/HSV 250° 12.69% 77.25%
CMYK 10.66% 12.69% 0.00%
22.75%

Color #B0ACC5 in popluar number systems.

HEX B0 AC C5
Decimal 176 172 197
Binary 10110000 10101100 11000101
Octal 260 254 305

Shades and tints

Shades of #B0ACC5

#B0ACC5
(176,172,197)
#A09DB4
(160,157,180)
#908EA3
(144,142,163)
#807F92
(128,127,146)
#707081
(112,112,129)
#606170
(96,97,112)
#50525F
(80,82,95)
#40434E
(64,67,78)
#30343D
(48,52,61)
#20252C
(32,37,44)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #B0ACC5

#B0ACC5
(176,172,197)
#B7B3CA
(183,179,202)
#BEBACF
(190,186,207)
#C5C1D4
(197,193,212)
#CCC8D9
(204,200,217)
#D3CFDE
(211,207,222)
#DAD6E3
(218,214,227)
#E1DDE8
(225,221,232)
#E8E4ED
(232,228,237)
#EFEBF2
(239,235,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACC5; }

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

This text font color is #B0ACC5.

Background Color

.myBgColor { background-color: #B0ACC5; }

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

This div background color is #B0ACC5.

Border color

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

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

This div border color is #B0ACC5.

Opacity

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

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

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

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

This text has shadow with #B0ACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ACC5.

Preview

Color preview on black background

This text has color #B0ACC5 on black background.


Color preview on white background

This text has color #B0ACC5 on white background.


Black color preview on #B0ACC5 background

This text has black color on #B0ACC5 background.


White color preview on #B0ACC5 background

This text has white color on #B0ACC5 background.


Related colors

Complementary color

Complementary color for #hex is #4F533A.


I love getcolorcode.com

Triadic colors

1 #C5B0AC and #ACC5B0 with #B0ACC5 are triadic colors.

2 #C5ACB0 and #ACB0C5 with #B0ACC5 are triadic colors.