COLOR #B3AEBC

HEX: #B3AEBC RGB: (179,174,188)

Color info

#B3AEBC contains red, green and blue colors in about the same proportion. Web safe color of #B3AEBC is #9999CC (or #99C).

RGB color model

#B3AEBC color RGB value is (179,174,188).

RGB: (179,174,188) (70%, 68%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 188 of 255 = 74%

179
174
188

R + G + B ~ 71%. #B3AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 174 + 188 = 541 (100%)
R 179 of 541 ~ 33.09%
G 174 of 541 ~ 32.16%
B 188 of 541 ~ 34.75'%

%33.09
%32.16
%34.75

CMYK color model

#B3AEBC color CMYK value is (5,7,0,26).

  • cyan value is 4.79%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (5,7,0,26)
C5M7Y0K26 (5%, 7%, 0%, 26%)
(0.05 / 0.07 / 0.00 / 0.26)

CMYK percentages

%4.79
%7.45
%0
%26.27

Codes

Color #B3AEBC in popluar color models

B3 AE BC
RGB 179 174 188
HSL 261° 9.46% 70.98%
HSB/HSV 261° 7.45% 73.73%
CMYK 4.79% 7.45% 0.00%
26.27%

Color #B3AEBC in popluar number systems.

HEX B3 AE BC
Decimal 179 174 188
Binary 10110011 10101110 10111100
Octal 263 256 274

Shades and tints

Shades of #B3AEBC

#B3AEBC
(179,174,188)
#A39FAB
(163,159,171)
#93909A
(147,144,154)
#838189
(131,129,137)
#737278
(115,114,120)
#636367
(99,99,103)
#535456
(83,84,86)
#434545
(67,69,69)
#333634
(51,54,52)
#232723
(35,39,35)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #B3AEBC

#B3AEBC
(179,174,188)
#B9B5C2
(185,181,194)
#BFBCC8
(191,188,200)
#C5C3CE
(197,195,206)
#CBCAD4
(203,202,212)
#D1D1DA
(209,209,218)
#D7D8E0
(215,216,224)
#DDDFE6
(221,223,230)
#E3E6EC
(227,230,236)
#E9EDF2
(233,237,242)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AEBC color. Also use rgb(179,174,188) instead hex code.

Text Font Color

.myTextColor { color: #B3AEBC; }

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

This text font color is #B3AEBC.

Background Color

.myBgColor { background-color: #B3AEBC; }

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

This div background color is #B3AEBC.

Border color

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

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

This div border color is #B3AEBC.

Opacity

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

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

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

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

This text has shadow with #B3AEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AEBC.

Preview

Color preview on black background

This text has color #B3AEBC on black background.


Color preview on white background

This text has color #B3AEBC on white background.


Black color preview on #B3AEBC background

This text has black color on #B3AEBC background.


White color preview on #B3AEBC background

This text has white color on #B3AEBC background.


Related colors

Complementary color

Complementary color for #hex is #4C5143.


I love getcolorcode.com

Triadic colors

1 #BCB3AE and #AEBCB3 with #B3AEBC are triadic colors.

2 #BCAEB3 and #AEB3BC with #B3AEBC are triadic colors.