COLOR #B6ADC9

HEX: #B6ADC9 RGB: (182,173,201)

Color info

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

RGB color model

#B6ADC9 color RGB value is (182,173,201).

RGB: (182,173,201) (71%, 68%, 79%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 201 of 255 = 79%

182
173
201

R + G + B ~ 73%. #B6ADC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 201 = 556 (100%)
R 182 of 556 ~ 32.73%
G 173 of 556 ~ 31.12%
B 201 of 556 ~ 36.15'%

%32.73
%31.12
%36.15

CMYK color model

#B6ADC9 color CMYK value is (9,14,0,21).

  • cyan value is 9.45%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (9,14,0,21)
C9M14Y0K21 (9%, 14%, 0%, 21%)
(0.09 / 0.14 / 0.00 / 0.21)

CMYK percentages

%9.45
%13.93
%0
%21.18

Codes

Color #B6ADC9 in popluar color models

B6 AD C9
RGB 182 173 201
HSL 259° 20.59% 73.33%
HSB/HSV 259° 13.93% 78.82%
CMYK 9.45% 13.93% 0.00%
21.18%

Color #B6ADC9 in popluar number systems.

HEX B6 AD C9
Decimal 182 173 201
Binary 10110110 10101101 11001001
Octal 266 255 311

Shades and tints

Shades of #B6ADC9

#B6ADC9
(182,173,201)
#A69EB7
(166,158,183)
#968FA5
(150,143,165)
#868093
(134,128,147)
#767181
(118,113,129)
#66626F
(102,98,111)
#56535D
(86,83,93)
#46444B
(70,68,75)
#363539
(54,53,57)
#262627
(38,38,39)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6ADC9

#B6ADC9
(182,173,201)
#BCB4CD
(188,180,205)
#C2BBD1
(194,187,209)
#C8C2D5
(200,194,213)
#CEC9D9
(206,201,217)
#D4D0DD
(212,208,221)
#DAD7E1
(218,215,225)
#E0DEE5
(224,222,229)
#E6E5E9
(230,229,233)
#ECECED
(236,236,237)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADC9; }

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

This text font color is #B6ADC9.

Background Color

.myBgColor { background-color: #B6ADC9; }

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

This div background color is #B6ADC9.

Border color

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

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

This div border color is #B6ADC9.

Opacity

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

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

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

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

This text has shadow with #B6ADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ADC9.

Preview

Color preview on black background

This text has color #B6ADC9 on black background.


Color preview on white background

This text has color #B6ADC9 on white background.


Black color preview on #B6ADC9 background

This text has black color on #B6ADC9 background.


White color preview on #B6ADC9 background

This text has white color on #B6ADC9 background.


Related colors

Complementary color

Complementary color for #hex is #495236.


I love getcolorcode.com

Triadic colors

1 #C9B6AD and #ADC9B6 with #B6ADC9 are triadic colors.

2 #C9ADB6 and #ADB6C9 with #B6ADC9 are triadic colors.