COLOR #B07E98

HEX: #B07E98 RGB: (176,126,152)

Color info

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

RGB color model

#B07E98 color RGB value is (176,126,152).

RGB: (176,126,152) (69%, 49%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 152 of 255 = 60%

176
126
152

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

Portions of RGB colors in percentages

R + G + B = 176 + 126 + 152 = 454 (100%)
R 176 of 454 ~ 38.77%
G 126 of 454 ~ 27.75%
B 152 of 454 ~ 33.48'%

%38.77
%27.75
%33.48

CMYK color model

#B07E98 color CMYK value is (0,28,14,31).

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 13.64%
  • key color value is 30.98%

CMYK: (0,28,14,31)
C0M28Y14K31 (0%, 28%, 14%, 31%)
(0.00 / 0.28 / 0.14 / 0.31)

CMYK percentages

%0
%28.41
%13.64
%30.98

Codes

Color #B07E98 in popluar color models

B0 7E 98
RGB 176 126 152
HSL 329° 24.04% 59.22%
HSB/HSV 329° 28.41% 69.02%
CMYK 0.00% 28.41% 13.64%
30.98%

Color #B07E98 in popluar number systems.

HEX B0 7E 98
Decimal 176 126 152
Binary 10110000 1111110 10011000
Octal 260 176 230

Shades and tints

Shades of #B07E98

#B07E98
(176,126,152)
#A0738B
(160,115,139)
#90687E
(144,104,126)
#805D71
(128,93,113)
#705264
(112,82,100)
#604757
(96,71,87)
#503C4A
(80,60,74)
#40313D
(64,49,61)
#302630
(48,38,48)
#201B23
(32,27,35)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #B07E98

#B07E98
(176,126,152)
#B789A1
(183,137,161)
#BE94AA
(190,148,170)
#C59FB3
(197,159,179)
#CCAABC
(204,170,188)
#D3B5C5
(211,181,197)
#DAC0CE
(218,192,206)
#E1CBD7
(225,203,215)
#E8D6E0
(232,214,224)
#EFE1E9
(239,225,233)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07E98 color. Also use rgb(176,126,152) instead hex code.

Text Font Color

.myTextColor { color: #B07E98; }

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

This text font color is #B07E98.

Background Color

.myBgColor { background-color: #B07E98; }

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

This div background color is #B07E98.

Border color

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

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

This div border color is #B07E98.

Opacity

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

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

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

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

This text has shadow with #B07E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07E98.

Preview

Color preview on black background

This text has color #B07E98 on black background.


Color preview on white background

This text has color #B07E98 on white background.


Black color preview on #B07E98 background

This text has black color on #B07E98 background.


White color preview on #B07E98 background

This text has white color on #B07E98 background.


Related colors

Complementary color

Complementary color for #hex is #4F8167.


I love getcolorcode.com

Triadic colors

1 #98B07E and #7E98B0 with #B07E98 are triadic colors.

2 #987EB0 and #7EB098 with #B07E98 are triadic colors.