COLOR #B99ED6

HEX: #B99ED6 RGB: (185,158,214)

Color info

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

RGB color model

#B99ED6 color RGB value is (185,158,214).

RGB: (185,158,214) (73%, 62%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 214 of 255 = 84%

185
158
214

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

Portions of RGB colors in percentages

R + G + B = 185 + 158 + 214 = 557 (100%)
R 185 of 557 ~ 33.21%
G 158 of 557 ~ 28.37%
B 214 of 557 ~ 38.42'%

%33.21
%28.37
%38.42

CMYK color model

#B99ED6 color CMYK value is (14,26,0,16).

  • cyan value is 13.55%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (14,26,0,16)
C14M26Y0K16 (14%, 26%, 0%, 16%)
(0.14 / 0.26 / 0.00 / 0.16)

CMYK percentages

%13.55
%26.17
%0
%16.08

Codes

Color #B99ED6 in popluar color models

B9 9E D6
RGB 185 158 214
HSL 269° 40.58% 72.94%
HSB/HSV 269° 26.17% 83.92%
CMYK 13.55% 26.17% 0.00%
16.08%

Color #B99ED6 in popluar number systems.

HEX B9 9E D6
Decimal 185 158 214
Binary 10111001 10011110 11010110
Octal 271 236 326

Shades and tints

Shades of #B99ED6

#B99ED6
(185,158,214)
#A990C3
(169,144,195)
#9982B0
(153,130,176)
#89749D
(137,116,157)
#79668A
(121,102,138)
#695877
(105,88,119)
#594A64
(89,74,100)
#493C51
(73,60,81)
#392E3E
(57,46,62)
#29202B
(41,32,43)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B99ED6

#B99ED6
(185,158,214)
#BFA6D9
(191,166,217)
#C5AEDC
(197,174,220)
#CBB6DF
(203,182,223)
#D1BEE2
(209,190,226)
#D7C6E5
(215,198,229)
#DDCEE8
(221,206,232)
#E3D6EB
(227,214,235)
#E9DEEE
(233,222,238)
#EFE6F1
(239,230,241)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99ED6 color. Also use rgb(185,158,214) instead hex code.

Text Font Color

.myTextColor { color: #B99ED6; }

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

This text font color is #B99ED6.

Background Color

.myBgColor { background-color: #B99ED6; }

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

This div background color is #B99ED6.

Border color

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

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

This div border color is #B99ED6.

Opacity

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

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

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

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

This text has shadow with #B99ED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99ED6.

Preview

Color preview on black background

This text has color #B99ED6 on black background.


Color preview on white background

This text has color #B99ED6 on white background.


Black color preview on #B99ED6 background

This text has black color on #B99ED6 background.


White color preview on #B99ED6 background

This text has white color on #B99ED6 background.


Related colors

Complementary color

Complementary color for #hex is #466129.


I love getcolorcode.com

Triadic colors

1 #D6B99E and #9ED6B9 with #B99ED6 are triadic colors.

2 #D69EB9 and #9EB9D6 with #B99ED6 are triadic colors.