COLOR #B69DAB

HEX: #B69DAB
RGB: (182,157,171)

Color info

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

RGB color model

#B69DAB color RGB value is (182,157,171).

  • red value is 182;
  • green value is 157;
  • blue value is 171.
RGB:
(182,157,171)
(71%,62%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 171 of 255 = 67%

182
157
171

R + G + B ~ 67%. #B69DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 171 = 510 (100%)
R 182 of 510 ~ 35.69%
G 157 of 510 ~ 30.78%
B 171 of 510 ~ 33.53%

%35.69
%30.78
%33.53

CMYK color model

#B69DAB color CMYK value is (0,14,6,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,14,6,29)
C0M14Y6K29 
(0%,14%,6%,29%)
(0.00/0.14/0.06/0.29)	

CMYK percentages

%0
%13.74
%6.04
%28.63

Codes

Color #B69DAB in popluar color models

B69DAB
RGB182157171
HSL326°14.62%66.47%
HSB/HSV326°13.74%71.37%
CMYK0.00%13.74%6.04%
28.63%

Color #B69DAB in popluar number systems.

HEXB69DAB
Decimal182157171
Binary101101101001110110101011
Octal266235253

Shades and tints

Shades of #B69DAB

#B69DAB
(182,157,171)
#A68F9C
(166,143,156)
#96818D
(150,129,141)
#86737E
(134,115,126)
#76656F
(118,101,111)
#665760
(102,87,96)
#564951
(86,73,81)
#463B42
(70,59,66)
#362D33
(54,45,51)
#261F24
(38,31,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #B69DAB

#B69DAB
(182,157,171)
#BCA5B2
(188,165,178)
#C2ADB9
(194,173,185)
#C8B5C0
(200,181,192)
#CEBDC7
(206,189,199)
#D4C5CE
(212,197,206)
#DACDD5
(218,205,213)
#E0D5DC
(224,213,220)
#E6DDE3
(230,221,227)
#ECE5EA
(236,229,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69DAB color. Also use rgb(182,157,171) instead hex code.

Text Font Color

.myTextColor { color: #B69DAB; }

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

This text font color is #B69DAB.


Background Color

.myBgColor { background-color: #B69DAB; }

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

This div background color is #B69DAB.


Border color

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

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

This div border color is #B69DAB.


Opacity

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

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

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

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

This text has shadow with #B69DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DAB on black background.


Color preview on white background

This text has color #B69DAB on white background.



Black color preview on #B69DAB background

This text has black color on #B69DAB background.


White color preview on #B69DAB background

This text has white color on #B69DAB background.