COLOR #B678AB

HEX: #B678AB
RGB: (182,120,171)

Color info

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

RGB color model

#B678AB color RGB value is (182,120,171).

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

RGB channels and saturation

R 182 of 255 = 71%
G 120 of 255 = 47%
B 171 of 255 = 67%

182
120
171

R + G + B ~ 62%. #B678AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 120 + 171 = 473 (100%)
R 182 of 473 ~ 38.48%
G 120 of 473 ~ 25.37%
B 171 of 473 ~ 36.15%

%38.48
%25.37
%36.15

CMYK color model

#B678AB color CMYK value is (0,34,6,29).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,34,6,29)
C0M34Y6K29 
(0%,34%,6%,29%)
(0.00/0.34/0.06/0.29)	

CMYK percentages

%0
%34.07
%6.04
%28.63

Codes

Color #B678AB in popluar color models

B678AB
RGB182120171
HSL311°29.81%59.22%
HSB/HSV311°34.07%71.37%
CMYK0.00%34.07%6.04%
28.63%

Color #B678AB in popluar number systems.

HEXB678AB
Decimal182120171
Binary10110110111100010101011
Octal266170253

Shades and tints

Shades of #B678AB

#B678AB
(182,120,171)
#A66E9C
(166,110,156)
#96648D
(150,100,141)
#865A7E
(134,90,126)
#76506F
(118,80,111)
#664660
(102,70,96)
#563C51
(86,60,81)
#463242
(70,50,66)
#362833
(54,40,51)
#261E24
(38,30,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B678AB

#B678AB
(182,120,171)
#BC84B2
(188,132,178)
#C290B9
(194,144,185)
#C89CC0
(200,156,192)
#CEA8C7
(206,168,199)
#D4B4CE
(212,180,206)
#DAC0D5
(218,192,213)
#E0CCDC
(224,204,220)
#E6D8E3
(230,216,227)
#ECE4EA
(236,228,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B678AB; }

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

This text font color is #B678AB.


Background Color

.myBgColor { background-color: #B678AB; }

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

This div background color is #B678AB.


Border color

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

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

This div border color is #B678AB.


Opacity

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

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

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

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

This text has shadow with #B678AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B678AB on black background.


Color preview on white background

This text has color #B678AB on white background.



Black color preview on #B678AB background

This text has black color on #B678AB background.


White color preview on #B678AB background

This text has white color on #B678AB background.