COLOR #B68DAD

HEX: #B68DAD RGB: (182,141,173)

Color info

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

RGB color model

#B68DAD color RGB value is (182,141,173).

RGB: (182,141,173) (71%, 55%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 141 of 255 = 55%
B 173 of 255 = 68%

182
141
173

R + G + B ~ 65%. #B68DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 141 + 173 = 496 (100%)
R 182 of 496 ~ 36.69%
G 141 of 496 ~ 28.43%
B 173 of 496 ~ 34.88'%

%36.69
%28.43
%34.88

CMYK color model

#B68DAD color CMYK value is (0,23,5,29).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK: (0,23,5,29) C0M23Y5K29 (0%,23%,5%,29%) (0.00/0.23/0.05/0.29) 

CMYK percentages

%0
%22.53
%4.95
%28.63

Codes

Color #B68DAD in popluar color models

B6 8D AD
RGB 182 141 173
HSL 313° 21.93% 63.33%
HSB/HSV 313° 22.53% 71.37%
CMYK 0.00% 22.53% 4.95%
28.63%

Color #B68DAD in popluar number systems.

HEX B6 8D AD
Decimal 182 141 173
Binary 10110110 10001101 10101101
Octal 266 215 255

Shades and tints

Shades of #B68DAD

#B68DAD
(182,141,173)
#A6819E
(166,129,158)
#96758F
(150,117,143)
#866980
(134,105,128)
#765D71
(118,93,113)
#665162
(102,81,98)
#564553
(86,69,83)
#463944
(70,57,68)
#362D35
(54,45,53)
#262126
(38,33,38)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B68DAD

#B68DAD
(182,141,173)
#BC97B4
(188,151,180)
#C2A1BB
(194,161,187)
#C8ABC2
(200,171,194)
#CEB5C9
(206,181,201)
#D4BFD0
(212,191,208)
#DAC9D7
(218,201,215)
#E0D3DE
(224,211,222)
#E6DDE5
(230,221,229)
#ECE7EC
(236,231,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68DAD; }

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

This text font color is #B68DAD.

Background Color

.myBgColor { background-color: #B68DAD; }

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

This div background color is #B68DAD.

Border color

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

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

This div border color is #B68DAD.

Opacity

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

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

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

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

This text has shadow with #B68DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68DAD.

Preview

Color preview on black background

This text has color #B68DAD on black background.


Color preview on white background

This text has color #B68DAD on white background.


Black color preview on #B68DAD background

This text has black color on #B68DAD background.


White color preview on #B68DAD background

This text has white color on #B68DAD background.


Related colors

Complementary color

Complementary color for #hex is #497252.


I love getcolorcode.com

Triadic colors

1 #ADB68D and #8DADB6 with #B68DAD are triadic colors.

2 #AD8DB6 and #8DB6AD with #B68DAD are triadic colors.