COLOR #B8AEC6

HEX: #B8AEC6 RGB: (184,174,198)

Color info

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

RGB color model

#B8AEC6 color RGB value is (184,174,198).

RGB: (184,174,198) (72%, 68%, 78%)

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 198 of 255 = 78%

184
174
198

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

Portions of RGB colors in percentages

R + G + B = 184 + 174 + 198 = 556 (100%)
R 184 of 556 ~ 33.09%
G 174 of 556 ~ 31.29%
B 198 of 556 ~ 35.61'%

%33.09
%31.29
%35.61

CMYK color model

#B8AEC6 color CMYK value is (7,12,0,22).

  • cyan value is 7.07%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (7,12,0,22)
C7M12Y0K22 (7%, 12%, 0%, 22%)
(0.07 / 0.12 / 0.00 / 0.22)

CMYK percentages

%7.07
%12.12
%0
%22.35

Codes

Color #B8AEC6 in popluar color models

B8 AE C6
RGB 184 174 198
HSL 265° 17.39% 72.94%
HSB/HSV 265° 12.12% 77.65%
CMYK 7.07% 12.12% 0.00%
22.35%

Color #B8AEC6 in popluar number systems.

HEX B8 AE C6
Decimal 184 174 198
Binary 10111000 10101110 11000110
Octal 270 256 306

Shades and tints

Shades of #B8AEC6

#B8AEC6
(184,174,198)
#A89FB4
(168,159,180)
#9890A2
(152,144,162)
#888190
(136,129,144)
#78727E
(120,114,126)
#68636C
(104,99,108)
#58545A
(88,84,90)
#484548
(72,69,72)
#383636
(56,54,54)
#282724
(40,39,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #B8AEC6

#B8AEC6
(184,174,198)
#BEB5CB
(190,181,203)
#C4BCD0
(196,188,208)
#CAC3D5
(202,195,213)
#D0CADA
(208,202,218)
#D6D1DF
(214,209,223)
#DCD8E4
(220,216,228)
#E2DFE9
(226,223,233)
#E8E6EE
(232,230,238)
#EEEDF3
(238,237,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AEC6; }

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

This text font color is #B8AEC6.

Background Color

.myBgColor { background-color: #B8AEC6; }

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

This div background color is #B8AEC6.

Border color

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

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

This div border color is #B8AEC6.

Opacity

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

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

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

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

This text has shadow with #B8AEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AEC6.

Preview

Color preview on black background

This text has color #B8AEC6 on black background.


Color preview on white background

This text has color #B8AEC6 on white background.


Black color preview on #B8AEC6 background

This text has black color on #B8AEC6 background.


White color preview on #B8AEC6 background

This text has white color on #B8AEC6 background.


Related colors

Complementary color

Complementary color for #hex is #475139.


I love getcolorcode.com

Triadic colors

1 #C6B8AE and #AEC6B8 with #B8AEC6 are triadic colors.

2 #C6AEB8 and #AEB8C6 with #B8AEC6 are triadic colors.