COLOR #B27EA9

HEX: #B27EA9 RGB: (178,126,169)

Color info

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

RGB color model

#B27EA9 color RGB value is (178,126,169).

RGB: (178,126,169) (70%, 49%, 66%)

RGB channels and saturation

R 178 of 255 = 70%
G 126 of 255 = 49%
B 169 of 255 = 66%

178
126
169

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

Portions of RGB colors in percentages

R + G + B = 178 + 126 + 169 = 473 (100%)
R 178 of 473 ~ 37.63%
G 126 of 473 ~ 26.64%
B 169 of 473 ~ 35.73'%

%37.63
%26.64
%35.73

CMYK color model

#B27EA9 color CMYK value is (0,29,5,30).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 5.06%
  • key color value is 30.20%
CMYK: (0,29,5,30) C0M29Y5K30 (0%,29%,5%,30%) (0.00/0.29/0.05/0.30) 

CMYK percentages

%0
%29.21
%5.06
%30.2

Codes

Color #B27EA9 in popluar color models

B2 7E A9
RGB 178 126 169
HSL 310° 25.24% 59.61%
HSB/HSV 310° 29.21% 69.80%
CMYK 0.00% 29.21% 5.06%
30.20%

Color #B27EA9 in popluar number systems.

HEX B2 7E A9
Decimal 178 126 169
Binary 10110010 1111110 10101001
Octal 262 176 251

Shades and tints

Shades of #B27EA9

#B27EA9
(178,126,169)
#A2739A
(162,115,154)
#92688B
(146,104,139)
#825D7C
(130,93,124)
#72526D
(114,82,109)
#62475E
(98,71,94)
#523C4F
(82,60,79)
#423140
(66,49,64)
#322631
(50,38,49)
#221B22
(34,27,34)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #B27EA9

#B27EA9
(178,126,169)
#B989B0
(185,137,176)
#C094B7
(192,148,183)
#C79FBE
(199,159,190)
#CEAAC5
(206,170,197)
#D5B5CC
(213,181,204)
#DCC0D3
(220,192,211)
#E3CBDA
(227,203,218)
#EAD6E1
(234,214,225)
#F1E1E8
(241,225,232)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27EA9 color. Also use rgb(178,126,169) instead hex code.

Text Font Color

.myTextColor { color: #B27EA9; }

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

This text font color is #B27EA9.

Background Color

.myBgColor { background-color: #B27EA9; }

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

This div background color is #B27EA9.

Border color

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

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

This div border color is #B27EA9.

Opacity

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

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

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

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

This text has shadow with #B27EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B27EA9.

Preview

Color preview on black background

This text has color #B27EA9 on black background.


Color preview on white background

This text has color #B27EA9 on white background.


Black color preview on #B27EA9 background

This text has black color on #B27EA9 background.


White color preview on #B27EA9 background

This text has white color on #B27EA9 background.


Related colors

Complementary color

Complementary color for #hex is #4D8156.


I love getcolorcode.com

Triadic colors

1 #A9B27E and #7EA9B2 with #B27EA9 are triadic colors.

2 #A97EB2 and #7EB2A9 with #B27EA9 are triadic colors.