COLOR #B08FAE

HEX: #B08FAE
RGB: (176,143,174)

Color info

#B08FAE contains red, green and blue colors in about the same proportion. Web safe color of #B08FAE is #999999 (or #999).

RGB color model

#B08FAE color RGB value is (176,143,174).

  • red value is 176;
  • green value is 143;
  • blue value is 174.
RGB:
(176,143,174)
(69%,56%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 174 of 255 = 68%

176
143
174

R + G + B ~ 64%. #B08FAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 174 = 493 (100%)
R 176 of 493 ~ 35.7%
G 143 of 493 ~ 29.01%
B 174 of 493 ~ 35.29%

%35.7
%29.01
%35.29

CMYK color model

#B08FAE color CMYK value is (0,19,1,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(0,19,1,31)
C0M19Y1K31 
(0%,19%,1%,31%)
(0.00/0.19/0.01/0.31)	

CMYK percentages

%0
%18.75
%1.14
%30.98

Codes

Color #B08FAE in popluar color models

B08FAE
RGB176143174
HSL304°17.28%62.55%
HSB/HSV304°18.75%69.02%
CMYK0.00%18.75%1.14%
30.98%

Color #B08FAE in popluar number systems.

HEXB08FAE
Decimal176143174
Binary101100001000111110101110
Octal260217256

Shades and tints

Shades of #B08FAE

#B08FAE
(176,143,174)
#A0829F
(160,130,159)
#907590
(144,117,144)
#806881
(128,104,129)
#705B72
(112,91,114)
#604E63
(96,78,99)
#504154
(80,65,84)
#403445
(64,52,69)
#302736
(48,39,54)
#201A27
(32,26,39)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #B08FAE

#B08FAE
(176,143,174)
#B799B5
(183,153,181)
#BEA3BC
(190,163,188)
#C5ADC3
(197,173,195)
#CCB7CA
(204,183,202)
#D3C1D1
(211,193,209)
#DACBD8
(218,203,216)
#E1D5DF
(225,213,223)
#E8DFE6
(232,223,230)
#EFE9ED
(239,233,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FAE; }

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

This text font color is #B08FAE.


Background Color

.myBgColor { background-color: #B08FAE; }

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

This div background color is #B08FAE.


Border color

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

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

This div border color is #B08FAE.


Opacity

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

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

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

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

This text has shadow with #B08FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FAE on black background.


Color preview on white background

This text has color #B08FAE on white background.



Black color preview on #B08FAE background

This text has black color on #B08FAE background.


White color preview on #B08FAE background

This text has white color on #B08FAE background.