COLOR #B999CC

HEX: #B999CC RGB: (185,153,204)

Color info

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

RGB color model

#B999CC color RGB value is (185,153,204).

RGB: (185,153,204) (73%, 60%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 204 of 255 = 80%

185
153
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 153 + 204 = 542 (100%)
R 185 of 542 ~ 34.13%
G 153 of 542 ~ 28.23%
B 204 of 542 ~ 37.64'%

%34.13
%28.23
%37.64

CMYK color model

#B999CC color CMYK value is (9,25,0,20).

  • cyan value is 9.31%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (9,25,0,20)
C9M25Y0K20 (9%, 25%, 0%, 20%)
(0.09 / 0.25 / 0.00 / 0.20)

CMYK percentages

%9.31
%25
%0
%20

Codes

Color #B999CC in popluar color models

B9 99 CC
RGB 185 153 204
HSL 278° 33.33% 70.00%
HSB/HSV 278° 25.00% 80.00%
CMYK 9.31% 25.00% 0.00%
20.00%

Color #B999CC in popluar number systems.

HEX B9 99 CC
Decimal 185 153 204
Binary 10111001 10011001 11001100
Octal 271 231 314

Shades and tints

Shades of #B999CC

#B999CC
(185,153,204)
#A98CBA
(169,140,186)
#997FA8
(153,127,168)
#897296
(137,114,150)
#796584
(121,101,132)
#695872
(105,88,114)
#594B60
(89,75,96)
#493E4E
(73,62,78)
#39313C
(57,49,60)
#29242A
(41,36,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B999CC

#B999CC
(185,153,204)
#BFA2D0
(191,162,208)
#C5ABD4
(197,171,212)
#CBB4D8
(203,180,216)
#D1BDDC
(209,189,220)
#D7C6E0
(215,198,224)
#DDCFE4
(221,207,228)
#E3D8E8
(227,216,232)
#E9E1EC
(233,225,236)
#EFEAF0
(239,234,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B999CC; }

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

This text font color is #B999CC.

Background Color

.myBgColor { background-color: #B999CC; }

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

This div background color is #B999CC.

Border color

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

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

This div border color is #B999CC.

Opacity

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

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

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

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

This text has shadow with #B999CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B999CC.

Preview

Color preview on black background

This text has color #B999CC on black background.


Color preview on white background

This text has color #B999CC on white background.


Black color preview on #B999CC background

This text has black color on #B999CC background.


White color preview on #B999CC background

This text has white color on #B999CC background.


Related colors

Complementary color

Complementary color for #hex is #466633.


I love getcolorcode.com

Triadic colors

1 #CCB999 and #99CCB9 with #B999CC are triadic colors.

2 #CC99B9 and #99B9CC with #B999CC are triadic colors.