COLOR #B68AA9

HEX: #B68AA9
RGB: (182,138,169)

Color info

#B68AA9 contains red, green and blue colors in about the same proportion. Web safe color of #B68AA9 is #CC9999 (or #C99).

RGB color model

#B68AA9 color RGB value is (182,138,169).

  • red value is 182;
  • green value is 138;
  • blue value is 169.
RGB:
(182,138,169)
(71%,54%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 169 of 255 = 66%

182
138
169

R + G + B ~ 64%. #B68AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 169 = 489 (100%)
R 182 of 489 ~ 37.22%
G 138 of 489 ~ 28.22%
B 169 of 489 ~ 34.56%

%37.22
%28.22
%34.56

CMYK color model

#B68AA9 color CMYK value is (0,24,7,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,24,7,29)
C0M24Y7K29 
(0%,24%,7%,29%)
(0.00/0.24/0.07/0.29)	

CMYK percentages

%0
%24.18
%7.14
%28.63

Codes

Color #B68AA9 in popluar color models

B68AA9
RGB182138169
HSL318°23.16%62.75%
HSB/HSV318°24.18%71.37%
CMYK0.00%24.18%7.14%
28.63%

Color #B68AA9 in popluar number systems.

HEXB68AA9
Decimal182138169
Binary101101101000101010101001
Octal266212251

Shades and tints

Shades of #B68AA9

#B68AA9
(182,138,169)
#A67E9A
(166,126,154)
#96728B
(150,114,139)
#86667C
(134,102,124)
#765A6D
(118,90,109)
#664E5E
(102,78,94)
#56424F
(86,66,79)
#463640
(70,54,64)
#362A31
(54,42,49)
#261E22
(38,30,34)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B68AA9

#B68AA9
(182,138,169)
#BC94B0
(188,148,176)
#C29EB7
(194,158,183)
#C8A8BE
(200,168,190)
#CEB2C5
(206,178,197)
#D4BCCC
(212,188,204)
#DAC6D3
(218,198,211)
#E0D0DA
(224,208,218)
#E6DAE1
(230,218,225)
#ECE4E8
(236,228,232)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68AA9 color. Also use rgb(182,138,169) instead hex code.

Text Font Color

.myTextColor { color: #B68AA9; }

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

This text font color is #B68AA9.


Background Color

.myBgColor { background-color: #B68AA9; }

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

This div background color is #B68AA9.


Border color

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

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

This div border color is #B68AA9.


Opacity

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

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

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

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

This text has shadow with #B68AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68AA9 on black background.


Color preview on white background

This text has color #B68AA9 on white background.



Black color preview on #B68AA9 background

This text has black color on #B68AA9 background.


White color preview on #B68AA9 background

This text has white color on #B68AA9 background.