COLOR #B2ABDE

HEX: #B2ABDE RGB: (178,171,222)

Color info

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

RGB color model

#B2ABDE color RGB value is (178,171,222).

RGB: (178,171,222) (70%, 67%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 222 of 255 = 87%

178
171
222

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

Portions of RGB colors in percentages

R + G + B = 178 + 171 + 222 = 571 (100%)
R 178 of 571 ~ 31.17%
G 171 of 571 ~ 29.95%
B 222 of 571 ~ 38.88'%

%31.17
%29.95
%38.88

CMYK color model

#B2ABDE color CMYK value is (20,23,0,13).

  • cyan value is 19.82%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (20,23,0,13)
C20M23Y0K13 (20%, 23%, 0%, 13%)
(0.20 / 0.23 / 0.00 / 0.13)

CMYK percentages

%19.82
%22.97
%0
%12.94

Codes

Color #B2ABDE in popluar color models

B2 AB DE
RGB 178 171 222
HSL 248° 43.59% 77.06%
HSB/HSV 248° 22.97% 87.06%
CMYK 19.82% 22.97% 0.00%
12.94%

Color #B2ABDE in popluar number systems.

HEX B2 AB DE
Decimal 178 171 222
Binary 10110010 10101011 11011110
Octal 262 253 336

Shades and tints

Shades of #B2ABDE

#B2ABDE
(178,171,222)
#A29CCA
(162,156,202)
#928DB6
(146,141,182)
#827EA2
(130,126,162)
#726F8E
(114,111,142)
#62607A
(98,96,122)
#525166
(82,81,102)
#424252
(66,66,82)
#32333E
(50,51,62)
#22242A
(34,36,42)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2ABDE

#B2ABDE
(178,171,222)
#B9B2E1
(185,178,225)
#C0B9E4
(192,185,228)
#C7C0E7
(199,192,231)
#CEC7EA
(206,199,234)
#D5CEED
(213,206,237)
#DCD5F0
(220,213,240)
#E3DCF3
(227,220,243)
#EAE3F6
(234,227,246)
#F1EAF9
(241,234,249)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ABDE color. Also use rgb(178,171,222) instead hex code.

Text Font Color

.myTextColor { color: #B2ABDE; }

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

This text font color is #B2ABDE.

Background Color

.myBgColor { background-color: #B2ABDE; }

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

This div background color is #B2ABDE.

Border color

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

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

This div border color is #B2ABDE.

Opacity

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

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

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

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

This text has shadow with #B2ABDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ABDE.

Preview

Color preview on black background

This text has color #B2ABDE on black background.


Color preview on white background

This text has color #B2ABDE on white background.


Black color preview on #B2ABDE background

This text has black color on #B2ABDE background.


White color preview on #B2ABDE background

This text has white color on #B2ABDE background.


Related colors

Complementary color

Complementary color for #hex is #4D5421.


I love getcolorcode.com

Triadic colors

1 #DEB2AB and #ABDEB2 with #B2ABDE are triadic colors.

2 #DEABB2 and #ABB2DE with #B2ABDE are triadic colors.