COLOR #B9ADC7

HEX: #B9ADC7 RGB: (185,173,199)

Color info

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

RGB color model

#B9ADC7 color RGB value is (185,173,199).

RGB: (185,173,199) (73%, 68%, 78%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 199 of 255 = 78%

185
173
199

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

Portions of RGB colors in percentages

R + G + B = 185 + 173 + 199 = 557 (100%)
R 185 of 557 ~ 33.21%
G 173 of 557 ~ 31.06%
B 199 of 557 ~ 35.73'%

%33.21
%31.06
%35.73

CMYK color model

#B9ADC7 color CMYK value is (7,13,0,22).

  • cyan value is 7.04%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (7,13,0,22)
C7M13Y0K22 (7%, 13%, 0%, 22%)
(0.07 / 0.13 / 0.00 / 0.22)

CMYK percentages

%7.04
%13.07
%0
%21.96

Codes

Color #B9ADC7 in popluar color models

B9 AD C7
RGB 185 173 199
HSL 268° 18.84% 72.94%
HSB/HSV 268° 13.07% 78.04%
CMYK 7.04% 13.07% 0.00%
21.96%

Color #B9ADC7 in popluar number systems.

HEX B9 AD C7
Decimal 185 173 199
Binary 10111001 10101101 11000111
Octal 271 255 307

Shades and tints

Shades of #B9ADC7

#B9ADC7
(185,173,199)
#A99EB5
(169,158,181)
#998FA3
(153,143,163)
#898091
(137,128,145)
#79717F
(121,113,127)
#69626D
(105,98,109)
#59535B
(89,83,91)
#494449
(73,68,73)
#393537
(57,53,55)
#292625
(41,38,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9ADC7

#B9ADC7
(185,173,199)
#BFB4CC
(191,180,204)
#C5BBD1
(197,187,209)
#CBC2D6
(203,194,214)
#D1C9DB
(209,201,219)
#D7D0E0
(215,208,224)
#DDD7E5
(221,215,229)
#E3DEEA
(227,222,234)
#E9E5EF
(233,229,239)
#EFECF4
(239,236,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADC7; }

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

This text font color is #B9ADC7.

Background Color

.myBgColor { background-color: #B9ADC7; }

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

This div background color is #B9ADC7.

Border color

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

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

This div border color is #B9ADC7.

Opacity

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

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

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

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

This text has shadow with #B9ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ADC7.

Preview

Color preview on black background

This text has color #B9ADC7 on black background.


Color preview on white background

This text has color #B9ADC7 on white background.


Black color preview on #B9ADC7 background

This text has black color on #B9ADC7 background.


White color preview on #B9ADC7 background

This text has white color on #B9ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #465238.


I love getcolorcode.com

Triadic colors

1 #C7B9AD and #ADC7B9 with #B9ADC7 are triadic colors.

2 #C7ADB9 and #ADB9C7 with #B9ADC7 are triadic colors.