COLOR #B3A5BB

HEX: #B3A5BB RGB: (179,165,187)

Color info

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

RGB color model

#B3A5BB color RGB value is (179,165,187).

RGB: (179,165,187) (70%, 65%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 187 of 255 = 73%

179
165
187

R + G + B ~ 69%. #B3A5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 165 + 187 = 531 (100%)
R 179 of 531 ~ 33.71%
G 165 of 531 ~ 31.07%
B 187 of 531 ~ 35.22'%

%33.71
%31.07
%35.22

CMYK color model

#B3A5BB color CMYK value is (4,12,0,27).

  • cyan value is 4.28%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (4,12,0,27)
C4M12Y0K27 (4%, 12%, 0%, 27%)
(0.04 / 0.12 / 0.00 / 0.27)

CMYK percentages

%4.28
%11.76
%0
%26.67

Codes

Color #B3A5BB in popluar color models

B3 A5 BB
RGB 179 165 187
HSL 278° 13.92% 69.02%
HSB/HSV 278° 11.76% 73.33%
CMYK 4.28% 11.76% 0.00%
26.67%

Color #B3A5BB in popluar number systems.

HEX B3 A5 BB
Decimal 179 165 187
Binary 10110011 10100101 10111011
Octal 263 245 273

Shades and tints

Shades of #B3A5BB

#B3A5BB
(179,165,187)
#A396AA
(163,150,170)
#938799
(147,135,153)
#837888
(131,120,136)
#736977
(115,105,119)
#635A66
(99,90,102)
#534B55
(83,75,85)
#433C44
(67,60,68)
#332D33
(51,45,51)
#231E22
(35,30,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B3A5BB

#B3A5BB
(179,165,187)
#B9ADC1
(185,173,193)
#BFB5C7
(191,181,199)
#C5BDCD
(197,189,205)
#CBC5D3
(203,197,211)
#D1CDD9
(209,205,217)
#D7D5DF
(215,213,223)
#DDDDE5
(221,221,229)
#E3E5EB
(227,229,235)
#E9EDF1
(233,237,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A5BB color. Also use rgb(179,165,187) instead hex code.

Text Font Color

.myTextColor { color: #B3A5BB; }

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

This text font color is #B3A5BB.

Background Color

.myBgColor { background-color: #B3A5BB; }

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

This div background color is #B3A5BB.

Border color

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

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

This div border color is #B3A5BB.

Opacity

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

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

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

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

This text has shadow with #B3A5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A5BB.

Preview

Color preview on black background

This text has color #B3A5BB on black background.


Color preview on white background

This text has color #B3A5BB on white background.


Black color preview on #B3A5BB background

This text has black color on #B3A5BB background.


White color preview on #B3A5BB background

This text has white color on #B3A5BB background.


Related colors

Complementary color

Complementary color for #hex is #4C5A44.


I love getcolorcode.com

Triadic colors

1 #BBB3A5 and #A5BBB3 with #B3A5BB are triadic colors.

2 #BBA5B3 and #A5B3BB with #B3A5BB are triadic colors.