COLOR #B6AADE

HEX: #B6AADE RGB: (182,170,222)

Color info

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

RGB color model

#B6AADE color RGB value is (182,170,222).

RGB: (182,170,222) (71%, 67%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 222 of 255 = 87%

182
170
222

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

Portions of RGB colors in percentages

R + G + B = 182 + 170 + 222 = 574 (100%)
R 182 of 574 ~ 31.71%
G 170 of 574 ~ 29.62%
B 222 of 574 ~ 38.68'%

%31.71
%29.62
%38.68

CMYK color model

#B6AADE color CMYK value is (18,23,0,13).

  • cyan value is 18.02%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (18,23,0,13)
C18M23Y0K13 (18%, 23%, 0%, 13%)
(0.18 / 0.23 / 0.00 / 0.13)

CMYK percentages

%18.02
%23.42
%0
%12.94

Codes

Color #B6AADE in popluar color models

B6 AA DE
RGB 182 170 222
HSL 254° 44.07% 76.86%
HSB/HSV 254° 23.42% 87.06%
CMYK 18.02% 23.42% 0.00%
12.94%

Color #B6AADE in popluar number systems.

HEX B6 AA DE
Decimal 182 170 222
Binary 10110110 10101010 11011110
Octal 266 252 336

Shades and tints

Shades of #B6AADE

#B6AADE
(182,170,222)
#A69BCA
(166,155,202)
#968CB6
(150,140,182)
#867DA2
(134,125,162)
#766E8E
(118,110,142)
#665F7A
(102,95,122)
#565066
(86,80,102)
#464152
(70,65,82)
#36323E
(54,50,62)
#26232A
(38,35,42)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B6AADE

#B6AADE
(182,170,222)
#BCB1E1
(188,177,225)
#C2B8E4
(194,184,228)
#C8BFE7
(200,191,231)
#CEC6EA
(206,198,234)
#D4CDED
(212,205,237)
#DAD4F0
(218,212,240)
#E0DBF3
(224,219,243)
#E6E2F6
(230,226,246)
#ECE9F9
(236,233,249)
#F2F0FC
(242,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AADE color. Also use rgb(182,170,222) instead hex code.

Text Font Color

.myTextColor { color: #B6AADE; }

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

This text font color is #B6AADE.

Background Color

.myBgColor { background-color: #B6AADE; }

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

This div background color is #B6AADE.

Border color

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

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

This div border color is #B6AADE.

Opacity

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

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

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

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

This text has shadow with #B6AADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AADE.

Preview

Color preview on black background

This text has color #B6AADE on black background.


Color preview on white background

This text has color #B6AADE on white background.


Black color preview on #B6AADE background

This text has black color on #B6AADE background.


White color preview on #B6AADE background

This text has white color on #B6AADE background.


Related colors

Complementary color

Complementary color for #hex is #495521.


I love getcolorcode.com

Triadic colors

1 #DEB6AA and #AADEB6 with #B6AADE are triadic colors.

2 #DEAAB6 and #AAB6DE with #B6AADE are triadic colors.