COLOR #B08FB8

HEX: #B08FB8 RGB: (176,143,184)

Color info

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

RGB color model

#B08FB8 color RGB value is (176,143,184).

RGB: (176,143,184) (69%, 56%, 72%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 184 of 255 = 72%

176
143
184

R + G + B ~ 66%. #B08FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 143 + 184 = 503 (100%)
R 176 of 503 ~ 34.99%
G 143 of 503 ~ 28.43%
B 184 of 503 ~ 36.58'%

%34.99
%28.43
%36.58

CMYK color model

#B08FB8 color CMYK value is (4,22,0,28).

  • cyan value is 4.35%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (4,22,0,28) C4M22Y0K28 (4%,22%,0%,28%) (0.04/0.22/0.00/0.28) 

CMYK percentages

%4.35
%22.28
%0
%27.84

Codes

Color #B08FB8 in popluar color models

B0 8F B8
RGB 176 143 184
HSL 288° 22.40% 64.12%
HSB/HSV 288° 22.28% 72.16%
CMYK 4.35% 22.28% 0.00%
27.84%

Color #B08FB8 in popluar number systems.

HEX B0 8F B8
Decimal 176 143 184
Binary 10110000 10001111 10111000
Octal 260 217 270

Shades and tints

Shades of #B08FB8

#B08FB8
(176,143,184)
#A082A8
(160,130,168)
#907598
(144,117,152)
#806888
(128,104,136)
#705B78
(112,91,120)
#604E68
(96,78,104)
#504158
(80,65,88)
#403448
(64,52,72)
#302738
(48,39,56)
#201A28
(32,26,40)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #B08FB8

#B08FB8
(176,143,184)
#B799BE
(183,153,190)
#BEA3C4
(190,163,196)
#C5ADCA
(197,173,202)
#CCB7D0
(204,183,208)
#D3C1D6
(211,193,214)
#DACBDC
(218,203,220)
#E1D5E2
(225,213,226)
#E8DFE8
(232,223,232)
#EFE9EE
(239,233,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08FB8 color. Also use rgb(176,143,184) instead hex code.

Text Font Color

.myTextColor { color: #B08FB8; }

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

This text font color is #B08FB8.

Background Color

.myBgColor { background-color: #B08FB8; }

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

This div background color is #B08FB8.

Border color

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

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

This div border color is #B08FB8.

Opacity

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

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

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

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

This text has shadow with #B08FB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08FB8.

Preview

Color preview on black background

This text has color #B08FB8 on black background.


Color preview on white background

This text has color #B08FB8 on white background.


Black color preview on #B08FB8 background

This text has black color on #B08FB8 background.


White color preview on #B08FB8 background

This text has white color on #B08FB8 background.


Related colors

Complementary color

Complementary color for #hex is #4F7047.


I love getcolorcode.com

Triadic colors

1 #B8B08F and #8FB8B0 with #B08FB8 are triadic colors.

2 #B88FB0 and #8FB0B8 with #B08FB8 are triadic colors.