COLOR #B5ACC2

HEX: #B5ACC2
RGB: (181,172,194)

Color info

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

RGB color model

#B5ACC2 color RGB value is (181,172,194).

  • red value is 181;
  • green value is 172;
  • blue value is 194.
RGB:
(181,172,194)
(71%,67%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 194 of 255 = 76%

181
172
194

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

Portions of RGB colors in percentages

R + G + B =
181 + 172 + 194 = 547 (100%)
R 181 of 547 ~ 33.09%
G 172 of 547 ~ 31.44%
B 194 of 547 ~ 35.47%

%33.09
%31.44
%35.47

CMYK color model

#B5ACC2 color CMYK value is (7,11,0,24).

  • cyan value is 6.70%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(7,11,0,24)
C7M11Y0K24 
(7%,11%,0%,24%)
(0.07/0.11/0.00/0.24)	

CMYK percentages

%6.7
%11.34
%0
%23.92

Codes

Color #B5ACC2 in popluar color models

B5ACC2
RGB181172194
HSL265°15.28%71.76%
HSB/HSV265°11.34%76.08%
CMYK6.70%11.34%0.00%
23.92%

Color #B5ACC2 in popluar number systems.

HEXB5ACC2
Decimal181172194
Binary101101011010110011000010
Octal265254302

Shades and tints

Shades of #B5ACC2

#B5ACC2
(181,172,194)
#A59DB1
(165,157,177)
#958EA0
(149,142,160)
#857F8F
(133,127,143)
#75707E
(117,112,126)
#65616D
(101,97,109)
#55525C
(85,82,92)
#45434B
(69,67,75)
#35343A
(53,52,58)
#252529
(37,37,41)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B5ACC2

#B5ACC2
(181,172,194)
#BBB3C7
(187,179,199)
#C1BACC
(193,186,204)
#C7C1D1
(199,193,209)
#CDC8D6
(205,200,214)
#D3CFDB
(211,207,219)
#D9D6E0
(217,214,224)
#DFDDE5
(223,221,229)
#E5E4EA
(229,228,234)
#EBEBEF
(235,235,239)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ACC2 color. Also use rgb(181,172,194) instead hex code.

Text Font Color

.myTextColor { color: #B5ACC2; }

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

This text font color is #B5ACC2.


Background Color

.myBgColor { background-color: #B5ACC2; }

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

This div background color is #B5ACC2.


Border color

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

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

This div border color is #B5ACC2.


Opacity

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

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

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

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

This text has shadow with #B5ACC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ACC2 on black background.


Color preview on white background

This text has color #B5ACC2 on white background.



Black color preview on #B5ACC2 background

This text has black color on #B5ACC2 background.


White color preview on #B5ACC2 background

This text has white color on #B5ACC2 background.