COLOR #B785AD

HEX: #B785AD RGB: (183,133,173)

Color info

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

RGB color model

#B785AD color RGB value is (183,133,173).

RGB: (183,133,173) (72%, 52%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 173 of 255 = 68%

183
133
173

R + G + B ~ 64%. #B785AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 133 + 173 = 489 (100%)
R 183 of 489 ~ 37.42%
G 133 of 489 ~ 27.2%
B 173 of 489 ~ 35.38'%

%37.42
%27.2
%35.38

CMYK color model

#B785AD color CMYK value is (0,27,5,28).

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

CMYK: (0,27,5,28)
C0M27Y5K28 (0%, 27%, 5%, 28%)
(0.00 / 0.27 / 0.05 / 0.28)

CMYK percentages

%0
%27.32
%5.46
%28.24

Codes

Color #B785AD in popluar color models

B7 85 AD
RGB 183 133 173
HSL 312° 25.77% 61.96%
HSB/HSV 312° 27.32% 71.76%
CMYK 0.00% 27.32% 5.46%
28.24%

Color #B785AD in popluar number systems.

HEX B7 85 AD
Decimal 183 133 173
Binary 10110111 10000101 10101101
Octal 267 205 255

Shades and tints

Shades of #B785AD

#B785AD
(183,133,173)
#A7799E
(167,121,158)
#976D8F
(151,109,143)
#876180
(135,97,128)
#775571
(119,85,113)
#674962
(103,73,98)
#573D53
(87,61,83)
#473144
(71,49,68)
#372535
(55,37,53)
#271926
(39,25,38)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #B785AD

#B785AD
(183,133,173)
#BD90B4
(189,144,180)
#C39BBB
(195,155,187)
#C9A6C2
(201,166,194)
#CFB1C9
(207,177,201)
#D5BCD0
(213,188,208)
#DBC7D7
(219,199,215)
#E1D2DE
(225,210,222)
#E7DDE5
(231,221,229)
#EDE8EC
(237,232,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B785AD; }

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

This text font color is #B785AD.

Background Color

.myBgColor { background-color: #B785AD; }

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

This div background color is #B785AD.

Border color

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

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

This div border color is #B785AD.

Opacity

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

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

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

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

This text has shadow with #B785AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B785AD.

Preview

Color preview on black background

This text has color #B785AD on black background.


Color preview on white background

This text has color #B785AD on white background.


Black color preview on #B785AD background

This text has black color on #B785AD background.


White color preview on #B785AD background

This text has white color on #B785AD background.


Related colors

Complementary color

Complementary color for #hex is #487A52.


I love getcolorcode.com

Triadic colors

1 #ADB785 and #85ADB7 with #B785AD are triadic colors.

2 #AD85B7 and #85B7AD with #B785AD are triadic colors.