COLOR #B6657C

HEX: #B6657C
RGB: (182,101,124)

Color info

#B6657C contains mainly red and blue colors. Web safe color of #B6657C is #CC6666 (or #C66).

RGB color model

#B6657C color RGB value is (182,101,124).

  • red value is 182;
  • green value is 101;
  • blue value is 124.
RGB:
(182,101,124)
(71%,40%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 101 of 255 = 40%
B 124 of 255 = 49%

182
101
124

R + G + B ~ 53%. #B6657C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 101 + 124 = 407 (100%)
R 182 of 407 ~ 44.72%
G 101 of 407 ~ 24.82%
B 124 of 407 ~ 30.47%

%44.72
%24.82
%30.47

CMYK color model

#B6657C color CMYK value is (0,45,32,29).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK:
(0,45,32,29)
C0M45Y32K29 
(0%,45%,32%,29%)
(0.00/0.45/0.32/0.29)	

CMYK percentages

%0
%44.51
%31.87
%28.63

Codes

Color #B6657C in popluar color models

B6657C
RGB182101124
HSL343°35.68%55.49%
HSB/HSV343°44.51%71.37%
CMYK0.00%44.51%31.87%
28.63%

Color #B6657C in popluar number systems.

HEXB6657C
Decimal182101124
Binary1011011011001011111100
Octal266145174

Shades and tints

Shades of #B6657C

#B6657C
(182,101,124)
#A65C71
(166,92,113)
#965366
(150,83,102)
#864A5B
(134,74,91)
#764150
(118,65,80)
#663845
(102,56,69)
#562F3A
(86,47,58)
#46262F
(70,38,47)
#361D24
(54,29,36)
#261419
(38,20,25)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #B6657C

#B6657C
(182,101,124)
#BC7387
(188,115,135)
#C28192
(194,129,146)
#C88F9D
(200,143,157)
#CE9DA8
(206,157,168)
#D4ABB3
(212,171,179)
#DAB9BE
(218,185,190)
#E0C7C9
(224,199,201)
#E6D5D4
(230,213,212)
#ECE3DF
(236,227,223)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6657C color. Also use rgb(182,101,124) instead hex code.

Text Font Color

.myTextColor { color: #B6657C; }

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

This text font color is #B6657C.


Background Color

.myBgColor { background-color: #B6657C; }

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

This div background color is #B6657C.


Border color

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

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

This div border color is #B6657C.


Opacity

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

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

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

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

This text has shadow with #B6657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6657C on black background.


Color preview on white background

This text has color #B6657C on white background.



Black color preview on #B6657C background

This text has black color on #B6657C background.


White color preview on #B6657C background

This text has white color on #B6657C background.