COLOR #B68EA7

HEX: #B68EA7
RGB: (182,142,167)

Color info

#B68EA7 contains red, green and blue colors in about the same proportion. Web safe color of #B68EA7 is #CC9999 (or #C99).

RGB color model

#B68EA7 color RGB value is (182,142,167).

  • red value is 182;
  • green value is 142;
  • blue value is 167.
RGB:
(182,142,167)
(71%,56%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 142 of 255 = 56%
B 167 of 255 = 65%

182
142
167

R + G + B ~ 64%. #B68EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 142 + 167 = 491 (100%)
R 182 of 491 ~ 37.07%
G 142 of 491 ~ 28.92%
B 167 of 491 ~ 34.01%

%37.07
%28.92
%34.01

CMYK color model

#B68EA7 color CMYK value is (0,22,8,29).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(0,22,8,29)
C0M22Y8K29 
(0%,22%,8%,29%)
(0.00/0.22/0.08/0.29)	

CMYK percentages

%0
%21.98
%8.24
%28.63

Codes

Color #B68EA7 in popluar color models

B68EA7
RGB182142167
HSL323°21.51%63.53%
HSB/HSV323°21.98%71.37%
CMYK0.00%21.98%8.24%
28.63%

Color #B68EA7 in popluar number systems.

HEXB68EA7
Decimal182142167
Binary101101101000111010100111
Octal266216247

Shades and tints

Shades of #B68EA7

#B68EA7
(182,142,167)
#A68298
(166,130,152)
#967689
(150,118,137)
#866A7A
(134,106,122)
#765E6B
(118,94,107)
#66525C
(102,82,92)
#56464D
(86,70,77)
#463A3E
(70,58,62)
#362E2F
(54,46,47)
#262220
(38,34,32)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #B68EA7

#B68EA7
(182,142,167)
#BC98AF
(188,152,175)
#C2A2B7
(194,162,183)
#C8ACBF
(200,172,191)
#CEB6C7
(206,182,199)
#D4C0CF
(212,192,207)
#DACAD7
(218,202,215)
#E0D4DF
(224,212,223)
#E6DEE7
(230,222,231)
#ECE8EF
(236,232,239)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68EA7 color. Also use rgb(182,142,167) instead hex code.

Text Font Color

.myTextColor { color: #B68EA7; }

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

This text font color is #B68EA7.


Background Color

.myBgColor { background-color: #B68EA7; }

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

This div background color is #B68EA7.


Border color

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

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

This div border color is #B68EA7.


Opacity

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

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

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

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

This text has shadow with #B68EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68EA7 on black background.


Color preview on white background

This text has color #B68EA7 on white background.



Black color preview on #B68EA7 background

This text has black color on #B68EA7 background.


White color preview on #B68EA7 background

This text has white color on #B68EA7 background.