COLOR #B2ADF4

HEX: #B2ADF4 RGB: (178,173,244)

Color info

#B2ADF4 contains mainly blue color. Web safe color of #B2ADF4 is #9999FF (or #99F).

RGB color model

#B2ADF4 color RGB value is (178,173,244).

RGB: (178,173,244) (70%, 68%, 96%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 244 of 255 = 96%

178
173
244

R + G + B ~ 78%. #B2ADF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 244 = 595 (100%)
R 178 of 595 ~ 29.92%
G 173 of 595 ~ 29.08%
B 244 of 595 ~ 41.01'%

%29.92
%29.08
%41.01

CMYK color model

#B2ADF4 color CMYK value is (27,29,0,4).

  • cyan value is 27.05%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (27,29,0,4)
C27M29Y0K4 (27%, 29%, 0%, 4%)
(0.27 / 0.29 / 0.00 / 0.04)

CMYK percentages

%27.05
%29.1
%0
%4.31

Codes

Color #B2ADF4 in popluar color models

B2 AD F4
RGB 178 173 244
HSL 244° 76.34% 81.76%
HSB/HSV 244° 29.10% 95.69%
CMYK 27.05% 29.10% 0.00%
4.31%

Color #B2ADF4 in popluar number systems.

HEX B2 AD F4
Decimal 178 173 244
Binary 10110010 10101101 11110100
Octal 262 255 364

Shades and tints

Shades of #B2ADF4

#B2ADF4
(178,173,244)
#A29EDE
(162,158,222)
#928FC8
(146,143,200)
#8280B2
(130,128,178)
#72719C
(114,113,156)
#626286
(98,98,134)
#525370
(82,83,112)
#42445A
(66,68,90)
#323544
(50,53,68)
#22262E
(34,38,46)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #B2ADF4

#B2ADF4
(178,173,244)
#B9B4F5
(185,180,245)
#C0BBF6
(192,187,246)
#C7C2F7
(199,194,247)
#CEC9F8
(206,201,248)
#D5D0F9
(213,208,249)
#DCD7FA
(220,215,250)
#E3DEFB
(227,222,251)
#EAE5FC
(234,229,252)
#F1ECFD
(241,236,253)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ADF4 color. Also use rgb(178,173,244) instead hex code.

Text Font Color

.myTextColor { color: #B2ADF4; }

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

This text font color is #B2ADF4.

Background Color

.myBgColor { background-color: #B2ADF4; }

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

This div background color is #B2ADF4.

Border color

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

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

This div border color is #B2ADF4.

Opacity

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

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

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

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

This text has shadow with #B2ADF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ADF4.

Preview

Color preview on black background

This text has color #B2ADF4 on black background.


Color preview on white background

This text has color #B2ADF4 on white background.


Black color preview on #B2ADF4 background

This text has black color on #B2ADF4 background.


White color preview on #B2ADF4 background

This text has white color on #B2ADF4 background.


Related colors

Complementary color

Complementary color for #hex is #4D520B.


I love getcolorcode.com

Triadic colors

1 #F4B2AD and #ADF4B2 with #B2ADF4 are triadic colors.

2 #F4ADB2 and #ADB2F4 with #B2ADF4 are triadic colors.