COLOR #B999BA

HEX: #B999BA
RGB: (185,153,186)

Color info

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

RGB color model

#B999BA color RGB value is (185,153,186).

  • red value is 185;
  • green value is 153;
  • blue value is 186.
RGB:
(185,153,186)
(73%,60%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 186 of 255 = 73%

185
153
186

R + G + B ~ 69%. #B999BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 186 = 524 (100%)
R 185 of 524 ~ 35.31%
G 153 of 524 ~ 29.2%
B 186 of 524 ~ 35.5%

%35.31
%29.2
%35.5

CMYK color model

#B999BA color CMYK value is (1,18,0,27).

  • cyan value is 0.54%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(1,18,0,27)
C1M18Y0K27 
(1%,18%,0%,27%)
(0.01/0.18/0.00/0.27)	

CMYK percentages

%0.54
%17.74
%0
%27.06

Codes

Color #B999BA in popluar color models

B999BA
RGB185153186
HSL298°19.30%66.47%
HSB/HSV298°17.74%72.94%
CMYK0.54%17.74%0.00%
27.06%

Color #B999BA in popluar number systems.

HEXB999BA
Decimal185153186
Binary101110011001100110111010
Octal271231272

Shades and tints

Shades of #B999BA

#B999BA
(185,153,186)
#A98CAA
(169,140,170)
#997F9A
(153,127,154)
#89728A
(137,114,138)
#79657A
(121,101,122)
#69586A
(105,88,106)
#594B5A
(89,75,90)
#493E4A
(73,62,74)
#39313A
(57,49,58)
#29242A
(41,36,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #B999BA

#B999BA
(185,153,186)
#BFA2C0
(191,162,192)
#C5ABC6
(197,171,198)
#CBB4CC
(203,180,204)
#D1BDD2
(209,189,210)
#D7C6D8
(215,198,216)
#DDCFDE
(221,207,222)
#E3D8E4
(227,216,228)
#E9E1EA
(233,225,234)
#EFEAF0
(239,234,240)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B999BA color. Also use rgb(185,153,186) instead hex code.

Text Font Color

.myTextColor { color: #B999BA; }

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

This text font color is #B999BA.


Background Color

.myBgColor { background-color: #B999BA; }

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

This div background color is #B999BA.


Border color

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

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

This div border color is #B999BA.


Opacity

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

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

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

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

This text has shadow with #B999BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B999BA on black background.


Color preview on white background

This text has color #B999BA on white background.



Black color preview on #B999BA background

This text has black color on #B999BA background.


White color preview on #B999BA background

This text has white color on #B999BA background.