COLOR #B69FBA

HEX: #B69FBA RGB: (182,159,186)

Color info

#B69FBA contains red, green and blue colors in about the same proportion. Web safe color of #B69FBA is #CC99CC (or #C9C).

RGB color model

#B69FBA color RGB value is (182,159,186).

RGB: (182,159,186) (71%, 62%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 159 of 255 = 62%
B 186 of 255 = 73%

182
159
186

R + G + B ~ 69%. #B69FBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 159 + 186 = 527 (100%)
R 182 of 527 ~ 34.54%
G 159 of 527 ~ 30.17%
B 186 of 527 ~ 35.29'%

%34.54
%30.17
%35.29

CMYK color model

#B69FBA color CMYK value is (2,15,0,27).

  • cyan value is 2.15%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (2,15,0,27)
C2M15Y0K27 (2%, 15%, 0%, 27%)
(0.02 / 0.15 / 0.00 / 0.27)

CMYK percentages

%2.15
%14.52
%0
%27.06

Codes

Color #B69FBA in popluar color models

B6 9F BA
RGB 182 159 186
HSL 291° 16.36% 67.65%
HSB/HSV 291° 14.52% 72.94%
CMYK 2.15% 14.52% 0.00%
27.06%

Color #B69FBA in popluar number systems.

HEX B6 9F BA
Decimal 182 159 186
Binary 10110110 10011111 10111010
Octal 266 237 272

Shades and tints

Shades of #B69FBA

#B69FBA
(182,159,186)
#A691AA
(166,145,170)
#96839A
(150,131,154)
#86758A
(134,117,138)
#76677A
(118,103,122)
#66596A
(102,89,106)
#564B5A
(86,75,90)
#463D4A
(70,61,74)
#362F3A
(54,47,58)
#26212A
(38,33,42)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #B69FBA

#B69FBA
(182,159,186)
#BCA7C0
(188,167,192)
#C2AFC6
(194,175,198)
#C8B7CC
(200,183,204)
#CEBFD2
(206,191,210)
#D4C7D8
(212,199,216)
#DACFDE
(218,207,222)
#E0D7E4
(224,215,228)
#E6DFEA
(230,223,234)
#ECE7F0
(236,231,240)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69FBA; }

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

This text font color is #B69FBA.

Background Color

.myBgColor { background-color: #B69FBA; }

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

This div background color is #B69FBA.

Border color

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

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

This div border color is #B69FBA.

Opacity

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

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

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

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

This text has shadow with #B69FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69FBA.

Preview

Color preview on black background

This text has color #B69FBA on black background.


Color preview on white background

This text has color #B69FBA on white background.


Black color preview on #B69FBA background

This text has black color on #B69FBA background.


White color preview on #B69FBA background

This text has white color on #B69FBA background.


Related colors

Complementary color

Complementary color for #hex is #496045.


I love getcolorcode.com

Triadic colors

1 #BAB69F and #9FBAB6 with #B69FBA are triadic colors.

2 #BA9FB6 and #9FB6BA with #B69FBA are triadic colors.