COLOR #B68D9C

HEX: #B68D9C RGB: (182,141,156)

Color info

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

RGB color model

#B68D9C color RGB value is (182,141,156).

RGB: (182,141,156) (71%, 55%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 156 of 255 = 61%

182
141
156

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

Portions of RGB colors in percentages

R + G + B = 182 + 141 + 156 = 479 (100%)
R 182 of 479 ~ 38%
G 141 of 479 ~ 29.44%
B 156 of 479 ~ 32.57'%

%38
%29.44
%32.57

CMYK color model

#B68D9C color CMYK value is (0,23,14,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 14.29%
  • key color value is 28.63%

CMYK: (0,23,14,29)
C0M23Y14K29 (0%, 23%, 14%, 29%)
(0.00 / 0.23 / 0.14 / 0.29)

CMYK percentages

%0
%22.53
%14.29
%28.63

Codes

Color #B68D9C in popluar color models

B6 8D 9C
RGB 182 141 156
HSL 338° 21.93% 63.33%
HSB/HSV 338° 22.53% 71.37%
CMYK 0.00% 22.53% 14.29%
28.63%

Color #B68D9C in popluar number systems.

HEX B6 8D 9C
Decimal 182 141 156
Binary 10110110 10001101 10011100
Octal 266 215 234

Shades and tints

Shades of #B68D9C

#B68D9C
(182,141,156)
#A6818E
(166,129,142)
#967580
(150,117,128)
#866972
(134,105,114)
#765D64
(118,93,100)
#665156
(102,81,86)
#564548
(86,69,72)
#46393A
(70,57,58)
#362D2C
(54,45,44)
#26211E
(38,33,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #B68D9C

#B68D9C
(182,141,156)
#BC97A5
(188,151,165)
#C2A1AE
(194,161,174)
#C8ABB7
(200,171,183)
#CEB5C0
(206,181,192)
#D4BFC9
(212,191,201)
#DAC9D2
(218,201,210)
#E0D3DB
(224,211,219)
#E6DDE4
(230,221,228)
#ECE7ED
(236,231,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68D9C; }

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

This text font color is #B68D9C.

Background Color

.myBgColor { background-color: #B68D9C; }

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

This div background color is #B68D9C.

Border color

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

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

This div border color is #B68D9C.

Opacity

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

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

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

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

This text has shadow with #B68D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68D9C.

Preview

Color preview on black background

This text has color #B68D9C on black background.


Color preview on white background

This text has color #B68D9C on white background.


Black color preview on #B68D9C background

This text has black color on #B68D9C background.


White color preview on #B68D9C background

This text has white color on #B68D9C background.


Related colors

Complementary color

Complementary color for #hex is #497263.


I love getcolorcode.com

Triadic colors

1 #9CB68D and #8D9CB6 with #B68D9C are triadic colors.

2 #9C8DB6 and #8DB69C with #B68D9C are triadic colors.