COLOR #B2AED4

HEX: #B2AED4
RGB: (178,174,212)

Color info

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

RGB color model

#B2AED4 color RGB value is (178,174,212).

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

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 212 of 255 = 83%

178
174
212

R + G + B ~ 74%. #B2AED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 212 = 564 (100%)
R 178 of 564 ~ 31.56%
G 174 of 564 ~ 30.85%
B 212 of 564 ~ 37.59%

%31.56
%30.85
%37.59

CMYK color model

#B2AED4 color CMYK value is (16,18,0,17).

  • cyan value is 16.04%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,18,0,17)
C16M18Y0K17 
(16%,18%,0%,17%)
(0.16/0.18/0.00/0.17)	

CMYK percentages

%16.04
%17.92
%0
%16.86

Codes

Color #B2AED4 in popluar color models

B2AED4
RGB178174212
HSL246°30.65%75.69%
HSB/HSV246°17.92%83.14%
CMYK16.04%17.92%0.00%
16.86%

Color #B2AED4 in popluar number systems.

HEXB2AED4
Decimal178174212
Binary101100101010111011010100
Octal262256324

Shades and tints

Shades of #B2AED4

#B2AED4
(178,174,212)
#A29FC1
(162,159,193)
#9290AE
(146,144,174)
#82819B
(130,129,155)
#727288
(114,114,136)
#626375
(98,99,117)
#525462
(82,84,98)
#42454F
(66,69,79)
#32363C
(50,54,60)
#222729
(34,39,41)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2AED4

#B2AED4
(178,174,212)
#B9B5D7
(185,181,215)
#C0BCDA
(192,188,218)
#C7C3DD
(199,195,221)
#CECAE0
(206,202,224)
#D5D1E3
(213,209,227)
#DCD8E6
(220,216,230)
#E3DFE9
(227,223,233)
#EAE6EC
(234,230,236)
#F1EDEF
(241,237,239)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AED4; }

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

This text font color is #B2AED4.


Background Color

.myBgColor { background-color: #B2AED4; }

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

This div background color is #B2AED4.


Border color

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

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

This div border color is #B2AED4.


Opacity

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

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

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

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

This text has shadow with #B2AED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AED4 on black background.


Color preview on white background

This text has color #B2AED4 on white background.



Black color preview on #B2AED4 background

This text has black color on #B2AED4 background.


White color preview on #B2AED4 background

This text has white color on #B2AED4 background.