COLOR #B2AADF

HEX: #B2AADF RGB: (178,170,223)

Color info

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

RGB color model

#B2AADF color RGB value is (178,170,223).

RGB: (178,170,223) (70%, 67%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 223 of 255 = 87%

178
170
223

R + G + B ~ 75%. #B2AADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 223 = 571 (100%)
R 178 of 571 ~ 31.17%
G 170 of 571 ~ 29.77%
B 223 of 571 ~ 39.05'%

%31.17
%29.77
%39.05

CMYK color model

#B2AADF color CMYK value is (20,24,0,13).

  • cyan value is 20.18%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (20,24,0,13)
C20M24Y0K13 (20%, 24%, 0%, 13%)
(0.20 / 0.24 / 0.00 / 0.13)

CMYK percentages

%20.18
%23.77
%0
%12.55

Codes

Color #B2AADF in popluar color models

B2 AA DF
RGB 178 170 223
HSL 249° 45.30% 77.06%
HSB/HSV 249° 23.77% 87.45%
CMYK 20.18% 23.77% 0.00%
12.55%

Color #B2AADF in popluar number systems.

HEX B2 AA DF
Decimal 178 170 223
Binary 10110010 10101010 11011111
Octal 262 252 337

Shades and tints

Shades of #B2AADF

#B2AADF
(178,170,223)
#A29BCB
(162,155,203)
#928CB7
(146,140,183)
#827DA3
(130,125,163)
#726E8F
(114,110,143)
#625F7B
(98,95,123)
#525067
(82,80,103)
#424153
(66,65,83)
#32323F
(50,50,63)
#22232B
(34,35,43)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2AADF

#B2AADF
(178,170,223)
#B9B1E1
(185,177,225)
#C0B8E3
(192,184,227)
#C7BFE5
(199,191,229)
#CEC6E7
(206,198,231)
#D5CDE9
(213,205,233)
#DCD4EB
(220,212,235)
#E3DBED
(227,219,237)
#EAE2EF
(234,226,239)
#F1E9F1
(241,233,241)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AADF; }

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

This text font color is #B2AADF.

Background Color

.myBgColor { background-color: #B2AADF; }

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

This div background color is #B2AADF.

Border color

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

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

This div border color is #B2AADF.

Opacity

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

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

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

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

This text has shadow with #B2AADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AADF.

Preview

Color preview on black background

This text has color #B2AADF on black background.


Color preview on white background

This text has color #B2AADF on white background.


Black color preview on #B2AADF background

This text has black color on #B2AADF background.


White color preview on #B2AADF background

This text has white color on #B2AADF background.


Related colors

Complementary color

Complementary color for #hex is #4D5520.


I love getcolorcode.com

Triadic colors

1 #DFB2AA and #AADFB2 with #B2AADF are triadic colors.

2 #DFAAB2 and #AAB2DF with #B2AADF are triadic colors.