COLOR #B68A9B

HEX: #B68A9B
RGB: (182,138,155)

Color info

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

RGB color model

#B68A9B color RGB value is (182,138,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 155 of 255 = 61%

182
138
155

R + G + B ~ 62%. #B68A9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 155 = 475 (100%)
R 182 of 475 ~ 38.32%
G 138 of 475 ~ 29.05%
B 155 of 475 ~ 32.63%

%38.32
%29.05
%32.63

CMYK color model

#B68A9B color CMYK value is (0,24,15,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,24,15,29)
C0M24Y15K29 
(0%,24%,15%,29%)
(0.00/0.24/0.15/0.29)	

CMYK percentages

%0
%24.18
%14.84
%28.63

Codes

Color #B68A9B in popluar color models

B68A9B
RGB182138155
HSL337°23.16%62.75%
HSB/HSV337°24.18%71.37%
CMYK0.00%24.18%14.84%
28.63%

Color #B68A9B in popluar number systems.

HEXB68A9B
Decimal182138155
Binary101101101000101010011011
Octal266212233

Shades and tints

Shades of #B68A9B

#B68A9B
(182,138,155)
#A67E8D
(166,126,141)
#96727F
(150,114,127)
#866671
(134,102,113)
#765A63
(118,90,99)
#664E55
(102,78,85)
#564247
(86,66,71)
#463639
(70,54,57)
#362A2B
(54,42,43)
#261E1D
(38,30,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #B68A9B

#B68A9B
(182,138,155)
#BC94A4
(188,148,164)
#C29EAD
(194,158,173)
#C8A8B6
(200,168,182)
#CEB2BF
(206,178,191)
#D4BCC8
(212,188,200)
#DAC6D1
(218,198,209)
#E0D0DA
(224,208,218)
#E6DAE3
(230,218,227)
#ECE4EC
(236,228,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68A9B; }

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

This text font color is #B68A9B.


Background Color

.myBgColor { background-color: #B68A9B; }

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

This div background color is #B68A9B.


Border color

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

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

This div border color is #B68A9B.


Opacity

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

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

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

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

This text has shadow with #B68A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A9B on black background.


Color preview on white background

This text has color #B68A9B on white background.



Black color preview on #B68A9B background

This text has black color on #B68A9B background.


White color preview on #B68A9B background

This text has white color on #B68A9B background.