COLOR #B4AEC6

HEX: #B4AEC6 RGB: (180,174,198)

Color info

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

RGB color model

#B4AEC6 color RGB value is (180,174,198).

RGB: (180,174,198) (71%, 68%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 198 of 255 = 78%

180
174
198

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

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 198 = 552 (100%)
R 180 of 552 ~ 32.61%
G 174 of 552 ~ 31.52%
B 198 of 552 ~ 35.87'%

%32.61
%31.52
%35.87

CMYK color model

#B4AEC6 color CMYK value is (9,12,0,22).

  • cyan value is 9.09%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (9,12,0,22) C9M12Y0K22 (9%,12%,0%,22%) (0.09/0.12/0.00/0.22) 

CMYK percentages

%9.09
%12.12
%0
%22.35

Codes

Color #B4AEC6 in popluar color models

B4 AE C6
RGB 180 174 198
HSL 255° 17.39% 72.94%
HSB/HSV 255° 12.12% 77.65%
CMYK 9.09% 12.12% 0.00%
22.35%

Color #B4AEC6 in popluar number systems.

HEX B4 AE C6
Decimal 180 174 198
Binary 10110100 10101110 11000110
Octal 264 256 306

Shades and tints

Shades of #B4AEC6

#B4AEC6
(180,174,198)
#A49FB4
(164,159,180)
#9490A2
(148,144,162)
#848190
(132,129,144)
#74727E
(116,114,126)
#64636C
(100,99,108)
#54545A
(84,84,90)
#444548
(68,69,72)
#343636
(52,54,54)
#242724
(36,39,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #B4AEC6

#B4AEC6
(180,174,198)
#BAB5CB
(186,181,203)
#C0BCD0
(192,188,208)
#C6C3D5
(198,195,213)
#CCCADA
(204,202,218)
#D2D1DF
(210,209,223)
#D8D8E4
(216,216,228)
#DEDFE9
(222,223,233)
#E4E6EE
(228,230,238)
#EAEDF3
(234,237,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AEC6 color. Also use rgb(180,174,198) instead hex code.

Text Font Color

.myTextColor { color: #B4AEC6; }

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

This text font color is #B4AEC6.

Background Color

.myBgColor { background-color: #B4AEC6; }

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

This div background color is #B4AEC6.

Border color

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

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

This div border color is #B4AEC6.

Opacity

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

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

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

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

This text has shadow with #B4AEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AEC6.

Preview

Color preview on black background

This text has color #B4AEC6 on black background.


Color preview on white background

This text has color #B4AEC6 on white background.


Black color preview on #B4AEC6 background

This text has black color on #B4AEC6 background.


White color preview on #B4AEC6 background

This text has white color on #B4AEC6 background.


Related colors

Complementary color

Complementary color for #hex is #4B5139.


I love getcolorcode.com

Triadic colors

1 #C6B4AE and #AEC6B4 with #B4AEC6 are triadic colors.

2 #C6AEB4 and #AEB4C6 with #B4AEC6 are triadic colors.