COLOR #B2ADD1

HEX: #B2ADD1
RGB: (178,173,209)

Color info

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

RGB color model

#B2ADD1 color RGB value is (178,173,209).

  • red value is 178;
  • green value is 173;
  • blue value is 209.
RGB:
(178,173,209)
(70%,68%,82%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 209 of 255 = 82%

178
173
209

R + G + B ~ 73%. #B2ADD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 209 = 560 (100%)
R 178 of 560 ~ 31.79%
G 173 of 560 ~ 30.89%
B 209 of 560 ~ 37.32%

%31.79
%30.89
%37.32

CMYK color model

#B2ADD1 color CMYK value is (15,17,0,18).

  • cyan value is 14.83%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,17,0,18)
C15M17Y0K18 
(15%,17%,0%,18%)
(0.15/0.17/0.00/0.18)	

CMYK percentages

%14.83
%17.22
%0
%18.04

Codes

Color #B2ADD1 in popluar color models

B2ADD1
RGB178173209
HSL248°28.13%74.90%
HSB/HSV248°17.22%81.96%
CMYK14.83%17.22%0.00%
18.04%

Color #B2ADD1 in popluar number systems.

HEXB2ADD1
Decimal178173209
Binary101100101010110111010001
Octal262255321

Shades and tints

Shades of #B2ADD1

#B2ADD1
(178,173,209)
#A29EBE
(162,158,190)
#928FAB
(146,143,171)
#828098
(130,128,152)
#727185
(114,113,133)
#626272
(98,98,114)
#52535F
(82,83,95)
#42444C
(66,68,76)
#323539
(50,53,57)
#222626
(34,38,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2ADD1

#B2ADD1
(178,173,209)
#B9B4D5
(185,180,213)
#C0BBD9
(192,187,217)
#C7C2DD
(199,194,221)
#CEC9E1
(206,201,225)
#D5D0E5
(213,208,229)
#DCD7E9
(220,215,233)
#E3DEED
(227,222,237)
#EAE5F1
(234,229,241)
#F1ECF5
(241,236,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADD1; }

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

This text font color is #B2ADD1.


Background Color

.myBgColor { background-color: #B2ADD1; }

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

This div background color is #B2ADD1.


Border color

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

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

This div border color is #B2ADD1.


Opacity

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

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

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

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

This text has shadow with #B2ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADD1 on black background.


Color preview on white background

This text has color #B2ADD1 on white background.



Black color preview on #B2ADD1 background

This text has black color on #B2ADD1 background.


White color preview on #B2ADD1 background

This text has white color on #B2ADD1 background.