COLOR #B676AB

HEX: #B676AB
RGB: (182,118,171)

Color info

#B676AB contains mainly red and blue colors. Web safe color of #B676AB is #CC6699 (or #C69).

RGB color model

#B676AB color RGB value is (182,118,171).

  • red value is 182;
  • green value is 118;
  • blue value is 171.
RGB:
(182,118,171)
(71%,46%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 118 of 255 = 46%
B 171 of 255 = 67%

182
118
171

R + G + B ~ 61%. #B676AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 118 + 171 = 471 (100%)
R 182 of 471 ~ 38.64%
G 118 of 471 ~ 25.05%
B 171 of 471 ~ 36.31%

%38.64
%25.05
%36.31

CMYK color model

#B676AB color CMYK value is (0,35,6,29).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,35,6,29)
C0M35Y6K29 
(0%,35%,6%,29%)
(0.00/0.35/0.06/0.29)	

CMYK percentages

%0
%35.16
%6.04
%28.63

Codes

Color #B676AB in popluar color models

B676AB
RGB182118171
HSL310°30.48%58.82%
HSB/HSV310°35.16%71.37%
CMYK0.00%35.16%6.04%
28.63%

Color #B676AB in popluar number systems.

HEXB676AB
Decimal182118171
Binary10110110111011010101011
Octal266166253

Shades and tints

Shades of #B676AB

#B676AB
(182,118,171)
#A66C9C
(166,108,156)
#96628D
(150,98,141)
#86587E
(134,88,126)
#764E6F
(118,78,111)
#664460
(102,68,96)
#563A51
(86,58,81)
#463042
(70,48,66)
#362633
(54,38,51)
#261C24
(38,28,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B676AB

#B676AB
(182,118,171)
#BC82B2
(188,130,178)
#C28EB9
(194,142,185)
#C89AC0
(200,154,192)
#CEA6C7
(206,166,199)
#D4B2CE
(212,178,206)
#DABED5
(218,190,213)
#E0CADC
(224,202,220)
#E6D6E3
(230,214,227)
#ECE2EA
(236,226,234)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B676AB color. Also use rgb(182,118,171) instead hex code.

Text Font Color

.myTextColor { color: #B676AB; }

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

This text font color is #B676AB.


Background Color

.myBgColor { background-color: #B676AB; }

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

This div background color is #B676AB.


Border color

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

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

This div border color is #B676AB.


Opacity

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

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

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

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

This text has shadow with #B676AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B676AB on black background.


Color preview on white background

This text has color #B676AB on white background.



Black color preview on #B676AB background

This text has black color on #B676AB background.


White color preview on #B676AB background

This text has white color on #B676AB background.