COLOR #B68EA3

HEX: #B68EA3
RGB: (182,142,163)

Color info

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

RGB color model

#B68EA3 color RGB value is (182,142,163).

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

RGB channels and saturation

R 182 of 255 = 71%
G 142 of 255 = 56%
B 163 of 255 = 64%

182
142
163

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

Portions of RGB colors in percentages

R + G + B =
182 + 142 + 163 = 487 (100%)
R 182 of 487 ~ 37.37%
G 142 of 487 ~ 29.16%
B 163 of 487 ~ 33.47%

%37.37
%29.16
%33.47

CMYK color model

#B68EA3 color CMYK value is (0,22,10,29).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 10.44%
  • key color value is 28.63%
CMYK:
(0,22,10,29)
C0M22Y10K29 
(0%,22%,10%,29%)
(0.00/0.22/0.10/0.29)	

CMYK percentages

%0
%21.98
%10.44
%28.63

Codes

Color #B68EA3 in popluar color models

B68EA3
RGB182142163
HSL329°21.51%63.53%
HSB/HSV329°21.98%71.37%
CMYK0.00%21.98%10.44%
28.63%

Color #B68EA3 in popluar number systems.

HEXB68EA3
Decimal182142163
Binary101101101000111010100011
Octal266216243

Shades and tints

Shades of #B68EA3

#B68EA3
(182,142,163)
#A68295
(166,130,149)
#967687
(150,118,135)
#866A79
(134,106,121)
#765E6B
(118,94,107)
#66525D
(102,82,93)
#56464F
(86,70,79)
#463A41
(70,58,65)
#362E33
(54,46,51)
#262225
(38,34,37)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #B68EA3

#B68EA3
(182,142,163)
#BC98AB
(188,152,171)
#C2A2B3
(194,162,179)
#C8ACBB
(200,172,187)
#CEB6C3
(206,182,195)
#D4C0CB
(212,192,203)
#DACAD3
(218,202,211)
#E0D4DB
(224,212,219)
#E6DEE3
(230,222,227)
#ECE8EB
(236,232,235)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68EA3; }

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

This text font color is #B68EA3.


Background Color

.myBgColor { background-color: #B68EA3; }

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

This div background color is #B68EA3.


Border color

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

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

This div border color is #B68EA3.


Opacity

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

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

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

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

This text has shadow with #B68EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68EA3 on black background.


Color preview on white background

This text has color #B68EA3 on white background.



Black color preview on #B68EA3 background

This text has black color on #B68EA3 background.


White color preview on #B68EA3 background

This text has white color on #B68EA3 background.