COLOR #B6ADC1

HEX: #B6ADC1 RGB: (182,173,193)

Color info

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

RGB color model

#B6ADC1 color RGB value is (182,173,193).

RGB: (182,173,193) (71%, 68%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 193 of 255 = 76%

182
173
193

R + G + B ~ 72%. #B6ADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 193 = 548 (100%)
R 182 of 548 ~ 33.21%
G 173 of 548 ~ 31.57%
B 193 of 548 ~ 35.22'%

%33.21
%31.57
%35.22

CMYK color model

#B6ADC1 color CMYK value is (6,10,0,24).

  • cyan value is 5.70%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (6,10,0,24)
C6M10Y0K24 (6%, 10%, 0%, 24%)
(0.06 / 0.10 / 0.00 / 0.24)

CMYK percentages

%5.7
%10.36
%0
%24.31

Codes

Color #B6ADC1 in popluar color models

B6 AD C1
RGB 182 173 193
HSL 267° 13.89% 71.76%
HSB/HSV 267° 10.36% 75.69%
CMYK 5.70% 10.36% 0.00%
24.31%

Color #B6ADC1 in popluar number systems.

HEX B6 AD C1
Decimal 182 173 193
Binary 10110110 10101101 11000001
Octal 266 255 301

Shades and tints

Shades of #B6ADC1

#B6ADC1
(182,173,193)
#A69EB0
(166,158,176)
#968F9F
(150,143,159)
#86808E
(134,128,142)
#76717D
(118,113,125)
#66626C
(102,98,108)
#56535B
(86,83,91)
#46444A
(70,68,74)
#363539
(54,53,57)
#262628
(38,38,40)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6ADC1

#B6ADC1
(182,173,193)
#BCB4C6
(188,180,198)
#C2BBCB
(194,187,203)
#C8C2D0
(200,194,208)
#CEC9D5
(206,201,213)
#D4D0DA
(212,208,218)
#DAD7DF
(218,215,223)
#E0DEE4
(224,222,228)
#E6E5E9
(230,229,233)
#ECECEE
(236,236,238)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADC1; }

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

This text font color is #B6ADC1.

Background Color

.myBgColor { background-color: #B6ADC1; }

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

This div background color is #B6ADC1.

Border color

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

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

This div border color is #B6ADC1.

Opacity

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

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

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

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

This text has shadow with #B6ADC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ADC1.

Preview

Color preview on black background

This text has color #B6ADC1 on black background.


Color preview on white background

This text has color #B6ADC1 on white background.


Black color preview on #B6ADC1 background

This text has black color on #B6ADC1 background.


White color preview on #B6ADC1 background

This text has white color on #B6ADC1 background.


Related colors

Complementary color

Complementary color for #hex is #49523E.


I love getcolorcode.com

Triadic colors

1 #C1B6AD and #ADC1B6 with #B6ADC1 are triadic colors.

2 #C1ADB6 and #ADB6C1 with #B6ADC1 are triadic colors.