COLOR #B677BF

HEX: #B677BF
RGB: (182,119,191)

Color info

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

RGB color model

#B677BF color RGB value is (182,119,191).

  • red value is 182;
  • green value is 119;
  • blue value is 191.
RGB:
(182,119,191)
(71%,47%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 119 of 255 = 47%
B 191 of 255 = 75%

182
119
191

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

Portions of RGB colors in percentages

R + G + B =
182 + 119 + 191 = 492 (100%)
R 182 of 492 ~ 36.99%
G 119 of 492 ~ 24.19%
B 191 of 492 ~ 38.82%

%36.99
%24.19
%38.82

CMYK color model

#B677BF color CMYK value is (5,38,0,25).

  • cyan value is 4.71%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,38,0,25)
C5M38Y0K25 
(5%,38%,0%,25%)
(0.05/0.38/0.00/0.25)	

CMYK percentages

%4.71
%37.7
%0
%25.1

Codes

Color #B677BF in popluar color models

B677BF
RGB182119191
HSL293°36.00%60.78%
HSB/HSV293°37.70%74.90%
CMYK4.71%37.70%0.00%
25.10%

Color #B677BF in popluar number systems.

HEXB677BF
Decimal182119191
Binary10110110111011110111111
Octal266167277

Shades and tints

Shades of #B677BF

#B677BF
(182,119,191)
#A66DAE
(166,109,174)
#96639D
(150,99,157)
#86598C
(134,89,140)
#764F7B
(118,79,123)
#66456A
(102,69,106)
#563B59
(86,59,89)
#463148
(70,49,72)
#362737
(54,39,55)
#261D26
(38,29,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B677BF

#B677BF
(182,119,191)
#BC83C4
(188,131,196)
#C28FC9
(194,143,201)
#C89BCE
(200,155,206)
#CEA7D3
(206,167,211)
#D4B3D8
(212,179,216)
#DABFDD
(218,191,221)
#E0CBE2
(224,203,226)
#E6D7E7
(230,215,231)
#ECE3EC
(236,227,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B677BF color. Also use rgb(182,119,191) instead hex code.

Text Font Color

.myTextColor { color: #B677BF; }

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

This text font color is #B677BF.


Background Color

.myBgColor { background-color: #B677BF; }

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

This div background color is #B677BF.


Border color

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

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

This div border color is #B677BF.


Opacity

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

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

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

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

This text has shadow with #B677BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B677BF on black background.


Color preview on white background

This text has color #B677BF on white background.



Black color preview on #B677BF background

This text has black color on #B677BF background.


White color preview on #B677BF background

This text has white color on #B677BF background.