COLOR #B2AEC6

HEX: #B2AEC6
RGB: (178,174,198)

Color info

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

RGB color model

#B2AEC6 color RGB value is (178,174,198).

  • red value is 178;
  • green value is 174;
  • blue value is 198.
RGB:
(178,174,198)
(70%,68%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 198 of 255 = 78%

178
174
198

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

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 198 = 550 (100%)
R 178 of 550 ~ 32.36%
G 174 of 550 ~ 31.64%
B 198 of 550 ~ 36%

%32.36
%31.64
%36

CMYK color model

#B2AEC6 color CMYK value is (10,12,0,22).

  • cyan value is 10.10%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,12,0,22)
C10M12Y0K22 
(10%,12%,0%,22%)
(0.10/0.12/0.00/0.22)	

CMYK percentages

%10.1
%12.12
%0
%22.35

Codes

Color #B2AEC6 in popluar color models

B2AEC6
RGB178174198
HSL250°17.39%72.94%
HSB/HSV250°12.12%77.65%
CMYK10.10%12.12%0.00%
22.35%

Color #B2AEC6 in popluar number systems.

HEXB2AEC6
Decimal178174198
Binary101100101010111011000110
Octal262256306

Shades and tints

Shades of #B2AEC6

#B2AEC6
(178,174,198)
#A29FB4
(162,159,180)
#9290A2
(146,144,162)
#828190
(130,129,144)
#72727E
(114,114,126)
#62636C
(98,99,108)
#52545A
(82,84,90)
#424548
(66,69,72)
#323636
(50,54,54)
#222724
(34,39,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2AEC6

#B2AEC6
(178,174,198)
#B9B5CB
(185,181,203)
#C0BCD0
(192,188,208)
#C7C3D5
(199,195,213)
#CECADA
(206,202,218)
#D5D1DF
(213,209,223)
#DCD8E4
(220,216,228)
#E3DFE9
(227,223,233)
#EAE6EE
(234,230,238)
#F1EDF3
(241,237,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEC6; }

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

This text font color is #B2AEC6.


Background Color

.myBgColor { background-color: #B2AEC6; }

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

This div background color is #B2AEC6.


Border color

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

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

This div border color is #B2AEC6.


Opacity

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

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

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

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

This text has shadow with #B2AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AEC6 on black background.


Color preview on white background

This text has color #B2AEC6 on white background.



Black color preview on #B2AEC6 background

This text has black color on #B2AEC6 background.


White color preview on #B2AEC6 background

This text has white color on #B2AEC6 background.