COLOR #B2ADBF

HEX: #B2ADBF
RGB: (178,173,191)

Color info

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

RGB color model

#B2ADBF color RGB value is (178,173,191).

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

RGB channels and saturation

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

178
173
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 191 = 542 (100%)
R 178 of 542 ~ 32.84%
G 173 of 542 ~ 31.92%
B 191 of 542 ~ 35.24%

%32.84
%31.92
%35.24

CMYK color model

#B2ADBF color CMYK value is (7,9,0,25).

  • cyan value is 6.81%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,9,0,25)
C7M9Y0K25 
(7%,9%,0%,25%)
(0.07/0.09/0.00/0.25)	

CMYK percentages

%6.81
%9.42
%0
%25.1

Codes

Color #B2ADBF in popluar color models

B2ADBF
RGB178173191
HSL257°12.33%71.37%
HSB/HSV257°9.42%74.90%
CMYK6.81%9.42%0.00%
25.10%

Color #B2ADBF in popluar number systems.

HEXB2ADBF
Decimal178173191
Binary101100101010110110111111
Octal262255277

Shades and tints

Shades of #B2ADBF

#B2ADBF
(178,173,191)
#A29EAE
(162,158,174)
#928F9D
(146,143,157)
#82808C
(130,128,140)
#72717B
(114,113,123)
#62626A
(98,98,106)
#525359
(82,83,89)
#424448
(66,68,72)
#323537
(50,53,55)
#222626
(34,38,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2ADBF

#B2ADBF
(178,173,191)
#B9B4C4
(185,180,196)
#C0BBC9
(192,187,201)
#C7C2CE
(199,194,206)
#CEC9D3
(206,201,211)
#D5D0D8
(213,208,216)
#DCD7DD
(220,215,221)
#E3DEE2
(227,222,226)
#EAE5E7
(234,229,231)
#F1ECEC
(241,236,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADBF; }

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

This text font color is #B2ADBF.


Background Color

.myBgColor { background-color: #B2ADBF; }

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

This div background color is #B2ADBF.


Border color

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

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

This div border color is #B2ADBF.


Opacity

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

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

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

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

This text has shadow with #B2ADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADBF on black background.


Color preview on white background

This text has color #B2ADBF on white background.



Black color preview on #B2ADBF background

This text has black color on #B2ADBF background.


White color preview on #B2ADBF background

This text has white color on #B2ADBF background.