COLOR #B18FAE

HEX: #B18FAE RGB: (177,143,174)

Color info

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

RGB color model

#B18FAE color RGB value is (177,143,174).

RGB: (177,143,174) (69%, 56%, 68%)

RGB channels and saturation

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

177
143
174

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

Portions of RGB colors in percentages

R + G + B = 177 + 143 + 174 = 494 (100%)
R 177 of 494 ~ 35.83%
G 143 of 494 ~ 28.95%
B 174 of 494 ~ 35.22'%

%35.83
%28.95
%35.22

CMYK color model

#B18FAE color CMYK value is (0,19,2,31).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (0,19,2,31)
C0M19Y2K31 (0%, 19%, 2%, 31%)
(0.00 / 0.19 / 0.02 / 0.31)

CMYK percentages

%0
%19.21
%1.69
%30.59

Codes

Color #B18FAE in popluar color models

B1 8F AE
RGB 177 143 174
HSL 305° 17.89% 62.75%
HSB/HSV 305° 19.21% 69.41%
CMYK 0.00% 19.21% 1.69%
30.59%

Color #B18FAE in popluar number systems.

HEX B1 8F AE
Decimal 177 143 174
Binary 10110001 10001111 10101110
Octal 261 217 256

Shades and tints

Shades of #B18FAE

#B18FAE
(177,143,174)
#A1829F
(161,130,159)
#917590
(145,117,144)
#816881
(129,104,129)
#715B72
(113,91,114)
#614E63
(97,78,99)
#514154
(81,65,84)
#413445
(65,52,69)
#312736
(49,39,54)
#211A27
(33,26,39)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #B18FAE

#B18FAE
(177,143,174)
#B899B5
(184,153,181)
#BFA3BC
(191,163,188)
#C6ADC3
(198,173,195)
#CDB7CA
(205,183,202)
#D4C1D1
(212,193,209)
#DBCBD8
(219,203,216)
#E2D5DF
(226,213,223)
#E9DFE6
(233,223,230)
#F0E9ED
(240,233,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18FAE; }

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

This text font color is #B18FAE.

Background Color

.myBgColor { background-color: #B18FAE; }

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

This div background color is #B18FAE.

Border color

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

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

This div border color is #B18FAE.

Opacity

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

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

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

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

This text has shadow with #B18FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18FAE.

Preview

Color preview on black background

This text has color #B18FAE on black background.


Color preview on white background

This text has color #B18FAE on white background.


Black color preview on #B18FAE background

This text has black color on #B18FAE background.


White color preview on #B18FAE background

This text has white color on #B18FAE background.


Related colors

Complementary color

Complementary color for #hex is #4E7051.


I love getcolorcode.com

Triadic colors

1 #AEB18F and #8FAEB1 with #B18FAE are triadic colors.

2 #AE8FB1 and #8FB1AE with #B18FAE are triadic colors.