COLOR #B6ADD6

HEX: #B6ADD6 RGB: (182,173,214)

Color info

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

RGB color model

#B6ADD6 color RGB value is (182,173,214).

RGB: (182,173,214) (71%, 68%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 214 of 255 = 84%

182
173
214

R + G + B ~ 74%. #B6ADD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 214 = 569 (100%)
R 182 of 569 ~ 31.99%
G 173 of 569 ~ 30.4%
B 214 of 569 ~ 37.61'%

%31.99
%30.4
%37.61

CMYK color model

#B6ADD6 color CMYK value is (15,19,0,16).

  • cyan value is 14.95%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (15,19,0,16)
C15M19Y0K16 (15%, 19%, 0%, 16%)
(0.15 / 0.19 / 0.00 / 0.16)

CMYK percentages

%14.95
%19.16
%0
%16.08

Codes

Color #B6ADD6 in popluar color models

B6 AD D6
RGB 182 173 214
HSL 253° 33.33% 75.88%
HSB/HSV 253° 19.16% 83.92%
CMYK 14.95% 19.16% 0.00%
16.08%

Color #B6ADD6 in popluar number systems.

HEX B6 AD D6
Decimal 182 173 214
Binary 10110110 10101101 11010110
Octal 266 255 326

Shades and tints

Shades of #B6ADD6

#B6ADD6
(182,173,214)
#A69EC3
(166,158,195)
#968FB0
(150,143,176)
#86809D
(134,128,157)
#76718A
(118,113,138)
#666277
(102,98,119)
#565364
(86,83,100)
#464451
(70,68,81)
#36353E
(54,53,62)
#26262B
(38,38,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6ADD6

#B6ADD6
(182,173,214)
#BCB4D9
(188,180,217)
#C2BBDC
(194,187,220)
#C8C2DF
(200,194,223)
#CEC9E2
(206,201,226)
#D4D0E5
(212,208,229)
#DAD7E8
(218,215,232)
#E0DEEB
(224,222,235)
#E6E5EE
(230,229,238)
#ECECF1
(236,236,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADD6; }

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

This text font color is #B6ADD6.

Background Color

.myBgColor { background-color: #B6ADD6; }

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

This div background color is #B6ADD6.

Border color

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

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

This div border color is #B6ADD6.

Opacity

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

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

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

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

This text has shadow with #B6ADD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ADD6.

Preview

Color preview on black background

This text has color #B6ADD6 on black background.


Color preview on white background

This text has color #B6ADD6 on white background.


Black color preview on #B6ADD6 background

This text has black color on #B6ADD6 background.


White color preview on #B6ADD6 background

This text has white color on #B6ADD6 background.


Related colors

Complementary color

Complementary color for #hex is #495229.


I love getcolorcode.com

Triadic colors

1 #D6B6AD and #ADD6B6 with #B6ADD6 are triadic colors.

2 #D6ADB6 and #ADB6D6 with #B6ADD6 are triadic colors.