COLOR #B6AED7

HEX: #B6AED7
RGB: (182,174,215)

Color info

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

RGB color model

#B6AED7 color RGB value is (182,174,215).

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

RGB channels and saturation

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

182
174
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 215 = 571 (100%)
R 182 of 571 ~ 31.87%
G 174 of 571 ~ 30.47%
B 215 of 571 ~ 37.65%

%31.87
%30.47
%37.65

CMYK color model

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

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

CMYK percentages

%15.35
%19.07
%0
%15.69

Codes

Color #B6AED7 in popluar color models

B6AED7
RGB182174215
HSL252°33.88%76.27%
HSB/HSV252°19.07%84.31%
CMYK15.35%19.07%0.00%
15.69%

Color #B6AED7 in popluar number systems.

HEXB6AED7
Decimal182174215
Binary101101101010111011010111
Octal266256327

Shades and tints

Shades of #B6AED7

#B6AED7
(182,174,215)
#A69FC4
(166,159,196)
#9690B1
(150,144,177)
#86819E
(134,129,158)
#76728B
(118,114,139)
#666378
(102,99,120)
#565465
(86,84,101)
#464552
(70,69,82)
#36363F
(54,54,63)
#26272C
(38,39,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #B6AED7

#B6AED7
(182,174,215)
#BCB5DA
(188,181,218)
#C2BCDD
(194,188,221)
#C8C3E0
(200,195,224)
#CECAE3
(206,202,227)
#D4D1E6
(212,209,230)
#DAD8E9
(218,216,233)
#E0DFEC
(224,223,236)
#E6E6EF
(230,230,239)
#ECEDF2
(236,237,242)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AED7; }

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

This text font color is #B6AED7.


Background Color

.myBgColor { background-color: #B6AED7; }

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

This div background color is #B6AED7.


Border color

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

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

This div border color is #B6AED7.


Opacity

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

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

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

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

This text has shadow with #B6AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AED7 on black background.


Color preview on white background

This text has color #B6AED7 on white background.



Black color preview on #B6AED7 background

This text has black color on #B6AED7 background.


White color preview on #B6AED7 background

This text has white color on #B6AED7 background.