COLOR #B089B4

HEX: #B089B4 RGB: (176,137,180)

Color info

#B089B4 contains red, green and blue colors in about the same proportion. Web safe color of #B089B4 is #9999CC (or #99C).

RGB color model

#B089B4 color RGB value is (176,137,180).

RGB: (176,137,180) (69%, 54%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 180 of 255 = 71%

176
137
180

R + G + B ~ 65%. #B089B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 137 + 180 = 493 (100%)
R 176 of 493 ~ 35.7%
G 137 of 493 ~ 27.79%
B 180 of 493 ~ 36.51'%

%35.7
%27.79
%36.51

CMYK color model

#B089B4 color CMYK value is (2,24,0,29).

  • cyan value is 2.22%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (2,24,0,29)
C2M24Y0K29 (2%, 24%, 0%, 29%)
(0.02 / 0.24 / 0.00 / 0.29)

CMYK percentages

%2.22
%23.89
%0
%29.41

Codes

Color #B089B4 in popluar color models

B0 89 B4
RGB 176 137 180
HSL 294° 22.28% 62.16%
HSB/HSV 294° 23.89% 70.59%
CMYK 2.22% 23.89% 0.00%
29.41%

Color #B089B4 in popluar number systems.

HEX B0 89 B4
Decimal 176 137 180
Binary 10110000 10001001 10110100
Octal 260 211 264

Shades and tints

Shades of #B089B4

#B089B4
(176,137,180)
#A07DA4
(160,125,164)
#907194
(144,113,148)
#806584
(128,101,132)
#705974
(112,89,116)
#604D64
(96,77,100)
#504154
(80,65,84)
#403544
(64,53,68)
#302934
(48,41,52)
#201D24
(32,29,36)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B089B4

#B089B4
(176,137,180)
#B793BA
(183,147,186)
#BE9DC0
(190,157,192)
#C5A7C6
(197,167,198)
#CCB1CC
(204,177,204)
#D3BBD2
(211,187,210)
#DAC5D8
(218,197,216)
#E1CFDE
(225,207,222)
#E8D9E4
(232,217,228)
#EFE3EA
(239,227,234)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B089B4 color. Also use rgb(176,137,180) instead hex code.

Text Font Color

.myTextColor { color: #B089B4; }

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

This text font color is #B089B4.

Background Color

.myBgColor { background-color: #B089B4; }

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

This div background color is #B089B4.

Border color

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

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

This div border color is #B089B4.

Opacity

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

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

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

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

This text has shadow with #B089B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B089B4.

Preview

Color preview on black background

This text has color #B089B4 on black background.


Color preview on white background

This text has color #B089B4 on white background.


Black color preview on #B089B4 background

This text has black color on #B089B4 background.


White color preview on #B089B4 background

This text has white color on #B089B4 background.


Related colors

Complementary color

Complementary color for #hex is #4F764B.


I love getcolorcode.com

Triadic colors

1 #B4B089 and #89B4B0 with #B089B4 are triadic colors.

2 #B489B0 and #89B0B4 with #B089B4 are triadic colors.