COLOR #B09CAF

HEX: #B09CAF RGB: (176,156,175)

Color info

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

RGB color model

#B09CAF color RGB value is (176,156,175).

RGB: (176,156,175) (69%, 61%, 69%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 175 of 255 = 69%

176
156
175

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 175 = 507 (100%)
R 176 of 507 ~ 34.71%
G 156 of 507 ~ 30.77%
B 175 of 507 ~ 34.52'%

%34.71
%30.77
%34.52

CMYK color model

#B09CAF color CMYK value is (0,11,1,31).

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

CMYK: (0,11,1,31)
C0M11Y1K31 (0%, 11%, 1%, 31%)
(0.00 / 0.11 / 0.01 / 0.31)

CMYK percentages

%0
%11.36
%0.57
%30.98

Codes

Color #B09CAF in popluar color models

B0 9C AF
RGB 176 156 175
HSL 303° 11.24% 65.10%
HSB/HSV 303° 11.36% 69.02%
CMYK 0.00% 11.36% 0.57%
30.98%

Color #B09CAF in popluar number systems.

HEX B0 9C AF
Decimal 176 156 175
Binary 10110000 10011100 10101111
Octal 260 234 257

Shades and tints

Shades of #B09CAF

#B09CAF
(176,156,175)
#A08EA0
(160,142,160)
#908091
(144,128,145)
#807282
(128,114,130)
#706473
(112,100,115)
#605664
(96,86,100)
#504855
(80,72,85)
#403A46
(64,58,70)
#302C37
(48,44,55)
#201E28
(32,30,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #B09CAF

#B09CAF
(176,156,175)
#B7A5B6
(183,165,182)
#BEAEBD
(190,174,189)
#C5B7C4
(197,183,196)
#CCC0CB
(204,192,203)
#D3C9D2
(211,201,210)
#DAD2D9
(218,210,217)
#E1DBE0
(225,219,224)
#E8E4E7
(232,228,231)
#EFEDEE
(239,237,238)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CAF; }

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

This text font color is #B09CAF.

Background Color

.myBgColor { background-color: #B09CAF; }

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

This div background color is #B09CAF.

Border color

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

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

This div border color is #B09CAF.

Opacity

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

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

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

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

This text has shadow with #B09CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09CAF.

Preview

Color preview on black background

This text has color #B09CAF on black background.


Color preview on white background

This text has color #B09CAF on white background.


Black color preview on #B09CAF background

This text has black color on #B09CAF background.


White color preview on #B09CAF background

This text has white color on #B09CAF background.


Related colors

Complementary color

Complementary color for #hex is #4F6350.


I love getcolorcode.com

Triadic colors

1 #AFB09C and #9CAFB0 with #B09CAF are triadic colors.

2 #AF9CB0 and #9CB0AF with #B09CAF are triadic colors.