COLOR #B68FC6

HEX: #B68FC6 RGB: (182,143,198)

Color info

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

RGB color model

#B68FC6 color RGB value is (182,143,198).

RGB: (182,143,198) (71%, 56%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 143 of 255 = 56%
B 198 of 255 = 78%

182
143
198

R + G + B ~ 68%. #B68FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 143 + 198 = 523 (100%)
R 182 of 523 ~ 34.8%
G 143 of 523 ~ 27.34%
B 198 of 523 ~ 37.86'%

%34.8
%27.34
%37.86

CMYK color model

#B68FC6 color CMYK value is (8,28,0,22).

  • cyan value is 8.08%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (8,28,0,22)
C8M28Y0K22 (8%, 28%, 0%, 22%)
(0.08 / 0.28 / 0.00 / 0.22)

CMYK percentages

%8.08
%27.78
%0
%22.35

Codes

Color #B68FC6 in popluar color models

B6 8F C6
RGB 182 143 198
HSL 283° 32.54% 66.86%
HSB/HSV 283° 27.78% 77.65%
CMYK 8.08% 27.78% 0.00%
22.35%

Color #B68FC6 in popluar number systems.

HEX B6 8F C6
Decimal 182 143 198
Binary 10110110 10001111 11000110
Octal 266 217 306

Shades and tints

Shades of #B68FC6

#B68FC6
(182,143,198)
#A682B4
(166,130,180)
#9675A2
(150,117,162)
#866890
(134,104,144)
#765B7E
(118,91,126)
#664E6C
(102,78,108)
#56415A
(86,65,90)
#463448
(70,52,72)
#362736
(54,39,54)
#261A24
(38,26,36)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #B68FC6

#B68FC6
(182,143,198)
#BC99CB
(188,153,203)
#C2A3D0
(194,163,208)
#C8ADD5
(200,173,213)
#CEB7DA
(206,183,218)
#D4C1DF
(212,193,223)
#DACBE4
(218,203,228)
#E0D5E9
(224,213,233)
#E6DFEE
(230,223,238)
#ECE9F3
(236,233,243)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68FC6 color. Also use rgb(182,143,198) instead hex code.

Text Font Color

.myTextColor { color: #B68FC6; }

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

This text font color is #B68FC6.

Background Color

.myBgColor { background-color: #B68FC6; }

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

This div background color is #B68FC6.

Border color

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

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

This div border color is #B68FC6.

Opacity

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

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

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

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

This text has shadow with #B68FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68FC6.

Preview

Color preview on black background

This text has color #B68FC6 on black background.


Color preview on white background

This text has color #B68FC6 on white background.


Black color preview on #B68FC6 background

This text has black color on #B68FC6 background.


White color preview on #B68FC6 background

This text has white color on #B68FC6 background.


Related colors

Complementary color

Complementary color for #hex is #497039.


I love getcolorcode.com

Triadic colors

1 #C6B68F and #8FC6B6 with #B68FC6 are triadic colors.

2 #C68FB6 and #8FB6C6 with #B68FC6 are triadic colors.