COLOR #B6ADDC

HEX: #B6ADDC RGB: (182,173,220)

Color info

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

RGB color model

#B6ADDC color RGB value is (182,173,220).

RGB: (182,173,220) (71%, 68%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 220 of 255 = 86%

182
173
220

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

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 220 = 575 (100%)
R 182 of 575 ~ 31.65%
G 173 of 575 ~ 30.09%
B 220 of 575 ~ 38.26'%

%31.65
%30.09
%38.26

CMYK color model

#B6ADDC color CMYK value is (17,21,0,14).

  • cyan value is 17.27%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (17,21,0,14)
C17M21Y0K14 (17%, 21%, 0%, 14%)
(0.17 / 0.21 / 0.00 / 0.14)

CMYK percentages

%17.27
%21.36
%0
%13.73

Codes

Color #B6ADDC in popluar color models

B6 AD DC
RGB 182 173 220
HSL 251° 40.17% 77.06%
HSB/HSV 251° 21.36% 86.27%
CMYK 17.27% 21.36% 0.00%
13.73%

Color #B6ADDC in popluar number systems.

HEX B6 AD DC
Decimal 182 173 220
Binary 10110110 10101101 11011100
Octal 266 255 334

Shades and tints

Shades of #B6ADDC

#B6ADDC
(182,173,220)
#A69EC8
(166,158,200)
#968FB4
(150,143,180)
#8680A0
(134,128,160)
#76718C
(118,113,140)
#666278
(102,98,120)
#565364
(86,83,100)
#464450
(70,68,80)
#36353C
(54,53,60)
#262628
(38,38,40)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6ADDC

#B6ADDC
(182,173,220)
#BCB4DF
(188,180,223)
#C2BBE2
(194,187,226)
#C8C2E5
(200,194,229)
#CEC9E8
(206,201,232)
#D4D0EB
(212,208,235)
#DAD7EE
(218,215,238)
#E0DEF1
(224,222,241)
#E6E5F4
(230,229,244)
#ECECF7
(236,236,247)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADDC; }

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

This text font color is #B6ADDC.

Background Color

.myBgColor { background-color: #B6ADDC; }

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

This div background color is #B6ADDC.

Border color

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

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

This div border color is #B6ADDC.

Opacity

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

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

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

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

This text has shadow with #B6ADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ADDC.

Preview

Color preview on black background

This text has color #B6ADDC on black background.


Color preview on white background

This text has color #B6ADDC on white background.


Black color preview on #B6ADDC background

This text has black color on #B6ADDC background.


White color preview on #B6ADDC background

This text has white color on #B6ADDC background.


Related colors

Complementary color

Complementary color for #hex is #495223.


I love getcolorcode.com

Triadic colors

1 #DCB6AD and #ADDCB6 with #B6ADDC are triadic colors.

2 #DCADB6 and #ADB6DC with #B6ADDC are triadic colors.