COLOR #B09EAA

HEX: #B09EAA RGB: (176,158,170)

Color info

#B09EAA contains red, green and blue colors in about the same proportion. Web safe color of #B09EAA is #999999 (or #999).

RGB color model

#B09EAA color RGB value is (176,158,170).

RGB: (176,158,170) (69%, 62%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 158 of 255 = 62%
B 170 of 255 = 67%

176
158
170

R + G + B ~ 66%. #B09EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 158 + 170 = 504 (100%)
R 176 of 504 ~ 34.92%
G 158 of 504 ~ 31.35%
B 170 of 504 ~ 33.73'%

%34.92
%31.35
%33.73

CMYK color model

#B09EAA color CMYK value is (0,10,3,31).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 3.41%
  • key color value is 30.98%

CMYK: (0,10,3,31)
C0M10Y3K31 (0%, 10%, 3%, 31%)
(0.00 / 0.10 / 0.03 / 0.31)

CMYK percentages

%0
%10.23
%3.41
%30.98

Codes

Color #B09EAA in popluar color models

B0 9E AA
RGB 176 158 170
HSL 320° 10.23% 65.49%
HSB/HSV 320° 10.23% 69.02%
CMYK 0.00% 10.23% 3.41%
30.98%

Color #B09EAA in popluar number systems.

HEX B0 9E AA
Decimal 176 158 170
Binary 10110000 10011110 10101010
Octal 260 236 252

Shades and tints

Shades of #B09EAA

#B09EAA
(176,158,170)
#A0909B
(160,144,155)
#90828C
(144,130,140)
#80747D
(128,116,125)
#70666E
(112,102,110)
#60585F
(96,88,95)
#504A50
(80,74,80)
#403C41
(64,60,65)
#302E32
(48,46,50)
#202023
(32,32,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B09EAA

#B09EAA
(176,158,170)
#B7A6B1
(183,166,177)
#BEAEB8
(190,174,184)
#C5B6BF
(197,182,191)
#CCBEC6
(204,190,198)
#D3C6CD
(211,198,205)
#DACED4
(218,206,212)
#E1D6DB
(225,214,219)
#E8DEE2
(232,222,226)
#EFE6E9
(239,230,233)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09EAA; }

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

This text font color is #B09EAA.

Background Color

.myBgColor { background-color: #B09EAA; }

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

This div background color is #B09EAA.

Border color

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

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

This div border color is #B09EAA.

Opacity

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

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

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

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

This text has shadow with #B09EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09EAA.

Preview

Color preview on black background

This text has color #B09EAA on black background.


Color preview on white background

This text has color #B09EAA on white background.


Black color preview on #B09EAA background

This text has black color on #B09EAA background.


White color preview on #B09EAA background

This text has white color on #B09EAA background.


Related colors

Complementary color

Complementary color for #hex is #4F6155.


I love getcolorcode.com

Triadic colors

1 #AAB09E and #9EAAB0 with #B09EAA are triadic colors.

2 #AA9EB0 and #9EB0AA with #B09EAA are triadic colors.