COLOR #B3ADBF

HEX: #B3ADBF
RGB: (179,173,191)

Color info

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

RGB color model

#B3ADBF color RGB value is (179,173,191).

  • red value is 179;
  • green value is 173;
  • blue value is 191.
RGB: (179,173,191) (70%,68%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 191 of 255 = 75%

179
173
191

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

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 191 = 543 (100%)
R 179 of 543 ~ 32.97%
G 173 of 543 ~ 31.86%
B 191 of 543 ~ 35.17%

%32.97
%31.86
%35.17

CMYK color model

#B3ADBF color CMYK value is (6,9,0,25).

  • cyan value is 6.28%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (6,9,0,25) C6M9Y0K25 (6%,9%,0%,25%) (0.06/0.09/0.00/0.25)

CMYK percentages

%6.28
%9.42
%0
%25.1

Codes

Color #B3ADBF in popluar color models

B3ADBF
RGB179173191
HSL260°12.33%71.37%
HSB/HSV260°9.42%74.90%
CMYK6.28%9.42%0.00%
25.10%

Color #B3ADBF in popluar number systems.

HEXB3ADBF
Decimal179173191
Binary101100111010110110111111
Octal263255277

Shades and tints

Shades of #B3ADBF

#B3ADBF
(179,173,191)
#A39EAE
(163,158,174)
#938F9D
(147,143,157)
#83808C
(131,128,140)
#73717B
(115,113,123)
#63626A
(99,98,106)
#535359
(83,83,89)
#434448
(67,68,72)
#333537
(51,53,55)
#232626
(35,38,38)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3ADBF

#B3ADBF
(179,173,191)
#B9B4C4
(185,180,196)
#BFBBC9
(191,187,201)
#C5C2CE
(197,194,206)
#CBC9D3
(203,201,211)
#D1D0D8
(209,208,216)
#D7D7DD
(215,215,221)
#DDDEE2
(221,222,226)
#E3E5E7
(227,229,231)
#E9ECEC
(233,236,236)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ADBF color. Also use rgb(179,173,191) instead hex code.

Text Font Color

.myTextColor { color: #B3ADBF; }

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

This text font color is #B3ADBF.


Background Color

.myBgColor { background-color: #B3ADBF; }

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

This div background color is #B3ADBF.


Border color

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

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

This div border color is #B3ADBF.


Opacity

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

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

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

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

This text has shadow with #B3ADBF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3ADBF on black background.


Color preview on white background

This text has color #B3ADBF on white background.



Black color preview on #B3ADBF background

This text has black color on #B3ADBF background.


White color preview on #B3ADBF background

This text has white color on #B3ADBF background.