COLOR #B6ADCA

HEX: #B6ADCA
RGB: (182,173,202)

Color info

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

RGB color model

#B6ADCA color RGB value is (182,173,202).

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

RGB channels and saturation

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

182
173
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 173 + 202 = 557 (100%)
R 182 of 557 ~ 32.68%
G 173 of 557 ~ 31.06%
B 202 of 557 ~ 36.27%

%32.68
%31.06
%36.27

CMYK color model

#B6ADCA color CMYK value is (10,14,0,21).

  • cyan value is 9.90%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,14,0,21)
C10M14Y0K21 
(10%,14%,0%,21%)
(0.10/0.14/0.00/0.21)	

CMYK percentages

%9.9
%14.36
%0
%20.78

Codes

Color #B6ADCA in popluar color models

B6ADCA
RGB182173202
HSL259°21.48%73.53%
HSB/HSV259°14.36%79.22%
CMYK9.90%14.36%0.00%
20.78%

Color #B6ADCA in popluar number systems.

HEXB6ADCA
Decimal182173202
Binary101101101010110111001010
Octal266255312

Shades and tints

Shades of #B6ADCA

#B6ADCA
(182,173,202)
#A69EB8
(166,158,184)
#968FA6
(150,143,166)
#868094
(134,128,148)
#767182
(118,113,130)
#666270
(102,98,112)
#56535E
(86,83,94)
#46444C
(70,68,76)
#36353A
(54,53,58)
#262628
(38,38,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #B6ADCA

#B6ADCA
(182,173,202)
#BCB4CE
(188,180,206)
#C2BBD2
(194,187,210)
#C8C2D6
(200,194,214)
#CEC9DA
(206,201,218)
#D4D0DE
(212,208,222)
#DAD7E2
(218,215,226)
#E0DEE6
(224,222,230)
#E6E5EA
(230,229,234)
#ECECEE
(236,236,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ADCA; }

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

This text font color is #B6ADCA.


Background Color

.myBgColor { background-color: #B6ADCA; }

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

This div background color is #B6ADCA.


Border color

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

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

This div border color is #B6ADCA.


Opacity

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

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

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

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

This text has shadow with #B6ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6ADCA on black background.


Color preview on white background

This text has color #B6ADCA on white background.



Black color preview on #B6ADCA background

This text has black color on #B6ADCA background.


White color preview on #B6ADCA background

This text has white color on #B6ADCA background.