COLOR #B7ABB5

HEX: #B7ABB5 RGB: (183,171,181)

Color info

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

RGB color model

#B7ABB5 color RGB value is (183,171,181).

RGB: (183,171,181) (72%, 67%, 71%)

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 181 of 255 = 71%

183
171
181

R + G + B ~ 70%. #B7ABB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 171 + 181 = 535 (100%)
R 183 of 535 ~ 34.21%
G 171 of 535 ~ 31.96%
B 181 of 535 ~ 33.83'%

%34.21
%31.96
%33.83

CMYK color model

#B7ABB5 color CMYK value is (0,7,1,28).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK: (0,7,1,28) C0M7Y1K28 (0%,7%,1%,28%) (0.00/0.07/0.01/0.28) 

CMYK percentages

%0
%6.56
%1.09
%28.24

Codes

Color #B7ABB5 in popluar color models

B7 AB B5
RGB 183 171 181
HSL 310° 7.69% 69.41%
HSB/HSV 310° 6.56% 71.76%
CMYK 0.00% 6.56% 1.09%
28.24%

Color #B7ABB5 in popluar number systems.

HEX B7 AB B5
Decimal 183 171 181
Binary 10110111 10101011 10110101
Octal 267 253 265

Shades and tints

Shades of #B7ABB5

#B7ABB5
(183,171,181)
#A79CA5
(167,156,165)
#978D95
(151,141,149)
#877E85
(135,126,133)
#776F75
(119,111,117)
#676065
(103,96,101)
#575155
(87,81,85)
#474245
(71,66,69)
#373335
(55,51,53)
#272425
(39,36,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #B7ABB5

#B7ABB5
(183,171,181)
#BDB2BB
(189,178,187)
#C3B9C1
(195,185,193)
#C9C0C7
(201,192,199)
#CFC7CD
(207,199,205)
#D5CED3
(213,206,211)
#DBD5D9
(219,213,217)
#E1DCDF
(225,220,223)
#E7E3E5
(231,227,229)
#EDEAEB
(237,234,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ABB5 color. Also use rgb(183,171,181) instead hex code.

Text Font Color

.myTextColor { color: #B7ABB5; }

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

This text font color is #B7ABB5.

Background Color

.myBgColor { background-color: #B7ABB5; }

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

This div background color is #B7ABB5.

Border color

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

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

This div border color is #B7ABB5.

Opacity

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

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

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

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

This text has shadow with #B7ABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ABB5.

Preview

Color preview on black background

This text has color #B7ABB5 on black background.


Color preview on white background

This text has color #B7ABB5 on white background.


Black color preview on #B7ABB5 background

This text has black color on #B7ABB5 background.


White color preview on #B7ABB5 background

This text has white color on #B7ABB5 background.


Related colors

Complementary color

Complementary color for #hex is #48544A.


I love getcolorcode.com

Triadic colors

1 #B5B7AB and #ABB5B7 with #B7ABB5 are triadic colors.

2 #B5ABB7 and #ABB7B5 with #B7ABB5 are triadic colors.