COLOR #B68E9A

HEX: #B68E9A
RGB: (182,142,154)

Color info

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

RGB color model

#B68E9A color RGB value is (182,142,154).

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

RGB channels and saturation

R 182 of 255 = 71%
G 142 of 255 = 56%
B 154 of 255 = 60%

182
142
154

R + G + B ~ 62%. #B68E9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 142 + 154 = 478 (100%)
R 182 of 478 ~ 38.08%
G 142 of 478 ~ 29.71%
B 154 of 478 ~ 32.22%

%38.08
%29.71
%32.22

CMYK color model

#B68E9A color CMYK value is (0,22,15,29).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(0,22,15,29)
C0M22Y15K29 
(0%,22%,15%,29%)
(0.00/0.22/0.15/0.29)	

CMYK percentages

%0
%21.98
%15.38
%28.63

Codes

Color #B68E9A in popluar color models

B68E9A
RGB182142154
HSL342°21.51%63.53%
HSB/HSV342°21.98%71.37%
CMYK0.00%21.98%15.38%
28.63%

Color #B68E9A in popluar number systems.

HEXB68E9A
Decimal182142154
Binary101101101000111010011010
Octal266216232

Shades and tints

Shades of #B68E9A

#B68E9A
(182,142,154)
#A6828C
(166,130,140)
#96767E
(150,118,126)
#866A70
(134,106,112)
#765E62
(118,94,98)
#665254
(102,82,84)
#564646
(86,70,70)
#463A38
(70,58,56)
#362E2A
(54,46,42)
#26221C
(38,34,28)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #B68E9A

#B68E9A
(182,142,154)
#BC98A3
(188,152,163)
#C2A2AC
(194,162,172)
#C8ACB5
(200,172,181)
#CEB6BE
(206,182,190)
#D4C0C7
(212,192,199)
#DACAD0
(218,202,208)
#E0D4D9
(224,212,217)
#E6DEE2
(230,222,226)
#ECE8EB
(236,232,235)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68E9A; }

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

This text font color is #B68E9A.


Background Color

.myBgColor { background-color: #B68E9A; }

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

This div background color is #B68E9A.


Border color

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

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

This div border color is #B68E9A.


Opacity

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

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

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

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

This text has shadow with #B68E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68E9A on black background.


Color preview on white background

This text has color #B68E9A on white background.



Black color preview on #B68E9A background

This text has black color on #B68E9A background.


White color preview on #B68E9A background

This text has white color on #B68E9A background.