COLOR #B9ADC5

HEX: #B9ADC5 RGB: (185,173,197)

Color info

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

RGB color model

#B9ADC5 color RGB value is (185,173,197).

RGB: (185,173,197) (73%, 68%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 173 of 255 = 68%
B 197 of 255 = 77%

185
173
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 173 + 197 = 555 (100%)
R 185 of 555 ~ 33.33%
G 173 of 555 ~ 31.17%
B 197 of 555 ~ 35.5'%

%33.33
%31.17
%35.5

CMYK color model

#B9ADC5 color CMYK value is (6,12,0,23).

  • cyan value is 6.09%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (6,12,0,23) C6M12Y0K23 (6%,12%,0%,23%) (0.06/0.12/0.00/0.23) 

CMYK percentages

%6.09
%12.18
%0
%22.75

Codes

Color #B9ADC5 in popluar color models

B9 AD C5
RGB 185 173 197
HSL 270° 17.14% 72.55%
HSB/HSV 270° 12.18% 77.25%
CMYK 6.09% 12.18% 0.00%
22.75%

Color #B9ADC5 in popluar number systems.

HEX B9 AD C5
Decimal 185 173 197
Binary 10111001 10101101 11000101
Octal 271 255 305

Shades and tints

Shades of #B9ADC5

#B9ADC5
(185,173,197)
#A99EB4
(169,158,180)
#998FA3
(153,143,163)
#898092
(137,128,146)
#797181
(121,113,129)
#696270
(105,98,112)
#59535F
(89,83,95)
#49444E
(73,68,78)
#39353D
(57,53,61)
#29262C
(41,38,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #B9ADC5

#B9ADC5
(185,173,197)
#BFB4CA
(191,180,202)
#C5BBCF
(197,187,207)
#CBC2D4
(203,194,212)
#D1C9D9
(209,201,217)
#D7D0DE
(215,208,222)
#DDD7E3
(221,215,227)
#E3DEE8
(227,222,232)
#E9E5ED
(233,229,237)
#EFECF2
(239,236,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ADC5; }

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

This text font color is #B9ADC5.

Background Color

.myBgColor { background-color: #B9ADC5; }

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

This div background color is #B9ADC5.

Border color

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

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

This div border color is #B9ADC5.

Opacity

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

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

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

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

This text has shadow with #B9ADC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ADC5.

Preview

Color preview on black background

This text has color #B9ADC5 on black background.


Color preview on white background

This text has color #B9ADC5 on white background.


Black color preview on #B9ADC5 background

This text has black color on #B9ADC5 background.


White color preview on #B9ADC5 background

This text has white color on #B9ADC5 background.


Related colors

Complementary color

Complementary color for #hex is #46523A.


I love getcolorcode.com

Triadic colors

1 #C5B9AD and #ADC5B9 with #B9ADC5 are triadic colors.

2 #C5ADB9 and #ADB9C5 with #B9ADC5 are triadic colors.