COLOR #B2AADC

HEX: #B2AADC
RGB: (178,170,220)

Color info

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

RGB color model

#B2AADC color RGB value is (178,170,220).

  • red value is 178;
  • green value is 170;
  • blue value is 220.
RGB:
(178,170,220)
(70%,67%,86%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 220 of 255 = 86%

178
170
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 170 + 220 = 568 (100%)
R 178 of 568 ~ 31.34%
G 170 of 568 ~ 29.93%
B 220 of 568 ~ 38.73%

%31.34
%29.93
%38.73

CMYK color model

#B2AADC color CMYK value is (19,23,0,14).

  • cyan value is 19.09%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,23,0,14)
C19M23Y0K14 
(19%,23%,0%,14%)
(0.19/0.23/0.00/0.14)	

CMYK percentages

%19.09
%22.73
%0
%13.73

Codes

Color #B2AADC in popluar color models

B2AADC
RGB178170220
HSL250°41.67%76.47%
HSB/HSV250°22.73%86.27%
CMYK19.09%22.73%0.00%
13.73%

Color #B2AADC in popluar number systems.

HEXB2AADC
Decimal178170220
Binary101100101010101011011100
Octal262252334

Shades and tints

Shades of #B2AADC

#B2AADC
(178,170,220)
#A29BC8
(162,155,200)
#928CB4
(146,140,180)
#827DA0
(130,125,160)
#726E8C
(114,110,140)
#625F78
(98,95,120)
#525064
(82,80,100)
#424150
(66,65,80)
#32323C
(50,50,60)
#222328
(34,35,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B2AADC

#B2AADC
(178,170,220)
#B9B1DF
(185,177,223)
#C0B8E2
(192,184,226)
#C7BFE5
(199,191,229)
#CEC6E8
(206,198,232)
#D5CDEB
(213,205,235)
#DCD4EE
(220,212,238)
#E3DBF1
(227,219,241)
#EAE2F4
(234,226,244)
#F1E9F7
(241,233,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AADC color. Also use rgb(178,170,220) instead hex code.

Text Font Color

.myTextColor { color: #B2AADC; }

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

This text font color is #B2AADC.


Background Color

.myBgColor { background-color: #B2AADC; }

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

This div background color is #B2AADC.


Border color

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

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

This div border color is #B2AADC.


Opacity

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

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

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

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

This text has shadow with #B2AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AADC on black background.


Color preview on white background

This text has color #B2AADC on white background.



Black color preview on #B2AADC background

This text has black color on #B2AADC background.


White color preview on #B2AADC background

This text has white color on #B2AADC background.