COLOR #B68CA4

HEX: #B68CA4 RGB: (182,140,164)

Color info

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

RGB color model

#B68CA4 color RGB value is (182,140,164).

RGB: (182,140,164) (71%, 55%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 164 of 255 = 64%

182
140
164

R + G + B ~ 63%. #B68CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 140 + 164 = 486 (100%)
R 182 of 486 ~ 37.45%
G 140 of 486 ~ 28.81%
B 164 of 486 ~ 33.74'%

%37.45
%28.81
%33.74

CMYK color model

#B68CA4 color CMYK value is (0,23,10,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 9.89%
  • key color value is 28.63%
CMYK: (0,23,10,29) C0M23Y10K29 (0%,23%,10%,29%) (0.00/0.23/0.10/0.29) 

CMYK percentages

%0
%23.08
%9.89
%28.63

Codes

Color #B68CA4 in popluar color models

B6 8C A4
RGB 182 140 164
HSL 326° 22.34% 63.14%
HSB/HSV 326° 23.08% 71.37%
CMYK 0.00% 23.08% 9.89%
28.63%

Color #B68CA4 in popluar number systems.

HEX B6 8C A4
Decimal 182 140 164
Binary 10110110 10001100 10100100
Octal 266 214 244

Shades and tints

Shades of #B68CA4

#B68CA4
(182,140,164)
#A68096
(166,128,150)
#967488
(150,116,136)
#86687A
(134,104,122)
#765C6C
(118,92,108)
#66505E
(102,80,94)
#564450
(86,68,80)
#463842
(70,56,66)
#362C34
(54,44,52)
#262026
(38,32,38)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B68CA4

#B68CA4
(182,140,164)
#BC96AC
(188,150,172)
#C2A0B4
(194,160,180)
#C8AABC
(200,170,188)
#CEB4C4
(206,180,196)
#D4BECC
(212,190,204)
#DAC8D4
(218,200,212)
#E0D2DC
(224,210,220)
#E6DCE4
(230,220,228)
#ECE6EC
(236,230,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68CA4 color. Also use rgb(182,140,164) instead hex code.

Text Font Color

.myTextColor { color: #B68CA4; }

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

This text font color is #B68CA4.

Background Color

.myBgColor { background-color: #B68CA4; }

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

This div background color is #B68CA4.

Border color

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

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

This div border color is #B68CA4.

Opacity

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

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

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

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

This text has shadow with #B68CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68CA4.

Preview

Color preview on black background

This text has color #B68CA4 on black background.


Color preview on white background

This text has color #B68CA4 on white background.


Black color preview on #B68CA4 background

This text has black color on #B68CA4 background.


White color preview on #B68CA4 background

This text has white color on #B68CA4 background.


Related colors

Complementary color

Complementary color for #hex is #49735B.


I love getcolorcode.com

Triadic colors

1 #A4B68C and #8CA4B6 with #B68CA4 are triadic colors.

2 #A48CB6 and #8CB6A4 with #B68CA4 are triadic colors.