COLOR #B6AEDF

HEX: #B6AEDF
RGB: (182,174,223)

Color info

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

RGB color model

#B6AEDF color RGB value is (182,174,223).

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

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 223 of 255 = 87%

182
174
223

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 223 = 579 (100%)
R 182 of 579 ~ 31.43%
G 174 of 579 ~ 30.05%
B 223 of 579 ~ 38.51%

%31.43
%30.05
%38.51

CMYK color model

#B6AEDF color CMYK value is (18,22,0,13).

  • cyan value is 18.39%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,22,0,13)
C18M22Y0K13 
(18%,22%,0%,13%)
(0.18/0.22/0.00/0.13)	

CMYK percentages

%18.39
%21.97
%0
%12.55

Codes

Color #B6AEDF in popluar color models

B6AEDF
RGB182174223
HSL250°43.36%77.84%
HSB/HSV250°21.97%87.45%
CMYK18.39%21.97%0.00%
12.55%

Color #B6AEDF in popluar number systems.

HEXB6AEDF
Decimal182174223
Binary101101101010111011011111
Octal266256337

Shades and tints

Shades of #B6AEDF

#B6AEDF
(182,174,223)
#A69FCB
(166,159,203)
#9690B7
(150,144,183)
#8681A3
(134,129,163)
#76728F
(118,114,143)
#66637B
(102,99,123)
#565467
(86,84,103)
#464553
(70,69,83)
#36363F
(54,54,63)
#26272B
(38,39,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6AEDF

#B6AEDF
(182,174,223)
#BCB5E1
(188,181,225)
#C2BCE3
(194,188,227)
#C8C3E5
(200,195,229)
#CECAE7
(206,202,231)
#D4D1E9
(212,209,233)
#DAD8EB
(218,216,235)
#E0DFED
(224,223,237)
#E6E6EF
(230,230,239)
#ECEDF1
(236,237,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEDF; }

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

This text font color is #B6AEDF.


Background Color

.myBgColor { background-color: #B6AEDF; }

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

This div background color is #B6AEDF.


Border color

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

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

This div border color is #B6AEDF.


Opacity

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

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

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

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

This text has shadow with #B6AEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEDF on black background.


Color preview on white background

This text has color #B6AEDF on white background.



Black color preview on #B6AEDF background

This text has black color on #B6AEDF background.


White color preview on #B6AEDF background

This text has white color on #B6AEDF background.