COLOR #B99DA3

HEX: #B99DA3 RGB: (185,157,163)

Color info

#B99DA3 contains red, green and blue colors in about the same proportion. Web safe color of #B99DA3 is #CC9999 (or #C99).

RGB color model

#B99DA3 color RGB value is (185,157,163).

RGB: (185,157,163) (73%, 62%, 64%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 163 of 255 = 64%

185
157
163

R + G + B ~ 66%. #B99DA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 157 + 163 = 505 (100%)
R 185 of 505 ~ 36.63%
G 157 of 505 ~ 31.09%
B 163 of 505 ~ 32.28'%

%36.63
%31.09
%32.28

CMYK color model

#B99DA3 color CMYK value is (0,15,12,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 11.89%
  • key color value is 27.45%

CMYK: (0,15,12,27)
C0M15Y12K27 (0%, 15%, 12%, 27%)
(0.00 / 0.15 / 0.12 / 0.27)

CMYK percentages

%0
%15.14
%11.89
%27.45

Codes

Color #B99DA3 in popluar color models

B9 9D A3
RGB 185 157 163
HSL 347° 16.67% 67.06%
HSB/HSV 347° 15.14% 72.55%
CMYK 0.00% 15.14% 11.89%
27.45%

Color #B99DA3 in popluar number systems.

HEX B9 9D A3
Decimal 185 157 163
Binary 10111001 10011101 10100011
Octal 271 235 243

Shades and tints

Shades of #B99DA3

#B99DA3
(185,157,163)
#A98F95
(169,143,149)
#998187
(153,129,135)
#897379
(137,115,121)
#79656B
(121,101,107)
#69575D
(105,87,93)
#59494F
(89,73,79)
#493B41
(73,59,65)
#392D33
(57,45,51)
#291F25
(41,31,37)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B99DA3

#B99DA3
(185,157,163)
#BFA5AB
(191,165,171)
#C5ADB3
(197,173,179)
#CBB5BB
(203,181,187)
#D1BDC3
(209,189,195)
#D7C5CB
(215,197,203)
#DDCDD3
(221,205,211)
#E3D5DB
(227,213,219)
#E9DDE3
(233,221,227)
#EFE5EB
(239,229,235)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99DA3 color. Also use rgb(185,157,163) instead hex code.

Text Font Color

.myTextColor { color: #B99DA3; }

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

This text font color is #B99DA3.

Background Color

.myBgColor { background-color: #B99DA3; }

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

This div background color is #B99DA3.

Border color

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

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

This div border color is #B99DA3.

Opacity

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

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

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

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

This text has shadow with #B99DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99DA3.

Preview

Color preview on black background

This text has color #B99DA3 on black background.


Color preview on white background

This text has color #B99DA3 on white background.


Black color preview on #B99DA3 background

This text has black color on #B99DA3 background.


White color preview on #B99DA3 background

This text has white color on #B99DA3 background.


Related colors

Complementary color

Complementary color for #hex is #46625C.


I love getcolorcode.com

Triadic colors

1 #A3B99D and #9DA3B9 with #B99DA3 are triadic colors.

2 #A39DB9 and #9DB9A3 with #B99DA3 are triadic colors.