COLOR #B6AEE0

HEX: #B6AEE0
RGB: (182,174,224)

Color info

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

RGB color model

#B6AEE0 color RGB value is (182,174,224).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 224 of 255 = 88%

182
174
224

R + G + B ~ 76%. #B6AEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 224 = 580 (100%)
R 182 of 580 ~ 31.38%
G 174 of 580 ~ 30%
B 224 of 580 ~ 38.62%

%31.38
%30
%38.62

CMYK color model

#B6AEE0 color CMYK value is (19,22,0,12).

  • cyan value is 18.75%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(19,22,0,12)
C19M22Y0K12 
(19%,22%,0%,12%)
(0.19/0.22/0.00/0.12)	

CMYK percentages

%18.75
%22.32
%0
%12.16

Codes

Color #B6AEE0 in popluar color models

B6AEE0
RGB182174224
HSL250°44.64%78.04%
HSB/HSV250°22.32%87.84%
CMYK18.75%22.32%0.00%
12.16%

Color #B6AEE0 in popluar number systems.

HEXB6AEE0
Decimal182174224
Binary101101101010111011100000
Octal266256340

Shades and tints

Shades of #B6AEE0

#B6AEE0
(182,174,224)
#A69FCC
(166,159,204)
#9690B8
(150,144,184)
#8681A4
(134,129,164)
#767290
(118,114,144)
#66637C
(102,99,124)
#565468
(86,84,104)
#464554
(70,69,84)
#363640
(54,54,64)
#26272C
(38,39,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6AEE0

#B6AEE0
(182,174,224)
#BCB5E2
(188,181,226)
#C2BCE4
(194,188,228)
#C8C3E6
(200,195,230)
#CECAE8
(206,202,232)
#D4D1EA
(212,209,234)
#DAD8EC
(218,216,236)
#E0DFEE
(224,223,238)
#E6E6F0
(230,230,240)
#ECEDF2
(236,237,242)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEE0; }

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

This text font color is #B6AEE0.


Background Color

.myBgColor { background-color: #B6AEE0; }

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

This div background color is #B6AEE0.


Border color

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

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

This div border color is #B6AEE0.


Opacity

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

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

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

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

This text has shadow with #B6AEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEE0 on black background.


Color preview on white background

This text has color #B6AEE0 on white background.



Black color preview on #B6AEE0 background

This text has black color on #B6AEE0 background.


White color preview on #B6AEE0 background

This text has white color on #B6AEE0 background.