COLOR #B2ADBD

HEX: #B2ADBD RGB: (178,173,189)

Color info

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

RGB color model

#B2ADBD color RGB value is (178,173,189).

RGB: (178,173,189) (70%, 68%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 189 of 255 = 74%

178
173
189

R + G + B ~ 71%. #B2ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 189 = 540 (100%)
R 178 of 540 ~ 32.96%
G 173 of 540 ~ 32.04%
B 189 of 540 ~ 35'%

%32.96
%32.04
%35

CMYK color model

#B2ADBD color CMYK value is (6,8,0,26).

  • cyan value is 5.82%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (6,8,0,26)
C6M8Y0K26 (6%, 8%, 0%, 26%)
(0.06 / 0.08 / 0.00 / 0.26)

CMYK percentages

%5.82
%8.47
%0
%25.88

Codes

Color #B2ADBD in popluar color models

B2 AD BD
RGB 178 173 189
HSL 259° 10.81% 70.98%
HSB/HSV 259° 8.47% 74.12%
CMYK 5.82% 8.47% 0.00%
25.88%

Color #B2ADBD in popluar number systems.

HEX B2 AD BD
Decimal 178 173 189
Binary 10110010 10101101 10111101
Octal 262 255 275

Shades and tints

Shades of #B2ADBD

#B2ADBD
(178,173,189)
#A29EAC
(162,158,172)
#928F9B
(146,143,155)
#82808A
(130,128,138)
#727179
(114,113,121)
#626268
(98,98,104)
#525357
(82,83,87)
#424446
(66,68,70)
#323535
(50,53,53)
#222624
(34,38,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2ADBD

#B2ADBD
(178,173,189)
#B9B4C3
(185,180,195)
#C0BBC9
(192,187,201)
#C7C2CF
(199,194,207)
#CEC9D5
(206,201,213)
#D5D0DB
(213,208,219)
#DCD7E1
(220,215,225)
#E3DEE7
(227,222,231)
#EAE5ED
(234,229,237)
#F1ECF3
(241,236,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADBD; }

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

This text font color is #B2ADBD.

Background Color

.myBgColor { background-color: #B2ADBD; }

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

This div background color is #B2ADBD.

Border color

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

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

This div border color is #B2ADBD.

Opacity

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

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

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

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

This text has shadow with #B2ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ADBD.

Preview

Color preview on black background

This text has color #B2ADBD on black background.


Color preview on white background

This text has color #B2ADBD on white background.


Black color preview on #B2ADBD background

This text has black color on #B2ADBD background.


White color preview on #B2ADBD background

This text has white color on #B2ADBD background.


Related colors

Complementary color

Complementary color for #hex is #4D5242.


I love getcolorcode.com

Triadic colors

1 #BDB2AD and #ADBDB2 with #B2ADBD are triadic colors.

2 #BDADB2 and #ADB2BD with #B2ADBD are triadic colors.