COLOR #B99DCF

HEX: #B99DCF RGB: (185,157,207)

Color info

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

RGB color model

#B99DCF color RGB value is (185,157,207).

RGB: (185,157,207) (73%, 62%, 81%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 207 of 255 = 81%

185
157
207

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

Portions of RGB colors in percentages

R + G + B = 185 + 157 + 207 = 549 (100%)
R 185 of 549 ~ 33.7%
G 157 of 549 ~ 28.6%
B 207 of 549 ~ 37.7'%

%33.7
%28.6
%37.7

CMYK color model

#B99DCF color CMYK value is (11,24,0,19).

  • cyan value is 10.63%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (11,24,0,19)
C11M24Y0K19 (11%, 24%, 0%, 19%)
(0.11 / 0.24 / 0.00 / 0.19)

CMYK percentages

%10.63
%24.15
%0
%18.82

Codes

Color #B99DCF in popluar color models

B9 9D CF
RGB 185 157 207
HSL 274° 34.25% 71.37%
HSB/HSV 274° 24.15% 81.18%
CMYK 10.63% 24.15% 0.00%
18.82%

Color #B99DCF in popluar number systems.

HEX B9 9D CF
Decimal 185 157 207
Binary 10111001 10011101 11001111
Octal 271 235 317

Shades and tints

Shades of #B99DCF

#B99DCF
(185,157,207)
#A98FBD
(169,143,189)
#9981AB
(153,129,171)
#897399
(137,115,153)
#796587
(121,101,135)
#695775
(105,87,117)
#594963
(89,73,99)
#493B51
(73,59,81)
#392D3F
(57,45,63)
#291F2D
(41,31,45)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #B99DCF

#B99DCF
(185,157,207)
#BFA5D3
(191,165,211)
#C5ADD7
(197,173,215)
#CBB5DB
(203,181,219)
#D1BDDF
(209,189,223)
#D7C5E3
(215,197,227)
#DDCDE7
(221,205,231)
#E3D5EB
(227,213,235)
#E9DDEF
(233,221,239)
#EFE5F3
(239,229,243)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DCF; }

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

This text font color is #B99DCF.

Background Color

.myBgColor { background-color: #B99DCF; }

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

This div background color is #B99DCF.

Border color

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

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

This div border color is #B99DCF.

Opacity

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

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

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

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

This text has shadow with #B99DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99DCF.

Preview

Color preview on black background

This text has color #B99DCF on black background.


Color preview on white background

This text has color #B99DCF on white background.


Black color preview on #B99DCF background

This text has black color on #B99DCF background.


White color preview on #B99DCF background

This text has white color on #B99DCF background.


Related colors

Complementary color

Complementary color for #hex is #466230.


I love getcolorcode.com

Triadic colors

1 #CFB99D and #9DCFB9 with #B99DCF are triadic colors.

2 #CF9DB9 and #9DB9CF with #B99DCF are triadic colors.