COLOR #B9ADBE

HEX: #B9ADBE
RGB: (185,173,190)

Color info

#B9ADBE contains red, green and blue colors in about the same proportion. Web safe color of #B9ADBE is #CC99CC (or #C9C).

RGB color model

#B9ADBE color RGB value is (185,173,190).

  • red value is 185;
  • green value is 173;
  • blue value is 190.
RGB:
(185,173,190)
(73%,68%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 190 of 255 = 75%

185
173
190

R + G + B ~ 72%. #B9ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 173 + 190 = 548 (100%)
R 185 of 548 ~ 33.76%
G 173 of 548 ~ 31.57%
B 190 of 548 ~ 34.67%

%33.76
%31.57
%34.67

CMYK color model

#B9ADBE color CMYK value is (3,9,0,25).

  • cyan value is 2.63%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,9,0,25)
C3M9Y0K25 
(3%,9%,0%,25%)
(0.03/0.09/0.00/0.25)	

CMYK percentages

%2.63
%8.95
%0
%25.49

Codes

Color #B9ADBE in popluar color models

B9ADBE
RGB185173190
HSL282°11.56%71.18%
HSB/HSV282°8.95%74.51%
CMYK2.63%8.95%0.00%
25.49%

Color #B9ADBE in popluar number systems.

HEXB9ADBE
Decimal185173190
Binary101110011010110110111110
Octal271255276

Shades and tints

Shades of #B9ADBE

#B9ADBE
(185,173,190)
#A99EAD
(169,158,173)
#998F9C
(153,143,156)
#89808B
(137,128,139)
#79717A
(121,113,122)
#696269
(105,98,105)
#595358
(89,83,88)
#494447
(73,68,71)
#393536
(57,53,54)
#292625
(41,38,37)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #B9ADBE

#B9ADBE
(185,173,190)
#BFB4C3
(191,180,195)
#C5BBC8
(197,187,200)
#CBC2CD
(203,194,205)
#D1C9D2
(209,201,210)
#D7D0D7
(215,208,215)
#DDD7DC
(221,215,220)
#E3DEE1
(227,222,225)
#E9E5E6
(233,229,230)
#EFECEB
(239,236,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9ADBE color. Also use rgb(185,173,190) instead hex code.

Text Font Color

.myTextColor { color: #B9ADBE; }

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

This text font color is #B9ADBE.


Background Color

.myBgColor { background-color: #B9ADBE; }

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

This div background color is #B9ADBE.


Border color

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

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

This div border color is #B9ADBE.


Opacity

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

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

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

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

This text has shadow with #B9ADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ADBE on black background.


Color preview on white background

This text has color #B9ADBE on white background.



Black color preview on #B9ADBE background

This text has black color on #B9ADBE background.


White color preview on #B9ADBE background

This text has white color on #B9ADBE background.