COLOR #B099C1

HEX: #B099C1 RGB: (176,153,193)

Color info

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

RGB color model

#B099C1 color RGB value is (176,153,193).

RGB: (176,153,193) (69%, 60%, 76%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 193 of 255 = 76%

176
153
193

R + G + B ~ 68%. #B099C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 153 + 193 = 522 (100%)
R 176 of 522 ~ 33.72%
G 153 of 522 ~ 29.31%
B 193 of 522 ~ 36.97'%

%33.72
%29.31
%36.97

CMYK color model

#B099C1 color CMYK value is (9,21,0,24).

  • cyan value is 8.81%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (9,21,0,24) C9M21Y0K24 (9%,21%,0%,24%) (0.09/0.21/0.00/0.24) 

CMYK percentages

%8.81
%20.73
%0
%24.31

Codes

Color #B099C1 in popluar color models

B0 99 C1
RGB 176 153 193
HSL 275° 24.39% 67.84%
HSB/HSV 275° 20.73% 75.69%
CMYK 8.81% 20.73% 0.00%
24.31%

Color #B099C1 in popluar number systems.

HEX B0 99 C1
Decimal 176 153 193
Binary 10110000 10011001 11000001
Octal 260 231 301

Shades and tints

Shades of #B099C1

#B099C1
(176,153,193)
#A08CB0
(160,140,176)
#907F9F
(144,127,159)
#80728E
(128,114,142)
#70657D
(112,101,125)
#60586C
(96,88,108)
#504B5B
(80,75,91)
#403E4A
(64,62,74)
#303139
(48,49,57)
#202428
(32,36,40)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B099C1

#B099C1
(176,153,193)
#B7A2C6
(183,162,198)
#BEABCB
(190,171,203)
#C5B4D0
(197,180,208)
#CCBDD5
(204,189,213)
#D3C6DA
(211,198,218)
#DACFDF
(218,207,223)
#E1D8E4
(225,216,228)
#E8E1E9
(232,225,233)
#EFEAEE
(239,234,238)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B099C1; }

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

This text font color is #B099C1.

Background Color

.myBgColor { background-color: #B099C1; }

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

This div background color is #B099C1.

Border color

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

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

This div border color is #B099C1.

Opacity

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

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

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

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

This text has shadow with #B099C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B099C1.

Preview

Color preview on black background

This text has color #B099C1 on black background.


Color preview on white background

This text has color #B099C1 on white background.


Black color preview on #B099C1 background

This text has black color on #B099C1 background.


White color preview on #B099C1 background

This text has white color on #B099C1 background.


Related colors

Complementary color

Complementary color for #hex is #4F663E.


I love getcolorcode.com

Triadic colors

1 #C1B099 and #99C1B0 with #B099C1 are triadic colors.

2 #C199B0 and #99B0C1 with #B099C1 are triadic colors.