COLOR #B7ABBC

HEX: #B7ABBC RGB: (183,171,188)

Color info

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

RGB color model

#B7ABBC color RGB value is (183,171,188).

RGB: (183,171,188) (72%, 67%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 188 of 255 = 74%

183
171
188

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

Portions of RGB colors in percentages

R + G + B = 183 + 171 + 188 = 542 (100%)
R 183 of 542 ~ 33.76%
G 171 of 542 ~ 31.55%
B 188 of 542 ~ 34.69'%

%33.76
%31.55
%34.69

CMYK color model

#B7ABBC color CMYK value is (3,9,0,26).

  • cyan value is 2.66%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (3,9,0,26)
C3M9Y0K26 (3%, 9%, 0%, 26%)
(0.03 / 0.09 / 0.00 / 0.26)

CMYK percentages

%2.66
%9.04
%0
%26.27

Codes

Color #B7ABBC in popluar color models

B7 AB BC
RGB 183 171 188
HSL 282° 11.26% 70.39%
HSB/HSV 282° 9.04% 73.73%
CMYK 2.66% 9.04% 0.00%
26.27%

Color #B7ABBC in popluar number systems.

HEX B7 AB BC
Decimal 183 171 188
Binary 10110111 10101011 10111100
Octal 267 253 274

Shades and tints

Shades of #B7ABBC

#B7ABBC
(183,171,188)
#A79CAB
(167,156,171)
#978D9A
(151,141,154)
#877E89
(135,126,137)
#776F78
(119,111,120)
#676067
(103,96,103)
#575156
(87,81,86)
#474245
(71,66,69)
#373334
(55,51,52)
#272423
(39,36,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #B7ABBC

#B7ABBC
(183,171,188)
#BDB2C2
(189,178,194)
#C3B9C8
(195,185,200)
#C9C0CE
(201,192,206)
#CFC7D4
(207,199,212)
#D5CEDA
(213,206,218)
#DBD5E0
(219,213,224)
#E1DCE6
(225,220,230)
#E7E3EC
(231,227,236)
#EDEAF2
(237,234,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ABBC; }

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

This text font color is #B7ABBC.

Background Color

.myBgColor { background-color: #B7ABBC; }

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

This div background color is #B7ABBC.

Border color

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

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

This div border color is #B7ABBC.

Opacity

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

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

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

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

This text has shadow with #B7ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ABBC.

Preview

Color preview on black background

This text has color #B7ABBC on black background.


Color preview on white background

This text has color #B7ABBC on white background.


Black color preview on #B7ABBC background

This text has black color on #B7ABBC background.


White color preview on #B7ABBC background

This text has white color on #B7ABBC background.


Related colors

Complementary color

Complementary color for #hex is #485443.


I love getcolorcode.com

Triadic colors

1 #BCB7AB and #ABBCB7 with #B7ABBC are triadic colors.

2 #BCABB7 and #ABB7BC with #B7ABBC are triadic colors.