COLOR #B17EAE

HEX: #B17EAE RGB: (177,126,174)

Color info

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

RGB color model

#B17EAE color RGB value is (177,126,174).

RGB: (177,126,174) (69%, 49%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 174 of 255 = 68%

177
126
174

R + G + B ~ 62%. #B17EAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 126 + 174 = 477 (100%)
R 177 of 477 ~ 37.11%
G 126 of 477 ~ 26.42%
B 174 of 477 ~ 36.48'%

%37.11
%26.42
%36.48

CMYK color model

#B17EAE color CMYK value is (0,29,2,31).

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

CMYK: (0,29,2,31)
C0M29Y2K31 (0%, 29%, 2%, 31%)
(0.00 / 0.29 / 0.02 / 0.31)

CMYK percentages

%0
%28.81
%1.69
%30.59

Codes

Color #B17EAE in popluar color models

B1 7E AE
RGB 177 126 174
HSL 304° 24.64% 59.41%
HSB/HSV 304° 28.81% 69.41%
CMYK 0.00% 28.81% 1.69%
30.59%

Color #B17EAE in popluar number systems.

HEX B1 7E AE
Decimal 177 126 174
Binary 10110001 1111110 10101110
Octal 261 176 256

Shades and tints

Shades of #B17EAE

#B17EAE
(177,126,174)
#A1739F
(161,115,159)
#916890
(145,104,144)
#815D81
(129,93,129)
#715272
(113,82,114)
#614763
(97,71,99)
#513C54
(81,60,84)
#413145
(65,49,69)
#312636
(49,38,54)
#211B27
(33,27,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #B17EAE

#B17EAE
(177,126,174)
#B889B5
(184,137,181)
#BF94BC
(191,148,188)
#C69FC3
(198,159,195)
#CDAACA
(205,170,202)
#D4B5D1
(212,181,209)
#DBC0D8
(219,192,216)
#E2CBDF
(226,203,223)
#E9D6E6
(233,214,230)
#F0E1ED
(240,225,237)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17EAE; }

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

This text font color is #B17EAE.

Background Color

.myBgColor { background-color: #B17EAE; }

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

This div background color is #B17EAE.

Border color

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

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

This div border color is #B17EAE.

Opacity

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

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

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

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

This text has shadow with #B17EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17EAE.

Preview

Color preview on black background

This text has color #B17EAE on black background.


Color preview on white background

This text has color #B17EAE on white background.


Black color preview on #B17EAE background

This text has black color on #B17EAE background.


White color preview on #B17EAE background

This text has white color on #B17EAE background.


Related colors

Complementary color

Complementary color for #hex is #4E8151.


I love getcolorcode.com

Triadic colors

1 #AEB17E and #7EAEB1 with #B17EAE are triadic colors.

2 #AE7EB1 and #7EB1AE with #B17EAE are triadic colors.