COLOR #B09ABD

HEX: #B09ABD
RGB: (176,154,189)

Color info

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

RGB color model

#B09ABD color RGB value is (176,154,189).

  • red value is 176;
  • green value is 154;
  • blue value is 189.
RGB:
(176,154,189)
(69%,60%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 189 of 255 = 74%

176
154
189

R + G + B ~ 68%. #B09ABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 189 = 519 (100%)
R 176 of 519 ~ 33.91%
G 154 of 519 ~ 29.67%
B 189 of 519 ~ 36.42%

%33.91
%29.67
%36.42

CMYK color model

#B09ABD color CMYK value is (7,19,0,26).

  • cyan value is 6.88%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,19,0,26)
C7M19Y0K26 
(7%,19%,0%,26%)
(0.07/0.19/0.00/0.26)	

CMYK percentages

%6.88
%18.52
%0
%25.88

Codes

Color #B09ABD in popluar color models

B09ABD
RGB176154189
HSL278°20.96%67.25%
HSB/HSV278°18.52%74.12%
CMYK6.88%18.52%0.00%
25.88%

Color #B09ABD in popluar number systems.

HEXB09ABD
Decimal176154189
Binary101100001001101010111101
Octal260232275

Shades and tints

Shades of #B09ABD

#B09ABD
(176,154,189)
#A08CAC
(160,140,172)
#907E9B
(144,126,155)
#80708A
(128,112,138)
#706279
(112,98,121)
#605468
(96,84,104)
#504657
(80,70,87)
#403846
(64,56,70)
#302A35
(48,42,53)
#201C24
(32,28,36)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #B09ABD

#B09ABD
(176,154,189)
#B7A3C3
(183,163,195)
#BEACC9
(190,172,201)
#C5B5CF
(197,181,207)
#CCBED5
(204,190,213)
#D3C7DB
(211,199,219)
#DAD0E1
(218,208,225)
#E1D9E7
(225,217,231)
#E8E2ED
(232,226,237)
#EFEBF3
(239,235,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09ABD color. Also use rgb(176,154,189) instead hex code.

Text Font Color

.myTextColor { color: #B09ABD; }

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

This text font color is #B09ABD.


Background Color

.myBgColor { background-color: #B09ABD; }

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

This div background color is #B09ABD.


Border color

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

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

This div border color is #B09ABD.


Opacity

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

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

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

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

This text has shadow with #B09ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09ABD on black background.


Color preview on white background

This text has color #B09ABD on white background.



Black color preview on #B09ABD background

This text has black color on #B09ABD background.


White color preview on #B09ABD background

This text has white color on #B09ABD background.