COLOR #B76DAD

HEX: #B76DAD RGB: (183,109,173)

Color info

#B76DAD contains mainly red and blue colors. Web safe color of #B76DAD is #CC6699 (or #C69).

RGB color model

#B76DAD color RGB value is (183,109,173).

RGB: (183,109,173) (72%, 43%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 173 of 255 = 68%

183
109
173

R + G + B ~ 61%. #B76DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 109 + 173 = 465 (100%)
R 183 of 465 ~ 39.35%
G 109 of 465 ~ 23.44%
B 173 of 465 ~ 37.2'%

%39.35
%23.44
%37.2

CMYK color model

#B76DAD color CMYK value is (0,40,5,28).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (0,40,5,28)
C0M40Y5K28 (0%, 40%, 5%, 28%)
(0.00 / 0.40 / 0.05 / 0.28)

CMYK percentages

%0
%40.44
%5.46
%28.24

Codes

Color #B76DAD in popluar color models

B7 6D AD
RGB 183 109 173
HSL 308° 33.94% 57.25%
HSB/HSV 308° 40.44% 71.76%
CMYK 0.00% 40.44% 5.46%
28.24%

Color #B76DAD in popluar number systems.

HEX B7 6D AD
Decimal 183 109 173
Binary 10110111 1101101 10101101
Octal 267 155 255

Shades and tints

Shades of #B76DAD

#B76DAD
(183,109,173)
#A7649E
(167,100,158)
#975B8F
(151,91,143)
#875280
(135,82,128)
#774971
(119,73,113)
#674062
(103,64,98)
#573753
(87,55,83)
#472E44
(71,46,68)
#372535
(55,37,53)
#271C26
(39,28,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #B76DAD

#B76DAD
(183,109,173)
#BD7AB4
(189,122,180)
#C387BB
(195,135,187)
#C994C2
(201,148,194)
#CFA1C9
(207,161,201)
#D5AED0
(213,174,208)
#DBBBD7
(219,187,215)
#E1C8DE
(225,200,222)
#E7D5E5
(231,213,229)
#EDE2EC
(237,226,236)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76DAD color. Also use rgb(183,109,173) instead hex code.

Text Font Color

.myTextColor { color: #B76DAD; }

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

This text font color is #B76DAD.

Background Color

.myBgColor { background-color: #B76DAD; }

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

This div background color is #B76DAD.

Border color

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

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

This div border color is #B76DAD.

Opacity

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

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

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

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

This text has shadow with #B76DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76DAD.

Preview

Color preview on black background

This text has color #B76DAD on black background.


Color preview on white background

This text has color #B76DAD on white background.


Black color preview on #B76DAD background

This text has black color on #B76DAD background.


White color preview on #B76DAD background

This text has white color on #B76DAD background.


Related colors

Complementary color

Complementary color for #hex is #489252.


I love getcolorcode.com

Triadic colors

1 #ADB76D and #6DADB7 with #B76DAD are triadic colors.

2 #AD6DB7 and #6DB7AD with #B76DAD are triadic colors.