COLOR #B6ADD5

HEX: #B6ADD5
RGB: (182,173,213)

Color info

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

RGB color model

#B6ADD5 color RGB value is (182,173,213).

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

RGB channels and saturation

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

182
173
213

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

Portions of RGB colors in percentages

R + G + B =
182 + 173 + 213 = 568 (100%)
R 182 of 568 ~ 32.04%
G 173 of 568 ~ 30.46%
B 213 of 568 ~ 37.5%

%32.04
%30.46
%37.5

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,19,0,16)
C15M19Y0K16 
(15%,19%,0%,16%)
(0.15/0.19/0.00/0.16)	

CMYK percentages

%14.55
%18.78
%0
%16.47

Codes

Color #B6ADD5 in popluar color models

B6ADD5
RGB182173213
HSL254°32.26%75.69%
HSB/HSV254°18.78%83.53%
CMYK14.55%18.78%0.00%
16.47%

Color #B6ADD5 in popluar number systems.

HEXB6ADD5
Decimal182173213
Binary101101101010110111010101
Octal266255325

Shades and tints

Shades of #B6ADD5

#B6ADD5
(182,173,213)
#A69EC2
(166,158,194)
#968FAF
(150,143,175)
#86809C
(134,128,156)
#767189
(118,113,137)
#666276
(102,98,118)
#565363
(86,83,99)
#464450
(70,68,80)
#36353D
(54,53,61)
#26262A
(38,38,42)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6ADD5

#B6ADD5
(182,173,213)
#BCB4D8
(188,180,216)
#C2BBDB
(194,187,219)
#C8C2DE
(200,194,222)
#CEC9E1
(206,201,225)
#D4D0E4
(212,208,228)
#DAD7E7
(218,215,231)
#E0DEEA
(224,222,234)
#E6E5ED
(230,229,237)
#ECECF0
(236,236,240)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADD5; }

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

This text font color is #B6ADD5.


Background Color

.myBgColor { background-color: #B6ADD5; }

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

This div background color is #B6ADD5.


Border color

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

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

This div border color is #B6ADD5.


Opacity

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

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

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

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

This text has shadow with #B6ADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ADD5 on black background.


Color preview on white background

This text has color #B6ADD5 on white background.



Black color preview on #B6ADD5 background

This text has black color on #B6ADD5 background.


White color preview on #B6ADD5 background

This text has white color on #B6ADD5 background.