COLOR #B09CAE

HEX: #B09CAE
RGB: (176,156,174)

Color info

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

RGB color model

#B09CAE color RGB value is (176,156,174).

  • red value is 176;
  • green value is 156;
  • blue value is 174.
RGB:
(176,156,174)
(69%,61%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 174 of 255 = 68%

176
156
174

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 174 = 506 (100%)
R 176 of 506 ~ 34.78%
G 156 of 506 ~ 30.83%
B 174 of 506 ~ 34.39%

%34.78
%30.83
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 1.14%
  • 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
%1.14
%30.98

Codes

Color #B09CAE in popluar color models

B09CAE
RGB176156174
HSL306°11.24%65.10%
HSB/HSV306°11.36%69.02%
CMYK0.00%11.36%1.14%
30.98%

Color #B09CAE in popluar number systems.

HEXB09CAE
Decimal176156174
Binary101100001001110010101110
Octal260234256

Shades and tints

Shades of #B09CAE

#B09CAE
(176,156,174)
#A08E9F
(160,142,159)
#908090
(144,128,144)
#807281
(128,114,129)
#706472
(112,100,114)
#605663
(96,86,99)
#504854
(80,72,84)
#403A45
(64,58,69)
#302C36
(48,44,54)
#201E27
(32,30,39)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #B09CAE

#B09CAE
(176,156,174)
#B7A5B5
(183,165,181)
#BEAEBC
(190,174,188)
#C5B7C3
(197,183,195)
#CCC0CA
(204,192,202)
#D3C9D1
(211,201,209)
#DAD2D8
(218,210,216)
#E1DBDF
(225,219,223)
#E8E4E6
(232,228,230)
#EFEDED
(239,237,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09CAE; }

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

This text font color is #B09CAE.


Background Color

.myBgColor { background-color: #B09CAE; }

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

This div background color is #B09CAE.


Border color

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

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

This div border color is #B09CAE.


Opacity

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

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

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

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

This text has shadow with #B09CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09CAE on black background.


Color preview on white background

This text has color #B09CAE on white background.



Black color preview on #B09CAE background

This text has black color on #B09CAE background.


White color preview on #B09CAE background

This text has white color on #B09CAE background.