COLOR #B69FAB

HEX: #B69FAB RGB: (182,159,171)

Color info

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

RGB color model

#B69FAB color RGB value is (182,159,171).

RGB: (182,159,171) (71%, 62%, 67%)

RGB channels and saturation

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

182
159
171

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

Portions of RGB colors in percentages

R + G + B = 182 + 159 + 171 = 512 (100%)
R 182 of 512 ~ 35.55%
G 159 of 512 ~ 31.05%
B 171 of 512 ~ 33.4'%

%35.55
%31.05
%33.4

CMYK color model

#B69FAB color CMYK value is (0,13,6,29).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK: (0,13,6,29) C0M13Y6K29 (0%,13%,6%,29%) (0.00/0.13/0.06/0.29) 

CMYK percentages

%0
%12.64
%6.04
%28.63

Codes

Color #B69FAB in popluar color models

B6 9F AB
RGB 182 159 171
HSL 329° 13.61% 66.86%
HSB/HSV 329° 12.64% 71.37%
CMYK 0.00% 12.64% 6.04%
28.63%

Color #B69FAB in popluar number systems.

HEX B6 9F AB
Decimal 182 159 171
Binary 10110110 10011111 10101011
Octal 266 237 253

Shades and tints

Shades of #B69FAB

#B69FAB
(182,159,171)
#A6919C
(166,145,156)
#96838D
(150,131,141)
#86757E
(134,117,126)
#76676F
(118,103,111)
#665960
(102,89,96)
#564B51
(86,75,81)
#463D42
(70,61,66)
#362F33
(54,47,51)
#262124
(38,33,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B69FAB

#B69FAB
(182,159,171)
#BCA7B2
(188,167,178)
#C2AFB9
(194,175,185)
#C8B7C0
(200,183,192)
#CEBFC7
(206,191,199)
#D4C7CE
(212,199,206)
#DACFD5
(218,207,213)
#E0D7DC
(224,215,220)
#E6DFE3
(230,223,227)
#ECE7EA
(236,231,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69FAB; }

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

This text font color is #B69FAB.

Background Color

.myBgColor { background-color: #B69FAB; }

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

This div background color is #B69FAB.

Border color

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

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

This div border color is #B69FAB.

Opacity

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

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

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

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

This text has shadow with #B69FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69FAB.

Preview

Color preview on black background

This text has color #B69FAB on black background.


Color preview on white background

This text has color #B69FAB on white background.


Black color preview on #B69FAB background

This text has black color on #B69FAB background.


White color preview on #B69FAB background

This text has white color on #B69FAB background.


Related colors

Complementary color

Complementary color for #hex is #496054.


I love getcolorcode.com

Triadic colors

1 #ABB69F and #9FABB6 with #B69FAB are triadic colors.

2 #AB9FB6 and #9FB6AB with #B69FAB are triadic colors.