COLOR #B09ACC

HEX: #B09ACC
RGB: (176,154,204)

Color info

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

RGB color model

#B09ACC color RGB value is (176,154,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 204 of 255 = 80%

176
154
204

R + G + B ~ 70%. #B09ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 204 = 534 (100%)
R 176 of 534 ~ 32.96%
G 154 of 534 ~ 28.84%
B 204 of 534 ~ 38.2%

%32.96
%28.84
%38.2

CMYK color model

#B09ACC color CMYK value is (14,25,0,20).

  • cyan value is 13.73%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,25,0,20)
C14M25Y0K20 
(14%,25%,0%,20%)
(0.14/0.25/0.00/0.20)	

CMYK percentages

%13.73
%24.51
%0
%20

Codes

Color #B09ACC in popluar color models

B09ACC
RGB176154204
HSL266°32.89%70.20%
HSB/HSV266°24.51%80.00%
CMYK13.73%24.51%0.00%
20.00%

Color #B09ACC in popluar number systems.

HEXB09ACC
Decimal176154204
Binary101100001001101011001100
Octal260232314

Shades and tints

Shades of #B09ACC

#B09ACC
(176,154,204)
#A08CBA
(160,140,186)
#907EA8
(144,126,168)
#807096
(128,112,150)
#706284
(112,98,132)
#605472
(96,84,114)
#504660
(80,70,96)
#40384E
(64,56,78)
#302A3C
(48,42,60)
#201C2A
(32,28,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #B09ACC

#B09ACC
(176,154,204)
#B7A3D0
(183,163,208)
#BEACD4
(190,172,212)
#C5B5D8
(197,181,216)
#CCBEDC
(204,190,220)
#D3C7E0
(211,199,224)
#DAD0E4
(218,208,228)
#E1D9E8
(225,217,232)
#E8E2EC
(232,226,236)
#EFEBF0
(239,235,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09ACC; }

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

This text font color is #B09ACC.


Background Color

.myBgColor { background-color: #B09ACC; }

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

This div background color is #B09ACC.


Border color

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

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

This div border color is #B09ACC.


Opacity

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

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

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

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

This text has shadow with #B09ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09ACC on black background.


Color preview on white background

This text has color #B09ACC on white background.



Black color preview on #B09ACC background

This text has black color on #B09ACC background.


White color preview on #B09ACC background

This text has white color on #B09ACC background.