COLOR #B6AED5

HEX: #B6AED5
RGB: (182,174,213)

Color info

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

RGB color model

#B6AED5 color RGB value is (182,174,213).

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

RGB channels and saturation

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

182
174
213

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 213 = 569 (100%)
R 182 of 569 ~ 31.99%
G 174 of 569 ~ 30.58%
B 213 of 569 ~ 37.43%

%31.99
%30.58
%37.43

CMYK color model

#B6AED5 color CMYK value is (15,18,0,16).

  • cyan value is 14.55%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,18,0,16)
C15M18Y0K16 
(15%,18%,0%,16%)
(0.15/0.18/0.00/0.16)	

CMYK percentages

%14.55
%18.31
%0
%16.47

Codes

Color #B6AED5 in popluar color models

B6AED5
RGB182174213
HSL252°31.71%75.88%
HSB/HSV252°18.31%83.53%
CMYK14.55%18.31%0.00%
16.47%

Color #B6AED5 in popluar number systems.

HEXB6AED5
Decimal182174213
Binary101101101010111011010101
Octal266256325

Shades and tints

Shades of #B6AED5

#B6AED5
(182,174,213)
#A69FC2
(166,159,194)
#9690AF
(150,144,175)
#86819C
(134,129,156)
#767289
(118,114,137)
#666376
(102,99,118)
#565463
(86,84,99)
#464550
(70,69,80)
#36363D
(54,54,61)
#26272A
(38,39,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6AED5

#B6AED5
(182,174,213)
#BCB5D8
(188,181,216)
#C2BCDB
(194,188,219)
#C8C3DE
(200,195,222)
#CECAE1
(206,202,225)
#D4D1E4
(212,209,228)
#DAD8E7
(218,216,231)
#E0DFEA
(224,223,234)
#E6E6ED
(230,230,237)
#ECEDF0
(236,237,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AED5; }

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

This text font color is #B6AED5.


Background Color

.myBgColor { background-color: #B6AED5; }

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

This div background color is #B6AED5.


Border color

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

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

This div border color is #B6AED5.


Opacity

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

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

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

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

This text has shadow with #B6AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AED5 on black background.


Color preview on white background

This text has color #B6AED5 on white background.



Black color preview on #B6AED5 background

This text has black color on #B6AED5 background.


White color preview on #B6AED5 background

This text has white color on #B6AED5 background.