COLOR #B685AF

HEX: #B685AF RGB: (182,133,175)

Color info

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

RGB color model

#B685AF color RGB value is (182,133,175).

RGB: (182,133,175) (71%, 52%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 175 of 255 = 69%

182
133
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 133 + 175 = 490 (100%)
R 182 of 490 ~ 37.14%
G 133 of 490 ~ 27.14%
B 175 of 490 ~ 35.71'%

%37.14
%27.14
%35.71

CMYK color model

#B685AF color CMYK value is (0,27,4,29).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 3.85%
  • key color value is 28.63%

CMYK: (0,27,4,29)
C0M27Y4K29 (0%, 27%, 4%, 29%)
(0.00 / 0.27 / 0.04 / 0.29)

CMYK percentages

%0
%26.92
%3.85
%28.63

Codes

Color #B685AF in popluar color models

B6 85 AF
RGB 182 133 175
HSL 309° 25.13% 61.76%
HSB/HSV 309° 26.92% 71.37%
CMYK 0.00% 26.92% 3.85%
28.63%

Color #B685AF in popluar number systems.

HEX B6 85 AF
Decimal 182 133 175
Binary 10110110 10000101 10101111
Octal 266 205 257

Shades and tints

Shades of #B685AF

#B685AF
(182,133,175)
#A679A0
(166,121,160)
#966D91
(150,109,145)
#866182
(134,97,130)
#765573
(118,85,115)
#664964
(102,73,100)
#563D55
(86,61,85)
#463146
(70,49,70)
#362537
(54,37,55)
#261928
(38,25,40)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #B685AF

#B685AF
(182,133,175)
#BC90B6
(188,144,182)
#C29BBD
(194,155,189)
#C8A6C4
(200,166,196)
#CEB1CB
(206,177,203)
#D4BCD2
(212,188,210)
#DAC7D9
(218,199,217)
#E0D2E0
(224,210,224)
#E6DDE7
(230,221,231)
#ECE8EE
(236,232,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B685AF; }

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

This text font color is #B685AF.

Background Color

.myBgColor { background-color: #B685AF; }

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

This div background color is #B685AF.

Border color

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

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

This div border color is #B685AF.

Opacity

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

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

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

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

This text has shadow with #B685AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B685AF.

Preview

Color preview on black background

This text has color #B685AF on black background.


Color preview on white background

This text has color #B685AF on white background.


Black color preview on #B685AF background

This text has black color on #B685AF background.


White color preview on #B685AF background

This text has white color on #B685AF background.


Related colors

Complementary color

Complementary color for #hex is #497A50.


I love getcolorcode.com

Triadic colors

1 #AFB685 and #85AFB6 with #B685AF are triadic colors.

2 #AF85B6 and #85B6AF with #B685AF are triadic colors.