COLOR #B69ECE

HEX: #B69ECE RGB: (182,158,206)

Color info

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

RGB color model

#B69ECE color RGB value is (182,158,206).

RGB: (182,158,206) (71%, 62%, 81%)

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 206 of 255 = 81%

182
158
206

R + G + B ~ 71%. #B69ECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 158 + 206 = 546 (100%)
R 182 of 546 ~ 33.33%
G 158 of 546 ~ 28.94%
B 206 of 546 ~ 37.73'%

%33.33
%28.94
%37.73

CMYK color model

#B69ECE color CMYK value is (12,23,0,19).

  • cyan value is 11.65%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (12,23,0,19)
C12M23Y0K19 (12%, 23%, 0%, 19%)
(0.12 / 0.23 / 0.00 / 0.19)

CMYK percentages

%11.65
%23.3
%0
%19.22

Codes

Color #B69ECE in popluar color models

B6 9E CE
RGB 182 158 206
HSL 270° 32.88% 71.37%
HSB/HSV 270° 23.30% 80.78%
CMYK 11.65% 23.30% 0.00%
19.22%

Color #B69ECE in popluar number systems.

HEX B6 9E CE
Decimal 182 158 206
Binary 10110110 10011110 11001110
Octal 266 236 316

Shades and tints

Shades of #B69ECE

#B69ECE
(182,158,206)
#A690BC
(166,144,188)
#9682AA
(150,130,170)
#867498
(134,116,152)
#766686
(118,102,134)
#665874
(102,88,116)
#564A62
(86,74,98)
#463C50
(70,60,80)
#362E3E
(54,46,62)
#26202C
(38,32,44)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #B69ECE

#B69ECE
(182,158,206)
#BCA6D2
(188,166,210)
#C2AED6
(194,174,214)
#C8B6DA
(200,182,218)
#CEBEDE
(206,190,222)
#D4C6E2
(212,198,226)
#DACEE6
(218,206,230)
#E0D6EA
(224,214,234)
#E6DEEE
(230,222,238)
#ECE6F2
(236,230,242)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69ECE; }

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

This text font color is #B69ECE.

Background Color

.myBgColor { background-color: #B69ECE; }

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

This div background color is #B69ECE.

Border color

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

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

This div border color is #B69ECE.

Opacity

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

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

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

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

This text has shadow with #B69ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69ECE.

Preview

Color preview on black background

This text has color #B69ECE on black background.


Color preview on white background

This text has color #B69ECE on white background.


Black color preview on #B69ECE background

This text has black color on #B69ECE background.


White color preview on #B69ECE background

This text has white color on #B69ECE background.


Related colors

Complementary color

Complementary color for #hex is #496131.


I love getcolorcode.com

Triadic colors

1 #CEB69E and #9ECEB6 with #B69ECE are triadic colors.

2 #CE9EB6 and #9EB6CE with #B69ECE are triadic colors.