COLOR #B69CE7

HEX: #B69CE7 RGB: (182,156,231)

Color info

#B69CE7 contains mainly red and blue colors. Web safe color of #B69CE7 is #CC99FF (or #C9F).

RGB color model

#B69CE7 color RGB value is (182,156,231).

RGB: (182,156,231) (71%, 61%, 91%)

RGB channels and saturation

R 182 of 255 = 71%
G 156 of 255 = 61%
B 231 of 255 = 91%

182
156
231

R + G + B ~ 74%. #B69CE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 156 + 231 = 569 (100%)
R 182 of 569 ~ 31.99%
G 156 of 569 ~ 27.42%
B 231 of 569 ~ 40.6'%

%31.99
%27.42
%40.6

CMYK color model

#B69CE7 color CMYK value is (21,32,0,9).

  • cyan value is 21.21%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (21,32,0,9)
C21M32Y0K9 (21%, 32%, 0%, 9%)
(0.21 / 0.32 / 0.00 / 0.09)

CMYK percentages

%21.21
%32.47
%0
%9.41

Codes

Color #B69CE7 in popluar color models

B6 9C E7
RGB 182 156 231
HSL 261° 60.98% 75.88%
HSB/HSV 261° 32.47% 90.59%
CMYK 21.21% 32.47% 0.00%
9.41%

Color #B69CE7 in popluar number systems.

HEX B6 9C E7
Decimal 182 156 231
Binary 10110110 10011100 11100111
Octal 266 234 347

Shades and tints

Shades of #B69CE7

#B69CE7
(182,156,231)
#A68ED2
(166,142,210)
#9680BD
(150,128,189)
#8672A8
(134,114,168)
#766493
(118,100,147)
#66567E
(102,86,126)
#564869
(86,72,105)
#463A54
(70,58,84)
#362C3F
(54,44,63)
#261E2A
(38,30,42)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #B69CE7

#B69CE7
(182,156,231)
#BCA5E9
(188,165,233)
#C2AEEB
(194,174,235)
#C8B7ED
(200,183,237)
#CEC0EF
(206,192,239)
#D4C9F1
(212,201,241)
#DAD2F3
(218,210,243)
#E0DBF5
(224,219,245)
#E6E4F7
(230,228,247)
#ECEDF9
(236,237,249)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69CE7 color. Also use rgb(182,156,231) instead hex code.

Text Font Color

.myTextColor { color: #B69CE7; }

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

This text font color is #B69CE7.

Background Color

.myBgColor { background-color: #B69CE7; }

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

This div background color is #B69CE7.

Border color

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

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

This div border color is #B69CE7.

Opacity

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

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

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

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

This text has shadow with #B69CE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69CE7.

Preview

Color preview on black background

This text has color #B69CE7 on black background.


Color preview on white background

This text has color #B69CE7 on white background.


Black color preview on #B69CE7 background

This text has black color on #B69CE7 background.


White color preview on #B69CE7 background

This text has white color on #B69CE7 background.


Related colors

Complementary color

Complementary color for #hex is #496318.


I love getcolorcode.com

Triadic colors

1 #E7B69C and #9CE7B6 with #B69CE7 are triadic colors.

2 #E79CB6 and #9CB6E7 with #B69CE7 are triadic colors.