COLOR #B68DA5

HEX: #B68DA5
RGB: (182,141,165)

Color info

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

RGB color model

#B68DA5 color RGB value is (182,141,165).

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

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 165 of 255 = 65%

182
141
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 141 + 165 = 488 (100%)
R 182 of 488 ~ 37.3%
G 141 of 488 ~ 28.89%
B 165 of 488 ~ 33.81%

%37.3
%28.89
%33.81

CMYK color model

#B68DA5 color CMYK value is (0,23,9,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,23,9,29)
C0M23Y9K29 
(0%,23%,9%,29%)
(0.00/0.23/0.09/0.29)	

CMYK percentages

%0
%22.53
%9.34
%28.63

Codes

Color #B68DA5 in popluar color models

B68DA5
RGB182141165
HSL325°21.93%63.33%
HSB/HSV325°22.53%71.37%
CMYK0.00%22.53%9.34%
28.63%

Color #B68DA5 in popluar number systems.

HEXB68DA5
Decimal182141165
Binary101101101000110110100101
Octal266215245

Shades and tints

Shades of #B68DA5

#B68DA5
(182,141,165)
#A68196
(166,129,150)
#967587
(150,117,135)
#866978
(134,105,120)
#765D69
(118,93,105)
#66515A
(102,81,90)
#56454B
(86,69,75)
#46393C
(70,57,60)
#362D2D
(54,45,45)
#26211E
(38,33,30)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #B68DA5

#B68DA5
(182,141,165)
#BC97AD
(188,151,173)
#C2A1B5
(194,161,181)
#C8ABBD
(200,171,189)
#CEB5C5
(206,181,197)
#D4BFCD
(212,191,205)
#DAC9D5
(218,201,213)
#E0D3DD
(224,211,221)
#E6DDE5
(230,221,229)
#ECE7ED
(236,231,237)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68DA5; }

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

This text font color is #B68DA5.


Background Color

.myBgColor { background-color: #B68DA5; }

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

This div background color is #B68DA5.


Border color

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

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

This div border color is #B68DA5.


Opacity

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

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

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

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

This text has shadow with #B68DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68DA5 on black background.


Color preview on white background

This text has color #B68DA5 on white background.



Black color preview on #B68DA5 background

This text has black color on #B68DA5 background.


White color preview on #B68DA5 background

This text has white color on #B68DA5 background.