COLOR #B3ACD3

HEX: #B3ACD3
RGB: (179,172,211)

Color info

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

RGB color model

#B3ACD3 color RGB value is (179,172,211).

  • red value is 179;
  • green value is 172;
  • blue value is 211.
RGB:
(179,172,211)
(70%,67%,83%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 211 of 255 = 83%

179
172
211

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

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 211 = 562 (100%)
R 179 of 562 ~ 31.85%
G 172 of 562 ~ 30.6%
B 211 of 562 ~ 37.54%

%31.85
%30.6
%37.54

CMYK color model

#B3ACD3 color CMYK value is (15,18,0,17).

  • cyan value is 15.17%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(15,18,0,17)
C15M18Y0K17 
(15%,18%,0%,17%)
(0.15/0.18/0.00/0.17)	

CMYK percentages

%15.17
%18.48
%0
%17.25

Codes

Color #B3ACD3 in popluar color models

B3ACD3
RGB179172211
HSL251°30.71%75.10%
HSB/HSV251°18.48%82.75%
CMYK15.17%18.48%0.00%
17.25%

Color #B3ACD3 in popluar number systems.

HEXB3ACD3
Decimal179172211
Binary101100111010110011010011
Octal263254323

Shades and tints

Shades of #B3ACD3

#B3ACD3
(179,172,211)
#A39DC0
(163,157,192)
#938EAD
(147,142,173)
#837F9A
(131,127,154)
#737087
(115,112,135)
#636174
(99,97,116)
#535261
(83,82,97)
#43434E
(67,67,78)
#33343B
(51,52,59)
#232528
(35,37,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3ACD3

#B3ACD3
(179,172,211)
#B9B3D7
(185,179,215)
#BFBADB
(191,186,219)
#C5C1DF
(197,193,223)
#CBC8E3
(203,200,227)
#D1CFE7
(209,207,231)
#D7D6EB
(215,214,235)
#DDDDEF
(221,221,239)
#E3E4F3
(227,228,243)
#E9EBF7
(233,235,247)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ACD3 color. Also use rgb(179,172,211) instead hex code.

Text Font Color

.myTextColor { color: #B3ACD3; }

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

This text font color is #B3ACD3.


Background Color

.myBgColor { background-color: #B3ACD3; }

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

This div background color is #B3ACD3.


Border color

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

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

This div border color is #B3ACD3.


Opacity

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

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

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

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

This text has shadow with #B3ACD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ACD3 on black background.


Color preview on white background

This text has color #B3ACD3 on white background.



Black color preview on #B3ACD3 background

This text has black color on #B3ACD3 background.


White color preview on #B3ACD3 background

This text has white color on #B3ACD3 background.