COLOR #B68EA5

HEX: #B68EA5
RGB: (182,142,165)

Color info

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

RGB color model

#B68EA5 color RGB value is (182,142,165).

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

RGB channels and saturation

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

182
142
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 142 + 165 = 489 (100%)
R 182 of 489 ~ 37.22%
G 142 of 489 ~ 29.04%
B 165 of 489 ~ 33.74%

%37.22
%29.04
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,22,9,29)
C0M22Y9K29 
(0%,22%,9%,29%)
(0.00/0.22/0.09/0.29)	

CMYK percentages

%0
%21.98
%9.34
%28.63

Codes

Color #B68EA5 in popluar color models

B68EA5
RGB182142165
HSL326°21.51%63.53%
HSB/HSV326°21.98%71.37%
CMYK0.00%21.98%9.34%
28.63%

Color #B68EA5 in popluar number systems.

HEXB68EA5
Decimal182142165
Binary101101101000111010100101
Octal266216245

Shades and tints

Shades of #B68EA5

#B68EA5
(182,142,165)
#A68296
(166,130,150)
#967687
(150,118,135)
#866A78
(134,106,120)
#765E69
(118,94,105)
#66525A
(102,82,90)
#56464B
(86,70,75)
#463A3C
(70,58,60)
#362E2D
(54,46,45)
#26221E
(38,34,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #B68EA5

#B68EA5
(182,142,165)
#BC98AD
(188,152,173)
#C2A2B5
(194,162,181)
#C8ACBD
(200,172,189)
#CEB6C5
(206,182,197)
#D4C0CD
(212,192,205)
#DACAD5
(218,202,213)
#E0D4DD
(224,212,221)
#E6DEE5
(230,222,229)
#ECE8ED
(236,232,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68EA5; }

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

This text font color is #B68EA5.


Background Color

.myBgColor { background-color: #B68EA5; }

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

This div background color is #B68EA5.


Border color

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

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

This div border color is #B68EA5.


Opacity

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

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

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

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

This text has shadow with #B68EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68EA5 on black background.


Color preview on white background

This text has color #B68EA5 on white background.



Black color preview on #B68EA5 background

This text has black color on #B68EA5 background.


White color preview on #B68EA5 background

This text has white color on #B68EA5 background.