COLOR #B09CAA

HEX: #B09CAA RGB: (176,156,170)

Color info

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

RGB color model

#B09CAA color RGB value is (176,156,170).

RGB: (176,156,170) (69%, 61%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 170 of 255 = 67%

176
156
170

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 170 = 502 (100%)
R 176 of 502 ~ 35.06%
G 156 of 502 ~ 31.08%
B 170 of 502 ~ 33.86'%

%35.06
%31.08
%33.86

CMYK color model

#B09CAA color CMYK value is (0,11,3,31).

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

CMYK: (0,11,3,31)
C0M11Y3K31 (0%, 11%, 3%, 31%)
(0.00 / 0.11 / 0.03 / 0.31)

CMYK percentages

%0
%11.36
%3.41
%30.98

Codes

Color #B09CAA in popluar color models

B0 9C AA
RGB 176 156 170
HSL 318° 11.24% 65.10%
HSB/HSV 318° 11.36% 69.02%
CMYK 0.00% 11.36% 3.41%
30.98%

Color #B09CAA in popluar number systems.

HEX B0 9C AA
Decimal 176 156 170
Binary 10110000 10011100 10101010
Octal 260 234 252

Shades and tints

Shades of #B09CAA

#B09CAA
(176,156,170)
#A08E9B
(160,142,155)
#90808C
(144,128,140)
#80727D
(128,114,125)
#70646E
(112,100,110)
#60565F
(96,86,95)
#504850
(80,72,80)
#403A41
(64,58,65)
#302C32
(48,44,50)
#201E23
(32,30,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B09CAA

#B09CAA
(176,156,170)
#B7A5B1
(183,165,177)
#BEAEB8
(190,174,184)
#C5B7BF
(197,183,191)
#CCC0C6
(204,192,198)
#D3C9CD
(211,201,205)
#DAD2D4
(218,210,212)
#E1DBDB
(225,219,219)
#E8E4E2
(232,228,226)
#EFEDE9
(239,237,233)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CAA; }

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

This text font color is #B09CAA.

Background Color

.myBgColor { background-color: #B09CAA; }

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

This div background color is #B09CAA.

Border color

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

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

This div border color is #B09CAA.

Opacity

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

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

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

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

This text has shadow with #B09CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CAA.

Preview

Color preview on black background

This text has color #B09CAA on black background.


Color preview on white background

This text has color #B09CAA on white background.


Black color preview on #B09CAA background

This text has black color on #B09CAA background.


White color preview on #B09CAA background

This text has white color on #B09CAA background.


Related colors

Complementary color

Complementary color for #hex is #4F6355.


I love getcolorcode.com

Triadic colors

1 #AAB09C and #9CAAB0 with #B09CAA are triadic colors.

2 #AA9CB0 and #9CB0AA with #B09CAA are triadic colors.