COLOR #B6AECA

HEX: #B6AECA RGB: (182,174,202)

Color info

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

RGB color model

#B6AECA color RGB value is (182,174,202).

RGB: (182,174,202) (71%, 68%, 79%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 202 of 255 = 79%

182
174
202

R + G + B ~ 73%. #B6AECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 174 + 202 = 558 (100%)
R 182 of 558 ~ 32.62%
G 174 of 558 ~ 31.18%
B 202 of 558 ~ 36.2'%

%32.62
%31.18
%36.2

CMYK color model

#B6AECA color CMYK value is (10,14,0,21).

  • cyan value is 9.90%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,14,0,21)
C10M14Y0K21 (10%, 14%, 0%, 21%)
(0.10 / 0.14 / 0.00 / 0.21)

CMYK percentages

%9.9
%13.86
%0
%20.78

Codes

Color #B6AECA in popluar color models

B6 AE CA
RGB 182 174 202
HSL 257° 20.90% 73.73%
HSB/HSV 257° 13.86% 79.22%
CMYK 9.90% 13.86% 0.00%
20.78%

Color #B6AECA in popluar number systems.

HEX B6 AE CA
Decimal 182 174 202
Binary 10110110 10101110 11001010
Octal 266 256 312

Shades and tints

Shades of #B6AECA

#B6AECA
(182,174,202)
#A69FB8
(166,159,184)
#9690A6
(150,144,166)
#868194
(134,129,148)
#767282
(118,114,130)
#666370
(102,99,112)
#56545E
(86,84,94)
#46454C
(70,69,76)
#36363A
(54,54,58)
#262728
(38,39,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6AECA

#B6AECA
(182,174,202)
#BCB5CE
(188,181,206)
#C2BCD2
(194,188,210)
#C8C3D6
(200,195,214)
#CECADA
(206,202,218)
#D4D1DE
(212,209,222)
#DAD8E2
(218,216,226)
#E0DFE6
(224,223,230)
#E6E6EA
(230,230,234)
#ECEDEE
(236,237,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AECA; }

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

This text font color is #B6AECA.

Background Color

.myBgColor { background-color: #B6AECA; }

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

This div background color is #B6AECA.

Border color

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

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

This div border color is #B6AECA.

Opacity

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

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

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

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

This text has shadow with #B6AECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AECA.

Preview

Color preview on black background

This text has color #B6AECA on black background.


Color preview on white background

This text has color #B6AECA on white background.


Black color preview on #B6AECA background

This text has black color on #B6AECA background.


White color preview on #B6AECA background

This text has white color on #B6AECA background.


Related colors

Complementary color

Complementary color for #hex is #495135.


I love getcolorcode.com

Triadic colors

1 #CAB6AE and #AECAB6 with #B6AECA are triadic colors.

2 #CAAEB6 and #AEB6CA with #B6AECA are triadic colors.