COLOR #B3ABBE

HEX: #B3ABBE RGB: (179,171,190)

Color info

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

RGB color model

#B3ABBE color RGB value is (179,171,190).

RGB: (179,171,190) (70%, 67%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 190 of 255 = 75%

179
171
190

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 190 = 540 (100%)
R 179 of 540 ~ 33.15%
G 171 of 540 ~ 31.67%
B 190 of 540 ~ 35.19'%

%33.15
%31.67
%35.19

CMYK color model

#B3ABBE color CMYK value is (6,10,0,25).

  • cyan value is 5.79%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (6,10,0,25) C6M10Y0K25 (6%,10%,0%,25%) (0.06/0.10/0.00/0.25) 

CMYK percentages

%5.79
%10
%0
%25.49

Codes

Color #B3ABBE in popluar color models

B3 AB BE
RGB 179 171 190
HSL 265° 12.75% 70.78%
HSB/HSV 265° 10.00% 74.51%
CMYK 5.79% 10.00% 0.00%
25.49%

Color #B3ABBE in popluar number systems.

HEX B3 AB BE
Decimal 179 171 190
Binary 10110011 10101011 10111110
Octal 263 253 276

Shades and tints

Shades of #B3ABBE

#B3ABBE
(179,171,190)
#A39CAD
(163,156,173)
#938D9C
(147,141,156)
#837E8B
(131,126,139)
#736F7A
(115,111,122)
#636069
(99,96,105)
#535158
(83,81,88)
#434247
(67,66,71)
#333336
(51,51,54)
#232425
(35,36,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3ABBE

#B3ABBE
(179,171,190)
#B9B2C3
(185,178,195)
#BFB9C8
(191,185,200)
#C5C0CD
(197,192,205)
#CBC7D2
(203,199,210)
#D1CED7
(209,206,215)
#D7D5DC
(215,213,220)
#DDDCE1
(221,220,225)
#E3E3E6
(227,227,230)
#E9EAEB
(233,234,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ABBE color. Also use rgb(179,171,190) instead hex code.

Text Font Color

.myTextColor { color: #B3ABBE; }

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

This text font color is #B3ABBE.

Background Color

.myBgColor { background-color: #B3ABBE; }

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

This div background color is #B3ABBE.

Border color

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

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

This div border color is #B3ABBE.

Opacity

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

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

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

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

This text has shadow with #B3ABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ABBE.

Preview

Color preview on black background

This text has color #B3ABBE on black background.


Color preview on white background

This text has color #B3ABBE on white background.


Black color preview on #B3ABBE background

This text has black color on #B3ABBE background.


White color preview on #B3ABBE background

This text has white color on #B3ABBE background.


Related colors

Complementary color

Complementary color for #hex is #4C5441.


I love getcolorcode.com

Triadic colors

1 #BEB3AB and #ABBEB3 with #B3ABBE are triadic colors.

2 #BEABB3 and #ABB3BE with #B3ABBE are triadic colors.