COLOR #B68DA2

HEX: #B68DA2
RGB: (182,141,162)

Color info

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

RGB color model

#B68DA2 color RGB value is (182,141,162).

  • red value is 182;
  • green value is 141;
  • blue value is 162.
RGB:
(182,141,162)
(71%,55%,64%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 162 of 255 = 64%

182
141
162

R + G + B ~ 63%. #B68DA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 141 + 162 = 485 (100%)
R 182 of 485 ~ 37.53%
G 141 of 485 ~ 29.07%
B 162 of 485 ~ 33.4%

%37.53
%29.07
%33.4

CMYK color model

#B68DA2 color CMYK value is (0,23,11,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 10.99%
  • key color value is 28.63%
CMYK:
(0,23,11,29)
C0M23Y11K29 
(0%,23%,11%,29%)
(0.00/0.23/0.11/0.29)	

CMYK percentages

%0
%22.53
%10.99
%28.63

Codes

Color #B68DA2 in popluar color models

B68DA2
RGB182141162
HSL329°21.93%63.33%
HSB/HSV329°22.53%71.37%
CMYK0.00%22.53%10.99%
28.63%

Color #B68DA2 in popluar number systems.

HEXB68DA2
Decimal182141162
Binary101101101000110110100010
Octal266215242

Shades and tints

Shades of #B68DA2

#B68DA2
(182,141,162)
#A68194
(166,129,148)
#967586
(150,117,134)
#866978
(134,105,120)
#765D6A
(118,93,106)
#66515C
(102,81,92)
#56454E
(86,69,78)
#463940
(70,57,64)
#362D32
(54,45,50)
#262124
(38,33,36)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #B68DA2

#B68DA2
(182,141,162)
#BC97AA
(188,151,170)
#C2A1B2
(194,161,178)
#C8ABBA
(200,171,186)
#CEB5C2
(206,181,194)
#D4BFCA
(212,191,202)
#DAC9D2
(218,201,210)
#E0D3DA
(224,211,218)
#E6DDE2
(230,221,226)
#ECE7EA
(236,231,234)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68DA2 color. Also use rgb(182,141,162) instead hex code.

Text Font Color

.myTextColor { color: #B68DA2; }

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

This text font color is #B68DA2.


Background Color

.myBgColor { background-color: #B68DA2; }

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

This div background color is #B68DA2.


Border color

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

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

This div border color is #B68DA2.


Opacity

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

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

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

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

This text has shadow with #B68DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68DA2 on black background.


Color preview on white background

This text has color #B68DA2 on white background.



Black color preview on #B68DA2 background

This text has black color on #B68DA2 background.


White color preview on #B68DA2 background

This text has white color on #B68DA2 background.