COLOR #B09EB4

HEX: #B09EB4 RGB: (176,158,180)

Color info

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

RGB color model

#B09EB4 color RGB value is (176,158,180).

RGB: (176,158,180) (69%, 62%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 180 of 255 = 71%

176
158
180

R + G + B ~ 67%. #B09EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 158 + 180 = 514 (100%)
R 176 of 514 ~ 34.24%
G 158 of 514 ~ 30.74%
B 180 of 514 ~ 35.02'%

%34.24
%30.74
%35.02

CMYK color model

#B09EB4 color CMYK value is (2,12,0,29).

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

CMYK: (2,12,0,29)
C2M12Y0K29 (2%, 12%, 0%, 29%)
(0.02 / 0.12 / 0.00 / 0.29)

CMYK percentages

%2.22
%12.22
%0
%29.41

Codes

Color #B09EB4 in popluar color models

B0 9E B4
RGB 176 158 180
HSL 289° 12.79% 66.27%
HSB/HSV 289° 12.22% 70.59%
CMYK 2.22% 12.22% 0.00%
29.41%

Color #B09EB4 in popluar number systems.

HEX B0 9E B4
Decimal 176 158 180
Binary 10110000 10011110 10110100
Octal 260 236 264

Shades and tints

Shades of #B09EB4

#B09EB4
(176,158,180)
#A090A4
(160,144,164)
#908294
(144,130,148)
#807484
(128,116,132)
#706674
(112,102,116)
#605864
(96,88,100)
#504A54
(80,74,84)
#403C44
(64,60,68)
#302E34
(48,46,52)
#202024
(32,32,36)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B09EB4

#B09EB4
(176,158,180)
#B7A6BA
(183,166,186)
#BEAEC0
(190,174,192)
#C5B6C6
(197,182,198)
#CCBECC
(204,190,204)
#D3C6D2
(211,198,210)
#DACED8
(218,206,216)
#E1D6DE
(225,214,222)
#E8DEE4
(232,222,228)
#EFE6EA
(239,230,234)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09EB4; }

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

This text font color is #B09EB4.

Background Color

.myBgColor { background-color: #B09EB4; }

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

This div background color is #B09EB4.

Border color

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

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

This div border color is #B09EB4.

Opacity

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

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

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

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

This text has shadow with #B09EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09EB4.

Preview

Color preview on black background

This text has color #B09EB4 on black background.


Color preview on white background

This text has color #B09EB4 on white background.


Black color preview on #B09EB4 background

This text has black color on #B09EB4 background.


White color preview on #B09EB4 background

This text has white color on #B09EB4 background.


Related colors

Complementary color

Complementary color for #hex is #4F614B.


I love getcolorcode.com

Triadic colors

1 #B4B09E and #9EB4B0 with #B09EB4 are triadic colors.

2 #B49EB0 and #9EB0B4 with #B09EB4 are triadic colors.