COLOR #B69EBA

HEX: #B69EBA RGB: (182,158,186)

Color info

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

RGB color model

#B69EBA color RGB value is (182,158,186).

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

RGB channels and saturation

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

182
158
186

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

Portions of RGB colors in percentages

R + G + B = 182 + 158 + 186 = 526 (100%)
R 182 of 526 ~ 34.6%
G 158 of 526 ~ 30.04%
B 186 of 526 ~ 35.36'%

%34.6
%30.04
%35.36

CMYK color model

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

  • cyan value is 2.15%
  • magenta value is 15.05%
  • 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
%15.05
%0
%27.06

Codes

Color #B69EBA in popluar color models

B6 9E BA
RGB 182 158 186
HSL 291° 16.87% 67.45%
HSB/HSV 291° 15.05% 72.94%
CMYK 2.15% 15.05% 0.00%
27.06%

Color #B69EBA in popluar number systems.

HEX B6 9E BA
Decimal 182 158 186
Binary 10110110 10011110 10111010
Octal 266 236 272

Shades and tints

Shades of #B69EBA

#B69EBA
(182,158,186)
#A690AA
(166,144,170)
#96829A
(150,130,154)
#86748A
(134,116,138)
#76667A
(118,102,122)
#66586A
(102,88,106)
#564A5A
(86,74,90)
#463C4A
(70,60,74)
#362E3A
(54,46,58)
#26202A
(38,32,42)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B69EBA

#B69EBA
(182,158,186)
#BCA6C0
(188,166,192)
#C2AEC6
(194,174,198)
#C8B6CC
(200,182,204)
#CEBED2
(206,190,210)
#D4C6D8
(212,198,216)
#DACEDE
(218,206,222)
#E0D6E4
(224,214,228)
#E6DEEA
(230,222,234)
#ECE6F0
(236,230,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69EBA; }

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

This text font color is #B69EBA.

Background Color

.myBgColor { background-color: #B69EBA; }

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

This div background color is #B69EBA.

Border color

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

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

This div border color is #B69EBA.

Opacity

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

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

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

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

This text has shadow with #B69EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69EBA.

Preview

Color preview on black background

This text has color #B69EBA on black background.


Color preview on white background

This text has color #B69EBA on white background.


Black color preview on #B69EBA background

This text has black color on #B69EBA background.


White color preview on #B69EBA background

This text has white color on #B69EBA background.


Related colors

Complementary color

Complementary color for #hex is #496145.


I love getcolorcode.com

Triadic colors

1 #BAB69E and #9EBAB6 with #B69EBA are triadic colors.

2 #BA9EB6 and #9EB6BA with #B69EBA are triadic colors.