COLOR #B07C9F

HEX: #B07C9F RGB: (176,124,159)

Color info

#B07C9F contains red, green and blue colors in about the same proportion. Web safe color of #B07C9F is #996699 (or #969).

RGB color model

#B07C9F color RGB value is (176,124,159).

RGB: (176,124,159) (69%, 49%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 124 of 255 = 49%
B 159 of 255 = 62%

176
124
159

R + G + B ~ 60%. #B07C9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 124 + 159 = 459 (100%)
R 176 of 459 ~ 38.34%
G 124 of 459 ~ 27.02%
B 159 of 459 ~ 34.64'%

%38.34
%27.02
%34.64

CMYK color model

#B07C9F color CMYK value is (0,30,10,31).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK: (0,30,10,31) C0M30Y10K31 (0%,30%,10%,31%) (0.00/0.30/0.10/0.31) 

CMYK percentages

%0
%29.55
%9.66
%30.98

Codes

Color #B07C9F in popluar color models

B0 7C 9F
RGB 176 124 159
HSL 320° 24.76% 58.82%
HSB/HSV 320° 29.55% 69.02%
CMYK 0.00% 29.55% 9.66%
30.98%

Color #B07C9F in popluar number systems.

HEX B0 7C 9F
Decimal 176 124 159
Binary 10110000 1111100 10011111
Octal 260 174 237

Shades and tints

Shades of #B07C9F

#B07C9F
(176,124,159)
#A07191
(160,113,145)
#906683
(144,102,131)
#805B75
(128,91,117)
#705067
(112,80,103)
#604559
(96,69,89)
#503A4B
(80,58,75)
#402F3D
(64,47,61)
#30242F
(48,36,47)
#201921
(32,25,33)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #B07C9F

#B07C9F
(176,124,159)
#B787A7
(183,135,167)
#BE92AF
(190,146,175)
#C59DB7
(197,157,183)
#CCA8BF
(204,168,191)
#D3B3C7
(211,179,199)
#DABECF
(218,190,207)
#E1C9D7
(225,201,215)
#E8D4DF
(232,212,223)
#EFDFE7
(239,223,231)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07C9F color. Also use rgb(176,124,159) instead hex code.

Text Font Color

.myTextColor { color: #B07C9F; }

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

This text font color is #B07C9F.

Background Color

.myBgColor { background-color: #B07C9F; }

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

This div background color is #B07C9F.

Border color

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

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

This div border color is #B07C9F.

Opacity

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

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

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

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

This text has shadow with #B07C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07C9F.

Preview

Color preview on black background

This text has color #B07C9F on black background.


Color preview on white background

This text has color #B07C9F on white background.


Black color preview on #B07C9F background

This text has black color on #B07C9F background.


White color preview on #B07C9F background

This text has white color on #B07C9F background.


Related colors

Complementary color

Complementary color for #hex is #4F8360.


I love getcolorcode.com

Triadic colors

1 #9FB07C and #7C9FB0 with #B07C9F are triadic colors.

2 #9F7CB0 and #7CB09F with #B07C9F are triadic colors.