COLOR #B679BB

HEX: #B679BB
RGB: (182,121,187)

Color info

#B679BB contains mainly red and blue colors. Web safe color of #B679BB is #CC66CC (or #C6C).

RGB color model

#B679BB color RGB value is (182,121,187).

  • red value is 182;
  • green value is 121;
  • blue value is 187.
RGB:
(182,121,187)
(71%,47%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 187 of 255 = 73%

182
121
187

R + G + B ~ 64%. #B679BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 121 + 187 = 490 (100%)
R 182 of 490 ~ 37.14%
G 121 of 490 ~ 24.69%
B 187 of 490 ~ 38.16%

%37.14
%24.69
%38.16

CMYK color model

#B679BB color CMYK value is (3,35,0,27).

  • cyan value is 2.67%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,35,0,27)
C3M35Y0K27 
(3%,35%,0%,27%)
(0.03/0.35/0.00/0.27)	

CMYK percentages

%2.67
%35.29
%0
%26.67

Codes

Color #B679BB in popluar color models

B679BB
RGB182121187
HSL295°32.67%60.39%
HSB/HSV295°35.29%73.33%
CMYK2.67%35.29%0.00%
26.67%

Color #B679BB in popluar number systems.

HEXB679BB
Decimal182121187
Binary10110110111100110111011
Octal266171273

Shades and tints

Shades of #B679BB

#B679BB
(182,121,187)
#A66EAA
(166,110,170)
#966399
(150,99,153)
#865888
(134,88,136)
#764D77
(118,77,119)
#664266
(102,66,102)
#563755
(86,55,85)
#462C44
(70,44,68)
#362133
(54,33,51)
#261622
(38,22,34)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #B679BB

#B679BB
(182,121,187)
#BC85C1
(188,133,193)
#C291C7
(194,145,199)
#C89DCD
(200,157,205)
#CEA9D3
(206,169,211)
#D4B5D9
(212,181,217)
#DAC1DF
(218,193,223)
#E0CDE5
(224,205,229)
#E6D9EB
(230,217,235)
#ECE5F1
(236,229,241)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B679BB color. Also use rgb(182,121,187) instead hex code.

Text Font Color

.myTextColor { color: #B679BB; }

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

This text font color is #B679BB.


Background Color

.myBgColor { background-color: #B679BB; }

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

This div background color is #B679BB.


Border color

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

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

This div border color is #B679BB.


Opacity

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

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

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

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

This text has shadow with #B679BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B679BB on black background.


Color preview on white background

This text has color #B679BB on white background.



Black color preview on #B679BB background

This text has black color on #B679BB background.


White color preview on #B679BB background

This text has white color on #B679BB background.