COLOR #B685BB

HEX: #B685BB
RGB: (182,133,187)

Color info

#B685BB contains red, green and blue colors in about the same proportion. Web safe color of #B685BB is #CC99CC (or #C9C).

RGB color model

#B685BB color RGB value is (182,133,187).

  • red value is 182;
  • green value is 133;
  • blue value is 187.
RGB:
(182,133,187)
(71%,52%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 187 of 255 = 73%

182
133
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 133 + 187 = 502 (100%)
R 182 of 502 ~ 36.25%
G 133 of 502 ~ 26.49%
B 187 of 502 ~ 37.25%

%36.25
%26.49
%37.25

CMYK color model

#B685BB color CMYK value is (3,29,0,27).

  • cyan value is 2.67%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,29,0,27)
C3M29Y0K27 
(3%,29%,0%,27%)
(0.03/0.29/0.00/0.27)	

CMYK percentages

%2.67
%28.88
%0
%26.67

Codes

Color #B685BB in popluar color models

B685BB
RGB182133187
HSL294°28.42%62.75%
HSB/HSV294°28.88%73.33%
CMYK2.67%28.88%0.00%
26.67%

Color #B685BB in popluar number systems.

HEXB685BB
Decimal182133187
Binary101101101000010110111011
Octal266205273

Shades and tints

Shades of #B685BB

#B685BB
(182,133,187)
#A679AA
(166,121,170)
#966D99
(150,109,153)
#866188
(134,97,136)
#765577
(118,85,119)
#664966
(102,73,102)
#563D55
(86,61,85)
#463144
(70,49,68)
#362533
(54,37,51)
#261922
(38,25,34)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B685BB

#B685BB
(182,133,187)
#BC90C1
(188,144,193)
#C29BC7
(194,155,199)
#C8A6CD
(200,166,205)
#CEB1D3
(206,177,211)
#D4BCD9
(212,188,217)
#DAC7DF
(218,199,223)
#E0D2E5
(224,210,229)
#E6DDEB
(230,221,235)
#ECE8F1
(236,232,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B685BB color. Also use rgb(182,133,187) instead hex code.

Text Font Color

.myTextColor { color: #B685BB; }

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

This text font color is #B685BB.


Background Color

.myBgColor { background-color: #B685BB; }

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

This div background color is #B685BB.


Border color

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

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

This div border color is #B685BB.


Opacity

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

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

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

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

This text has shadow with #B685BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B685BB on black background.


Color preview on white background

This text has color #B685BB on white background.



Black color preview on #B685BB background

This text has black color on #B685BB background.


White color preview on #B685BB background

This text has white color on #B685BB background.