COLOR #B6AEC2

HEX: #B6AEC2 RGB: (182,174,194)

Color info

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

RGB color model

#B6AEC2 color RGB value is (182,174,194).

RGB: (182,174,194) (71%, 68%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 194 of 255 = 76%

182
174
194

R + G + B ~ 72%. #B6AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 174 + 194 = 550 (100%)
R 182 of 550 ~ 33.09%
G 174 of 550 ~ 31.64%
B 194 of 550 ~ 35.27'%

%33.09
%31.64
%35.27

CMYK color model

#B6AEC2 color CMYK value is (6,10,0,24).

  • cyan value is 6.19%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (6,10,0,24)
C6M10Y0K24 (6%, 10%, 0%, 24%)
(0.06 / 0.10 / 0.00 / 0.24)

CMYK percentages

%6.19
%10.31
%0
%23.92

Codes

Color #B6AEC2 in popluar color models

B6 AE C2
RGB 182 174 194
HSL 264° 14.08% 72.16%
HSB/HSV 264° 10.31% 76.08%
CMYK 6.19% 10.31% 0.00%
23.92%

Color #B6AEC2 in popluar number systems.

HEX B6 AE C2
Decimal 182 174 194
Binary 10110110 10101110 11000010
Octal 266 256 302

Shades and tints

Shades of #B6AEC2

#B6AEC2
(182,174,194)
#A69FB1
(166,159,177)
#9690A0
(150,144,160)
#86818F
(134,129,143)
#76727E
(118,114,126)
#66636D
(102,99,109)
#56545C
(86,84,92)
#46454B
(70,69,75)
#36363A
(54,54,58)
#262729
(38,39,41)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6AEC2

#B6AEC2
(182,174,194)
#BCB5C7
(188,181,199)
#C2BCCC
(194,188,204)
#C8C3D1
(200,195,209)
#CECAD6
(206,202,214)
#D4D1DB
(212,209,219)
#DAD8E0
(218,216,224)
#E0DFE5
(224,223,229)
#E6E6EA
(230,230,234)
#ECEDEF
(236,237,239)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AEC2; }

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

This text font color is #B6AEC2.

Background Color

.myBgColor { background-color: #B6AEC2; }

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

This div background color is #B6AEC2.

Border color

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

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

This div border color is #B6AEC2.

Opacity

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

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

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

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

This text has shadow with #B6AEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AEC2.

Preview

Color preview on black background

This text has color #B6AEC2 on black background.


Color preview on white background

This text has color #B6AEC2 on white background.


Black color preview on #B6AEC2 background

This text has black color on #B6AEC2 background.


White color preview on #B6AEC2 background

This text has white color on #B6AEC2 background.


Related colors

Complementary color

Complementary color for #hex is #49513D.


I love getcolorcode.com

Triadic colors

1 #C2B6AE and #AEC2B6 with #B6AEC2 are triadic colors.

2 #C2AEB6 and #AEB6C2 with #B6AEC2 are triadic colors.