COLOR #B06888

HEX: #B06888 RGB: (176,104,136)

Color info

#B06888 contains mainly red and blue colors. Web safe color of #B06888 is #996699 (or #969).

RGB color model

#B06888 color RGB value is (176,104,136).

RGB: (176,104,136) (69%, 41%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 104 of 255 = 41%
B 136 of 255 = 53%

176
104
136

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

Portions of RGB colors in percentages

R + G + B = 176 + 104 + 136 = 416 (100%)
R 176 of 416 ~ 42.31%
G 104 of 416 ~ 25%
B 136 of 416 ~ 32.69'%

%42.31
%25
%32.69

CMYK color model

#B06888 color CMYK value is (0,41,23,31).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 22.73%
  • key color value is 30.98%

CMYK: (0,41,23,31)
C0M41Y23K31 (0%, 41%, 23%, 31%)
(0.00 / 0.41 / 0.23 / 0.31)

CMYK percentages

%0
%40.91
%22.73
%30.98

Codes

Color #B06888 in popluar color models

B0 68 88
RGB 176 104 136
HSL 333° 31.30% 54.90%
HSB/HSV 333° 40.91% 69.02%
CMYK 0.00% 40.91% 22.73%
30.98%

Color #B06888 in popluar number systems.

HEX B0 68 88
Decimal 176 104 136
Binary 10110000 1101000 10001000
Octal 260 150 210

Shades and tints

Shades of #B06888

#B06888
(176,104,136)
#A05F7C
(160,95,124)
#905670
(144,86,112)
#804D64
(128,77,100)
#704458
(112,68,88)
#603B4C
(96,59,76)
#503240
(80,50,64)
#402934
(64,41,52)
#302028
(48,32,40)
#20171C
(32,23,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #B06888

#B06888
(176,104,136)
#B77592
(183,117,146)
#BE829C
(190,130,156)
#C58FA6
(197,143,166)
#CC9CB0
(204,156,176)
#D3A9BA
(211,169,186)
#DAB6C4
(218,182,196)
#E1C3CE
(225,195,206)
#E8D0D8
(232,208,216)
#EFDDE2
(239,221,226)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06888 color. Also use rgb(176,104,136) instead hex code.

Text Font Color

.myTextColor { color: #B06888; }

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

This text font color is #B06888.

Background Color

.myBgColor { background-color: #B06888; }

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

This div background color is #B06888.

Border color

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

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

This div border color is #B06888.

Opacity

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

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

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

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

This text has shadow with #B06888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06888.

Preview

Color preview on black background

This text has color #B06888 on black background.


Color preview on white background

This text has color #B06888 on white background.


Black color preview on #B06888 background

This text has black color on #B06888 background.


White color preview on #B06888 background

This text has white color on #B06888 background.


Related colors

Complementary color

Complementary color for #hex is #4F9777.


I love getcolorcode.com

Triadic colors

1 #88B068 and #6888B0 with #B06888 are triadic colors.

2 #8868B0 and #68B088 with #B06888 are triadic colors.