COLOR #B69EDD

HEX: #B69EDD RGB: (182,158,221)

Color info

#B69EDD contains mainly red and blue colors. Web safe color of #B69EDD is #CC99CC (or #C9C).

RGB color model

#B69EDD color RGB value is (182,158,221).

RGB: (182,158,221) (71%, 62%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 221 of 255 = 87%

182
158
221

R + G + B ~ 73%. #B69EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 158 + 221 = 561 (100%)
R 182 of 561 ~ 32.44%
G 158 of 561 ~ 28.16%
B 221 of 561 ~ 39.39'%

%32.44
%28.16
%39.39

CMYK color model

#B69EDD color CMYK value is (18,29,0,13).

  • cyan value is 17.65%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (18,29,0,13)
C18M29Y0K13 (18%, 29%, 0%, 13%)
(0.18 / 0.29 / 0.00 / 0.13)

CMYK percentages

%17.65
%28.51
%0
%13.33

Codes

Color #B69EDD in popluar color models

B6 9E DD
RGB 182 158 221
HSL 263° 48.09% 74.31%
HSB/HSV 263° 28.51% 86.67%
CMYK 17.65% 28.51% 0.00%
13.33%

Color #B69EDD in popluar number systems.

HEX B6 9E DD
Decimal 182 158 221
Binary 10110110 10011110 11011101
Octal 266 236 335

Shades and tints

Shades of #B69EDD

#B69EDD
(182,158,221)
#A690C9
(166,144,201)
#9682B5
(150,130,181)
#8674A1
(134,116,161)
#76668D
(118,102,141)
#665879
(102,88,121)
#564A65
(86,74,101)
#463C51
(70,60,81)
#362E3D
(54,46,61)
#262029
(38,32,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B69EDD

#B69EDD
(182,158,221)
#BCA6E0
(188,166,224)
#C2AEE3
(194,174,227)
#C8B6E6
(200,182,230)
#CEBEE9
(206,190,233)
#D4C6EC
(212,198,236)
#DACEEF
(218,206,239)
#E0D6F2
(224,214,242)
#E6DEF5
(230,222,245)
#ECE6F8
(236,230,248)
#F2EEFB
(242,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69EDD; }

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

This text font color is #B69EDD.

Background Color

.myBgColor { background-color: #B69EDD; }

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

This div background color is #B69EDD.

Border color

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

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

This div border color is #B69EDD.

Opacity

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

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

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

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

This text has shadow with #B69EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69EDD.

Preview

Color preview on black background

This text has color #B69EDD on black background.


Color preview on white background

This text has color #B69EDD on white background.


Black color preview on #B69EDD background

This text has black color on #B69EDD background.


White color preview on #B69EDD background

This text has white color on #B69EDD background.


Related colors

Complementary color

Complementary color for #hex is #496122.


I love getcolorcode.com

Triadic colors

1 #DDB69E and #9EDDB6 with #B69EDD are triadic colors.

2 #DD9EB6 and #9EB6DD with #B69EDD are triadic colors.