COLOR #B99DC5

HEX: #B99DC5 RGB: (185,157,197)

Color info

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

RGB color model

#B99DC5 color RGB value is (185,157,197).

RGB: (185,157,197) (73%, 62%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 197 of 255 = 77%

185
157
197

R + G + B ~ 71%. #B99DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 157 + 197 = 539 (100%)
R 185 of 539 ~ 34.32%
G 157 of 539 ~ 29.13%
B 197 of 539 ~ 36.55'%

%34.32
%29.13
%36.55

CMYK color model

#B99DC5 color CMYK value is (6,20,0,23).

  • cyan value is 6.09%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (6,20,0,23)
C6M20Y0K23 (6%, 20%, 0%, 23%)
(0.06 / 0.20 / 0.00 / 0.23)

CMYK percentages

%6.09
%20.3
%0
%22.75

Codes

Color #B99DC5 in popluar color models

B9 9D C5
RGB 185 157 197
HSL 282° 25.64% 69.41%
HSB/HSV 282° 20.30% 77.25%
CMYK 6.09% 20.30% 0.00%
22.75%

Color #B99DC5 in popluar number systems.

HEX B9 9D C5
Decimal 185 157 197
Binary 10111001 10011101 11000101
Octal 271 235 305

Shades and tints

Shades of #B99DC5

#B99DC5
(185,157,197)
#A98FB4
(169,143,180)
#9981A3
(153,129,163)
#897392
(137,115,146)
#796581
(121,101,129)
#695770
(105,87,112)
#59495F
(89,73,95)
#493B4E
(73,59,78)
#392D3D
(57,45,61)
#291F2C
(41,31,44)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #B99DC5

#B99DC5
(185,157,197)
#BFA5CA
(191,165,202)
#C5ADCF
(197,173,207)
#CBB5D4
(203,181,212)
#D1BDD9
(209,189,217)
#D7C5DE
(215,197,222)
#DDCDE3
(221,205,227)
#E3D5E8
(227,213,232)
#E9DDED
(233,221,237)
#EFE5F2
(239,229,242)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DC5; }

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

This text font color is #B99DC5.

Background Color

.myBgColor { background-color: #B99DC5; }

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

This div background color is #B99DC5.

Border color

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

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

This div border color is #B99DC5.

Opacity

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

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

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

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

This text has shadow with #B99DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99DC5.

Preview

Color preview on black background

This text has color #B99DC5 on black background.


Color preview on white background

This text has color #B99DC5 on white background.


Black color preview on #B99DC5 background

This text has black color on #B99DC5 background.


White color preview on #B99DC5 background

This text has white color on #B99DC5 background.


Related colors

Complementary color

Complementary color for #hex is #46623A.


I love getcolorcode.com

Triadic colors

1 #C5B99D and #9DC5B9 with #B99DC5 are triadic colors.

2 #C59DB9 and #9DB9C5 with #B99DC5 are triadic colors.