COLOR #B2ACBE

HEX: #B2ACBE RGB: (178,172,190)

Color info

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

RGB color model

#B2ACBE color RGB value is (178,172,190).

RGB: (178,172,190) (70%, 67%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 172 of 255 = 67%
B 190 of 255 = 75%

178
172
190

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

Portions of RGB colors in percentages

R + G + B = 178 + 172 + 190 = 540 (100%)
R 178 of 540 ~ 32.96%
G 172 of 540 ~ 31.85%
B 190 of 540 ~ 35.19'%

%32.96
%31.85
%35.19

CMYK color model

#B2ACBE color CMYK value is (6,9,0,25).

  • cyan value is 6.32%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (6,9,0,25)
C6M9Y0K25 (6%, 9%, 0%, 25%)
(0.06 / 0.09 / 0.00 / 0.25)

CMYK percentages

%6.32
%9.47
%0
%25.49

Codes

Color #B2ACBE in popluar color models

B2 AC BE
RGB 178 172 190
HSL 260° 12.16% 70.98%
HSB/HSV 260° 9.47% 74.51%
CMYK 6.32% 9.47% 0.00%
25.49%

Color #B2ACBE in popluar number systems.

HEX B2 AC BE
Decimal 178 172 190
Binary 10110010 10101100 10111110
Octal 262 254 276

Shades and tints

Shades of #B2ACBE

#B2ACBE
(178,172,190)
#A29DAD
(162,157,173)
#928E9C
(146,142,156)
#827F8B
(130,127,139)
#72707A
(114,112,122)
#626169
(98,97,105)
#525258
(82,82,88)
#424347
(66,67,71)
#323436
(50,52,54)
#222525
(34,37,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2ACBE

#B2ACBE
(178,172,190)
#B9B3C3
(185,179,195)
#C0BAC8
(192,186,200)
#C7C1CD
(199,193,205)
#CEC8D2
(206,200,210)
#D5CFD7
(213,207,215)
#DCD6DC
(220,214,220)
#E3DDE1
(227,221,225)
#EAE4E6
(234,228,230)
#F1EBEB
(241,235,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ACBE color. Also use rgb(178,172,190) instead hex code.

Text Font Color

.myTextColor { color: #B2ACBE; }

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

This text font color is #B2ACBE.

Background Color

.myBgColor { background-color: #B2ACBE; }

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

This div background color is #B2ACBE.

Border color

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

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

This div border color is #B2ACBE.

Opacity

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

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

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

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

This text has shadow with #B2ACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ACBE.

Preview

Color preview on black background

This text has color #B2ACBE on black background.


Color preview on white background

This text has color #B2ACBE on white background.


Black color preview on #B2ACBE background

This text has black color on #B2ACBE background.


White color preview on #B2ACBE background

This text has white color on #B2ACBE background.


Related colors

Complementary color

Complementary color for #hex is #4D5341.


I love getcolorcode.com

Triadic colors

1 #BEB2AC and #ACBEB2 with #B2ACBE are triadic colors.

2 #BEACB2 and #ACB2BE with #B2ACBE are triadic colors.