COLOR #B68DC7

HEX: #B68DC7 RGB: (182,141,199)

Color info

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

RGB color model

#B68DC7 color RGB value is (182,141,199).

RGB: (182,141,199) (71%, 55%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 199 of 255 = 78%

182
141
199

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

Portions of RGB colors in percentages

R + G + B = 182 + 141 + 199 = 522 (100%)
R 182 of 522 ~ 34.87%
G 141 of 522 ~ 27.01%
B 199 of 522 ~ 38.12'%

%34.87
%27.01
%38.12

CMYK color model

#B68DC7 color CMYK value is (9,29,0,22).

  • cyan value is 8.54%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (9,29,0,22)
C9M29Y0K22 (9%, 29%, 0%, 22%)
(0.09 / 0.29 / 0.00 / 0.22)

CMYK percentages

%8.54
%29.15
%0
%21.96

Codes

Color #B68DC7 in popluar color models

B6 8D C7
RGB 182 141 199
HSL 282° 34.12% 66.67%
HSB/HSV 282° 29.15% 78.04%
CMYK 8.54% 29.15% 0.00%
21.96%

Color #B68DC7 in popluar number systems.

HEX B6 8D C7
Decimal 182 141 199
Binary 10110110 10001101 11000111
Octal 266 215 307

Shades and tints

Shades of #B68DC7

#B68DC7
(182,141,199)
#A681B5
(166,129,181)
#9675A3
(150,117,163)
#866991
(134,105,145)
#765D7F
(118,93,127)
#66516D
(102,81,109)
#56455B
(86,69,91)
#463949
(70,57,73)
#362D37
(54,45,55)
#262125
(38,33,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B68DC7

#B68DC7
(182,141,199)
#BC97CC
(188,151,204)
#C2A1D1
(194,161,209)
#C8ABD6
(200,171,214)
#CEB5DB
(206,181,219)
#D4BFE0
(212,191,224)
#DAC9E5
(218,201,229)
#E0D3EA
(224,211,234)
#E6DDEF
(230,221,239)
#ECE7F4
(236,231,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68DC7 color. Also use rgb(182,141,199) instead hex code.

Text Font Color

.myTextColor { color: #B68DC7; }

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

This text font color is #B68DC7.

Background Color

.myBgColor { background-color: #B68DC7; }

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

This div background color is #B68DC7.

Border color

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

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

This div border color is #B68DC7.

Opacity

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

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

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

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

This text has shadow with #B68DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68DC7.

Preview

Color preview on black background

This text has color #B68DC7 on black background.


Color preview on white background

This text has color #B68DC7 on white background.


Black color preview on #B68DC7 background

This text has black color on #B68DC7 background.


White color preview on #B68DC7 background

This text has white color on #B68DC7 background.


Related colors

Complementary color

Complementary color for #hex is #497238.


I love getcolorcode.com

Triadic colors

1 #C7B68D and #8DC7B6 with #B68DC7 are triadic colors.

2 #C78DB6 and #8DB6C7 with #B68DC7 are triadic colors.