COLOR #B6ADD8

HEX: #B6ADD8
RGB: (182,173,216)

Color info

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

RGB color model

#B6ADD8 color RGB value is (182,173,216).

  • red value is 182;
  • green value is 173;
  • blue value is 216.
RGB:
(182,173,216)
(71%,68%,85%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 216 of 255 = 85%

182
173
216

R + G + B ~ 75%. #B6ADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 173 + 216 = 571 (100%)
R 182 of 571 ~ 31.87%
G 173 of 571 ~ 30.3%
B 216 of 571 ~ 37.83%

%31.87
%30.3
%37.83

CMYK color model

#B6ADD8 color CMYK value is (16,20,0,15).

  • cyan value is 15.74%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(16,20,0,15)
C16M20Y0K15 
(16%,20%,0%,15%)
(0.16/0.20/0.00/0.15)	

CMYK percentages

%15.74
%19.91
%0
%15.29

Codes

Color #B6ADD8 in popluar color models

B6ADD8
RGB182173216
HSL253°35.54%76.27%
HSB/HSV253°19.91%84.71%
CMYK15.74%19.91%0.00%
15.29%

Color #B6ADD8 in popluar number systems.

HEXB6ADD8
Decimal182173216
Binary101101101010110111011000
Octal266255330

Shades and tints

Shades of #B6ADD8

#B6ADD8
(182,173,216)
#A69EC5
(166,158,197)
#968FB2
(150,143,178)
#86809F
(134,128,159)
#76718C
(118,113,140)
#666279
(102,98,121)
#565366
(86,83,102)
#464453
(70,68,83)
#363540
(54,53,64)
#26262D
(38,38,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6ADD8

#B6ADD8
(182,173,216)
#BCB4DB
(188,180,219)
#C2BBDE
(194,187,222)
#C8C2E1
(200,194,225)
#CEC9E4
(206,201,228)
#D4D0E7
(212,208,231)
#DAD7EA
(218,215,234)
#E0DEED
(224,222,237)
#E6E5F0
(230,229,240)
#ECECF3
(236,236,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADD8; }

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

This text font color is #B6ADD8.


Background Color

.myBgColor { background-color: #B6ADD8; }

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

This div background color is #B6ADD8.


Border color

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

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

This div border color is #B6ADD8.


Opacity

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

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

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

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

This text has shadow with #B6ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ADD8 on black background.


Color preview on white background

This text has color #B6ADD8 on white background.



Black color preview on #B6ADD8 background

This text has black color on #B6ADD8 background.


White color preview on #B6ADD8 background

This text has white color on #B6ADD8 background.