COLOR #B099CC

HEX: #B099CC RGB: (176,153,204)

Color info

#B099CC contains red, green and blue colors in about the same proportion. Web safe color of #B099CC is #9999CC (or #99C).

RGB color model

#B099CC color RGB value is (176,153,204).

RGB: (176,153,204) (69%, 60%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 204 of 255 = 80%

176
153
204

R + G + B ~ 70%. #B099CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 153 + 204 = 533 (100%)
R 176 of 533 ~ 33.02%
G 153 of 533 ~ 28.71%
B 204 of 533 ~ 38.27'%

%33.02
%28.71
%38.27

CMYK color model

#B099CC color CMYK value is (14,25,0,20).

  • cyan value is 13.73%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (14,25,0,20) C14M25Y0K20 (14%,25%,0%,20%) (0.14/0.25/0.00/0.20) 

CMYK percentages

%13.73
%25
%0
%20

Codes

Color #B099CC in popluar color models

B0 99 CC
RGB 176 153 204
HSL 267° 33.33% 70.00%
HSB/HSV 267° 25.00% 80.00%
CMYK 13.73% 25.00% 0.00%
20.00%

Color #B099CC in popluar number systems.

HEX B0 99 CC
Decimal 176 153 204
Binary 10110000 10011001 11001100
Octal 260 231 314

Shades and tints

Shades of #B099CC

#B099CC
(176,153,204)
#A08CBA
(160,140,186)
#907FA8
(144,127,168)
#807296
(128,114,150)
#706584
(112,101,132)
#605872
(96,88,114)
#504B60
(80,75,96)
#403E4E
(64,62,78)
#30313C
(48,49,60)
#20242A
(32,36,42)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #B099CC

#B099CC
(176,153,204)
#B7A2D0
(183,162,208)
#BEABD4
(190,171,212)
#C5B4D8
(197,180,216)
#CCBDDC
(204,189,220)
#D3C6E0
(211,198,224)
#DACFE4
(218,207,228)
#E1D8E8
(225,216,232)
#E8E1EC
(232,225,236)
#EFEAF0
(239,234,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099CC; }

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

This text font color is #B099CC.

Background Color

.myBgColor { background-color: #B099CC; }

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

This div background color is #B099CC.

Border color

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

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

This div border color is #B099CC.

Opacity

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

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

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

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

This text has shadow with #B099CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B099CC.

Preview

Color preview on black background

This text has color #B099CC on black background.


Color preview on white background

This text has color #B099CC on white background.


Black color preview on #B099CC background

This text has black color on #B099CC background.


White color preview on #B099CC background

This text has white color on #B099CC background.


Related colors

Complementary color

Complementary color for #hex is #4F6633.


I love getcolorcode.com

Triadic colors

1 #CCB099 and #99CCB0 with #B099CC are triadic colors.

2 #CC99B0 and #99B0CC with #B099CC are triadic colors.